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: Replace the MenuButtons with SplitButtons on the Audio/Subtitle tabs.
sr55
2013-08-22
5
-22
/
+326
*
WinGui: Cosmetic fixes around the new libhb scanning.
sr55
2013-08-22
3
-23
/
+1
*
WinGui: Strip out legacy CLI scan code.
sr55
2013-08-22
14
-1416
/
+11
*
WinGui: Use LibHB for scanning. CLI is no longer used. It seems to be stable...
sr55
2013-08-22
3
-40
/
+7
*
WinGui: Initial work around around a when done countdown.
sr55
2013-08-21
11
-25
/
+317
*
libhb: fix compiler warning...
jstebbins
2013-08-19
1
-1
/
+8
*
MacGui: use FSEvent api to create a FSEventStream to keep track of when a fil...
ritsuka
2013-08-19
2
-28
/
+105
*
WinGui: Stopping an encode or pausing the queue will no longer run the "When...
sr55
2013-08-18
5
-22
/
+69
*
WinGui: Missing file from a previous commit.
sr55
2013-08-18
1
-0
/
+67
*
MacGui: calculate the actual height of the queue rows. Align the interface el...
ritsuka
2013-08-18
2
-1308
/
+318
*
encx264: auto-enable metrics when the relevant tune is requested.
Rodeo
2013-08-17
1
-0
/
+22
*
encx264: don't force-enable metrics (PSNR, SSIM).
Rodeo
2013-08-17
1
-5
/
+0
*
WinGui: General code tidyup
sr55
2013-08-17
15
-131
/
+16
*
WinGui: Improved the Queue Tooltip and Added a new "Reset to 'Do nothing' wh...
sr55
2013-08-17
8
-36
/
+61
*
WinGui: Fix the autoname helper so that it correctly sets the mkv extension f...
sr55
2013-08-17
1
-1
/
+1
*
libhb: log avio_open2 error return code
jstebbins
2013-08-16
1
-1
/
+1
*
LinGui: add language files to debian install file
jstebbins
2013-08-12
1
-0
/
+1
*
LinGui: add language files to rpm spec
jstebbins
2013-08-12
1
-1
/
+2
*
WinGui: Fix an issue with Queue Import/Export that didn't obey the Ok/Cancel ...
sr55
2013-08-11
1
-6
/
+8
*
MacGui: Read events from the mouse scroll wheel in HBPreviewController.m to c...
ritsuka
2013-08-04
1
-0
/
+17
*
LinGui: mark more strings as translation candidates
jstebbins
2013-08-01
7
-311
/
+270
*
WinGui: Setting the Initial Directory to null when we can't resolve a full pa...
sr55
2013-07-30
1
-4
/
+3
*
WinGui: Updating Caliburn Micro Libraries
sr55
2013-07-28
4
-1108
/
+1543
*
WinGui: Some fixes around the Video and Advanced Tab query generation behaviour.
sr55
2013-07-27
2
-31
/
+44
*
WinGui:
sr55
2013-07-27
8
-17
/
+53
*
WinGui: Fixed Anamorphic mode was not being saved when adding a preset with n...
sr55
2013-07-27
1
-0
/
+1
*
LinGui: mark more strings as translatable
jstebbins
2013-07-26
1
-10
/
+10
*
LinGui: Add russian translation :P
jstebbins
2013-07-26
3
-1
/
+1698
*
MacGui: fix UI lockup when adding a chapter with a name containing non-UTF8 c...
Rodeo
2013-07-22
1
-1
/
+2
*
Bump x264 to r2345-f0c1c53.
Rodeo
2013-07-21
3
-240
/
+5
*
WinGui: Update the exception handling code to deal with Component Activation ...
sr55
2013-07-20
3
-14
/
+44
*
WinGui: Switch to native WPF dialogs for file handling except for the folder ...
sr55
2013-07-20
1
-5
/
+5
*
WinGui: Misc fixes and improvements
sr55
2013-07-20
6
-8
/
+64
*
WinGui: Change Loose and Strict Anamorphic to use hb_set_anamorphic_size
sr55
2013-07-14
4
-526
/
+161
*
libhb: store and print additional CPU information
Rodeo
2013-07-13
3
-11
/
+156
*
Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.
Rodeo
2013-07-13
4
-53
/
+129
*
WinGui: Make the AVFormat Muxers default.
sr55
2013-07-13
8
-15
/
+21
*
MacGui: populate the SRT subtitle language list dynamically from libhb.
Rodeo
2013-07-13
3
-187
/
+38
*
Solaris: add proper POSIX defines
Rodeo
2013-07-13
2
-1
/
+2
*
LinGui: Make "Open with.." nautilus option work in ubuntu 13.04
jstebbins
2013-07-10
1
-1
/
+1
*
WinGui: Fix Typo on the queue.
sr55
2013-07-10
1
-1
/
+1
*
WinGui: Fix an error in the Drive Menu Attached Property
sr55
2013-07-07
1
-1
/
+1
*
WinGui: Some in-progress code that I'll pickup later on.
sr55
2013-07-07
2
-0
/
+683
*
WinGui: Fix to the Drive Menu service so that it doesn't refresh when clickin...
sr55
2013-07-06
2
-9
/
+28
*
libhb: handle zero length EOF subtitle properly
jstebbins
2013-07-06
1
-3
/
+6
*
libhb: fix a couple of problems with subtitle merging
jstebbins
2013-07-06
1
-11
/
+29
*
libhb: improve handling of overlapping text subtitles
jstebbins
2013-07-01
1
-53
/
+177
*
MacGui: improve previous commit a bit.
Rodeo
2013-07-01
1
-2
/
+13
*
MacGui: Fix a silly Logic bug in logging code.
sr55
2013-07-01
1
-6
/
+1
*
hb_display_job_info: "Large file size" does not apply to the avformat MP4 mux...
Rodeo
2013-07-01
1
-1
/
+1
[prev]
[next]