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: Fix Denoise NlMeans Custom Option not showing.
sr55
2015-01-30
3
-5
/
+4
*
muxavformat: fix avformat stream time_base warning
jstebbins
2015-01-30
1
-0
/
+1
*
libhb: automatically add rendersub filter when required
jstebbins
2015-01-30
3
-30
/
+51
*
MacGui: fix a crash that happens when a new preset is created from a one that...
ritsuka
2015-01-30
1
-3
/
+8
*
Add a default font directory for fontconfig to use when there isn't a configu...
ritsuka
2015-01-30
1
-1
/
+3
*
MacGui: let HBAudioTrackPreset know the current container.
ritsuka
2015-01-30
5
-2
/
+68
*
libhb: NLMeans x86 SSE acceleration/optimizations.
bradleys
2015-01-29
4
-36
/
+268
*
Build: fix compilation with some MinGW-w64 distributions.
Rodeo
2015-01-28
1
-0
/
+8
*
MacGui: set the paused/working state immediately, so the pause toolbar item w...
ritsuka
2015-01-28
1
-0
/
+2
*
MacGui: use the current settings when adding titles directly to the queue.
ritsuka
2015-01-28
1
-1
/
+4
*
WinGui:
sr55
2015-01-27
6
-16
/
+107
*
WinGui: Strip out some unused code.
sr55
2015-01-27
5
-142
/
+11
*
MacGui: apply auto naming when adding multiple titles to queue too.
ritsuka
2015-01-27
1
-43
/
+54
*
CLI: fix turbo first pass.
Rodeo
2015-01-27
1
-2
/
+3
*
MacGui: disable the cancel button while the queue is scanning because there i...
ritsuka
2015-01-27
4
-24
/
+13
*
MacGui: set the right crop values in the HB_FILTER_RENDER_SUB filter.
ritsuka
2015-01-26
1
-3
/
+3
*
MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip...
ritsuka
2015-01-26
7
-155
/
+179
*
WinGui: Fix a object reference issue with the ScannedSource in the QueueTask ...
sr55
2015-01-25
4
-10
/
+10
*
WinGui: Add XmlIgnore attribute to the Titles collection of the ScannedSource...
sr55
2015-01-25
1
-0
/
+2
*
WinGui: Bring the live preview and static preview indexes into sync.
sr55
2015-01-25
1
-1
/
+1
*
WinGui:
sr55
2015-01-25
10
-652
/
+1660
*
WinGui: Moving the built-in preset storage over to JSON.
sr55
2015-01-25
1
-30
/
+39
*
MacGui: add a "Add Titles to Queue…" menu item that let select which titles...
ritsuka
2015-01-25
6
-48
/
+396
*
WinGui: Handle the Logging events a bit better. This will stop some of the cr...
sr55
2015-01-24
2
-13
/
+10
*
Remove the old Doxy files since we no longer publish doxygen.
sr55
2015-01-24
4
-6645
/
+0
*
WinGui: Switch all the FileOpen / FileSave dialogs over to the native windows...
sr55
2015-01-23
5
-14
/
+11
*
WinGui: Improve the extra args tooltip.
sr55
2015-01-23
3
-1
/
+13
*
WinGui: Fix tune options on the video tab for x265. Hide the Level option sin...
sr55
2015-01-23
3
-3
/
+29
*
WinGui: Fix an issue with the video preset defaulting when changing the video...
sr55
2015-01-23
1
-1
/
+1
*
WinGui: Remove the Simple advanced options tab.
sr55
2015-01-23
11
-312
/
+33
*
MacGui: fix subtitles defaults window resizing and delete an empty item in th...
ritsuka
2015-01-23
2
-13
/
+10
*
MacGui: expose a isStream and a timeCode properties in HBTitle.
ritsuka
2015-01-23
4
-7
/
+28
*
MacGui: fix HBRangeType enum order.
ritsuka
2015-01-23
1
-1
/
+1
*
MacGui: clean up HBCore, add a way to register a block as error handler.
ritsuka
2015-01-23
6
-95
/
+113
*
WinGui: Hide the advanced tab checkbox for x265 since there isn't one.
sr55
2015-01-22
1
-1
/
+1
*
libav: bump to version 11.2
jstebbins
2015-01-22
14
-1276
/
+58
*
WinGui: Always show 1 based indexes for audio and subtitles, and give libhb 0...
sr55
2015-01-22
2
-4
/
+4
*
json: revert last commit
jstebbins
2015-01-22
1
-4
/
+2
*
json: add "Track" to audio and subtitle in titles
jstebbins
2015-01-22
1
-2
/
+4
*
WinGui: Remove bad comment.
sr55
2015-01-22
1
-1
/
+0
*
WinGui: Fix subtitle track index. Made both Audio and Subtitle tracks 0 based.
sr55
2015-01-22
3
-4
/
+5
*
WinGui: Fix a few binding errors.
sr55
2015-01-22
3
-12
/
+8
*
WinGui: Some minor tidy up for the last checkin.
sr55
2015-01-22
3
-13
/
+41
*
WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific pres...
sr55
2015-01-22
35
-1436
/
+1152
*
MacGui: fix start/pause toolbar items validation.
ritsuka
2015-01-22
1
-16
/
+8
*
MacGui: add back the drawer code I accidentally removed previously.
ritsuka
2015-01-22
1
-1
/
+7
*
MacGui: center the prefs window in the showWindow: method.
ritsuka
2015-01-22
2
-9
/
+12
*
MacGui: rename HBController and HBQueueController files.
ritsuka
2015-01-22
5
-13
/
+13
*
MacGui: move the application delegate to its own class. Removed the "Open Sou...
ritsuka
2015-01-22
11
-1826
/
+1800
*
MacGui: do a mutable copy instead of a copy for the masterTrackArray.
ritsuka
2015-01-21
1
-1
/
+1
[next]