index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
WinGui: Mark the Advanced Tab as Deprecated. #123
sr55
2016-12-13
2
-2
/
+2
*
LinGui: remove ubuntu 15.10 from nighly snapshots
John Stebbins
2016-12-13
1
-15
/
+0
*
WinGui: Fix Disabled state of queue tab when queue is in-line and queue is im...
sr55
2016-12-12
1
-5
/
+6
*
WinGui: Further Fixes to the Picture Settings screen when handling new sources.
sr55
2016-12-10
1
-10
/
+6
*
WinGui: Further fixes to handle the new "Automatic" anamorphic.. This should ...
sr55
2016-12-10
3
-13
/
+18
*
stream: fix invalid ES packet generation
John Stebbins
2016-12-10
1
-2
/
+2
*
CLI: fix --no-comb-detect
John Stebbins
2016-12-01
1
-1
/
+1
*
LinGui: make preview window resize smoother
John Stebbins
2016-11-29
1
-4
/
+4
*
contrib: Update to x264 r2708 86b7198.
Bradley Sepos
2016-11-27
2
-7
/
+14
*
WinGui: Fix the numberbox control for users that have the High Contrast windo...
sr55
2016-11-27
1
-6
/
+9
*
WinGui: Fix a possible CollecitonModified Exception in the log service.
sr55
2016-11-27
1
-1
/
+2
*
sync: fix PtoP hang
John Stebbins
2016-11-21
1
-7
/
+10
*
stream: be more forgiving of TS continuity errors
John Stebbins
2016-11-21
1
-4
/
+8
*
MacGui: fix the stop button to properly stop the encode if libhb state is HBS...
Damiano Galassi
2016-11-21
3
-3
/
+3
*
CLI: fix specifying audio track names
John Stebbins
2016-11-18
1
-1
/
+1
*
WinGui: Prompt to create folder when the destination path does not exist. Fix...
sr55
2016-11-16
4
-21
/
+115
*
scripts: Update to mingw-w64-build.
Bradley Sepos
2016-11-15
1
-5
/
+2
*
LinGui: Fix some minor memory leaks
John Stebbins
2016-11-15
3
-0
/
+14
*
scripts: Add mac-toolchain-build.
Bradley Sepos
2016-11-13
1
-0
/
+139
*
libhb: add a missing argument to a hb_sws_get_context.
Damiano Galassi
2016-11-12
1
-1
/
+2
*
libhb: do not free hb_work_private_t in reader_init() if the reader open fail...
Damiano Galassi
2016-11-12
1
-1
/
+0
*
libhb: remove scanCount variable from hb_handle_s, it's not needed anymore si...
Damiano Galassi
2016-11-11
1
-8
/
+3
*
libhb: re-enable SWS_FULL_CHR_H_INT and SWS_FULL_CHR_H_INP swscale flags to i...
Damiano Galassi
2016-11-11
1
-2
/
+0
*
LinGui: fix setting default preset
John Stebbins
2016-11-11
2
-0
/
+2
*
fix logging of of PtoP frame range in job
John Stebbins
2016-11-11
1
-2
/
+3
*
LinGui: fix number of frames encoded for PtoP frames
John Stebbins
2016-11-11
1
-2
/
+2
*
MacGui: round up HBTitle frames count.
Damiano Galassi
2016-11-11
1
-1
/
+2
*
MacGui: set the appropriate colorspace for preview images, and use a gamma va...
Damiano Galassi
2016-11-10
1
-3
/
+41
*
LinGui: fix audio sanitizing after muxer change
John Stebbins
2016-11-10
2
-8
/
+7
*
Merge pull request #383 from RandomEngy/get-filter-keys
Scott
2016-11-10
2
-0
/
+44
|
\
|
*
Interop: Added functions to get the list of keys for filter settings, and the...
RandomEngy
2016-11-06
2
-0
/
+44
*
|
Merge pull request #384 from galad87/colorspace
Damiano Galassi
2016-11-10
6
-70
/
+110
|
\
\
|
*
|
Select the appropriate coefficients for yuv<->rgb conversions.
Damiano Galassi
2016-11-08
6
-70
/
+110
*
|
|
encx265: fix turbo first pass
John Stebbins
2016-11-07
1
-3
/
+8
|
/
/
*
/
MacGui: remove a mention of strict anamorphic in the picture size tooltip.
Damiano Galassi
2016-11-07
1
-6
/
+6
|
/
*
WinGui: When we are dealing with Automatic anaorphic, we also need to pre-set...
sr55
2016-11-06
1
-0
/
+3
*
LinGui: Fix running gtk versions older than 3.16
John Stebbins
2016-11-06
1
-10
/
+0
*
LinGui: Improve tab focus navigation
John Stebbins
2016-11-02
2
-55
/
+66
*
MacGui: fix HBJob copy method, plus small performance optimisation in HBAudio...
Damiano Galassi
2016-11-02
5
-47
/
+69
*
MacGui: do not show "Auto passthru" in the audio panel encoders pop up. Allow...
Damiano Galassi
2016-11-02
5
-62
/
+90
*
LinGui: fix formatting of video encoder preset
John Stebbins
2016-11-01
1
-1
/
+1
*
WinGui: Fix Anamorphic Mode Auto
sr55
2016-11-01
3
-3
/
+4
*
MacGui: Add new anamorphic mode "Automatic".
Damiano Galassi
2016-10-31
8
-138
/
+49
*
MacGui: made some HBJob properties private.
Damiano Galassi
2016-10-31
9
-25
/
+28
*
MacGui: add auto before the passthru fallback label.
Damiano Galassi
2016-10-31
1
-30
/
+30
*
Add new anamorphic mode "Automatic", delete "Strict" (#367)
John Stebbins
2016-10-31
13
-163
/
+240
*
LinGui: fix custom filter tooltips
John Stebbins
2016-10-31
5
-2
/
+84
*
WinGui: Fix Typo
sr55
2016-10-30
1
-1
/
+1
*
WinGui: Make the Width/Height fields enabled for Anamorphic=Automatic
sr55
2016-10-30
1
-3
/
+3
*
WinGui: Fix a large number of stylecop warnings.
sr55
2016-10-30
42
-120
/
+269
[next]