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: Lay the foundation for editing presets with a simple rename window.
sr55
2016-07-25
13
-0
/
+386
*
WinGui: Allow the preset slider for VP8 and VP9
sr55
2016-07-25
2
-5
/
+38
*
WinGui: Stubbing out some meta data code.
sr55
2016-07-23
13
-2
/
+396
*
WinGui: Fix Quality slider for VP9
sr55
2016-07-23
1
-0
/
+3
*
MacGui: made the framerate radio button strings localizable.
Damiano Galassi
2016-07-21
1
-2
/
+2
*
MacGui: disable the 'forced' checkbox for subtitles track if forced is not su...
Damiano Galassi
2016-07-21
3
-30
/
+11
*
WinGui: Show Queue button can now maximise a minimised window. Fixes #262
sr55
2016-07-16
1
-0
/
+5
*
MacGui: fix the label color of two text labels in the preview HUD on 10.9 and...
Damiano Galassi
2016-07-16
2
-3
/
+19
*
MacGui: fix the audio defaults tracks delete button, the selection index was ...
Damiano Galassi
2016-07-16
1
-5
/
+4
*
WinGui: Remove another exception for queue handling and just handle the condi...
sr55
2016-07-15
1
-1
/
+1
*
WinGui: Change the handling of "Already Processing" dialog that can appear wh...
sr55
2016-07-15
1
-2
/
+2
*
WinGui: Case sensitivity fix for checking queue duplicates
sr55
2016-07-15
1
-1
/
+13
*
WinGui: Change the Add to queue split button so that it's styling behaves a b...
sr55
2016-07-15
2
-55
/
+51
*
LinGui: Fix icon_res.h build dependency
John Stebbins
2016-07-14
1
-0
/
+1
*
libhb: make preview reader and writer both more robust
Sean McGovern
2016-07-11
1
-4
/
+42
*
libhb: add an implementation of strerror_r()
Sean McGovern
2016-07-11
2
-0
/
+47
*
configure: check for strerror_r()
Sean McGovern
2016-07-10
2
-0
/
+25
*
contrib: libass: specify path to local YASM.
Tim Walker
2016-07-08
1
-0
/
+7
*
contrib: libass: cosmetics.
Tim Walker
2016-07-08
1
-3
/
+3
*
Revert "libhb: don't ignore the return result from fread()"
Bradley Sepos
2016-07-07
3
-24
/
+9
*
libhb: Replace PTW32_STATIC_LIB with PTW32_VERSION.
Bradley Sepos
2016-07-07
1
-1
/
+1
*
contrib: Fix typo in harfbuzz mingw configuration.
Bradley Sepos
2016-07-07
1
-1
/
+1
*
scripts: Update to mingw-w64-build 2.0.0.
Bradley Sepos
2016-07-07
1
-31
/
+14
*
Merge pull request #253 from Rodeo314/pthreadd
Bradley Sepos
2016-07-07
1
-1
/
+4
|
\
|
*
contrib: fix PTHREADW32 dependency condition for libav.
Tim Walker
2016-07-07
1
-1
/
+4
*
|
Merge pull request #252 from Rodeo314/pthread2
Bradley Sepos
2016-07-07
1
-5
/
+8
|
\
\
|
|
/
|
/
|
|
*
pthreadw32: module.defs fixes.
Tim Walker
2016-07-07
1
-2
/
+5
|
*
contrib: add a couple changes missed in previous commits.
Tim Walker
2016-07-07
1
-3
/
+3
*
|
contrib: Fix bzip2 for old releases.
Bradley Sepos
2016-07-07
1
-1
/
+3
|
/
*
contrib: Re-enable multithreading for libvpx.
Bradley Sepos
2016-07-07
1
-2
/
+8
*
contrib: Threading fixes in pthreads-w32 and libav.
Bradley Sepos
2016-07-07
2
-10
/
+7
*
contrib: Explicitly disable vp10, cosmetics.
Bradley Sepos
2016-07-05
1
-1
/
+2
*
contrib: Disable vpx threading on mingw.
Bradley Sepos
2016-07-05
1
-6
/
+6
*
libhb: Move ogg in link order.
Bradley Sepos
2016-07-01
1
-2
/
+2
*
cli: move ogg in link order
Sean McGovern
2016-07-01
1
-2
/
+2
*
cli: include strings.h on Solaris where necessary
Sean McGovern
2016-07-01
1
-0
/
+4
*
cli: only link to iconv on Solaris 10
Sean McGovern
2016-07-01
1
-1
/
+4
*
libhb: don't ignore the return result from pipe()
Sean McGovern
2016-07-01
1
-1
/
+2
*
libhb: don't ignore the return result from fread()
Sean McGovern
2016-07-01
3
-9
/
+24
*
libhb: add a declaration for hb_presets_add_internal
Sean McGovern
2016-07-01
1
-1
/
+2
*
MacGui: update the default preset name and remove an uneeded pref key.
Damiano Galassi
2016-07-01
2
-3
/
+1
*
LinGui: fix source dialog default selection
John Stebbins
2016-06-30
1
-0
/
+1
*
LinGui: fix preview hud colors with gtk 3.20
John Stebbins
2016-06-29
1
-1
/
+1
*
LinGui: fix deprecation warning against gtk 3.20
John Stebbins
2016-06-29
1
-0
/
+10
*
LinGui: revert old gtk bug workaround
John Stebbins
2016-06-29
1
-13
/
+1
*
decssasub: fix ssa start times when p-to-p is used
John Stebbins
2016-06-27
1
-6
/
+7
*
reader: fix p-to-p start pos in avformat demuxed streams
John Stebbins
2016-06-27
1
-27
/
+27
*
preset: Add CLI Default preset. (#214)
Bradley Sepos
2016-06-27
6
-5
/
+244
*
scripts: Remove old prebuilt mingw script.
Bradley Sepos
2016-06-27
1
-48
/
+0
*
WinGui: Some behavioural fixes to the Audio Defaults when loading and saving...
sr55
2016-06-27
2
-2
/
+4
[next]