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 an issue related to the Audio and Subtitle defaults not reloading...
sr55
2015-02-07
3
-2
/
+55
*
WinGui: Advanced tab now correctly overrides video tab options.
sr55
2015-02-07
3
-5
/
+19
*
LinGui: update year to 2015
jstebbins
2015-02-07
24
-27
/
+27
*
libhb: Minor nlmeans optimizations.
bradleys
2015-02-06
2
-71
/
+84
*
mux: remove obsolete comment about generation of AAC extradata from TS files
jstebbins
2015-02-04
1
-5
/
+0
*
mux: fix chapter timestamps, factor in video encoder delay
jstebbins
2015-02-04
2
-2
/
+23
*
MacGui: update the file extension too in updateFileName.
ritsuka
2015-02-04
1
-0
/
+2
*
MacGui: properly deregister the job observers, and refactor a bit the HBAudio...
ritsuka
2015-02-04
12
-102
/
+130
*
libhb: Fix AAC passthru from TS files
jstebbins
2015-02-04
3
-1
/
+51
*
muxavformat: fix mp4 edit lists to eliminate initial black frames
jstebbins
2015-02-03
1
-35
/
+0
*
libhb: add support for detection of new Intel processor releases.
Rodeo
2015-02-03
3
-1
/
+22
*
scan: improve preview generation for short videos that have no IDRs
jstebbins
2015-02-02
1
-1
/
+14
*
MacGui: rename some variables.
ritsuka
2015-02-02
1
-5
/
+5
*
MacGui: add a "Clear All" and "Clear completed items" menu items to the queue...
ritsuka
2015-02-02
2
-21
/
+66
*
muxavformat: fix defaultduration in mkv files
jstebbins
2015-02-01
1
-0
/
+2
*
WinGui: Fix a crash in the tooltip converter.
sr55
2015-02-01
1
-2
/
+2
*
MacGui: remove two log messages, the way jobs are reloaded from queue is almo...
ritsuka
2015-02-01
1
-11
/
+0
*
MacGui: fix chapters range auto naming.
ritsuka
2015-02-01
3
-5
/
+18
*
MacGui: clean up the methods to update the destination file name and extension.
ritsuka
2015-02-01
2
-53
/
+54
*
Update year to 2015.
bradleys
2015-02-01
90
-90
/
+90
*
QSV: refactor plugin loading
Rodeo
2015-02-01
1
-18
/
+32
*
QSV: reduce logging in encqsvInit
Rodeo
2015-02-01
1
-23
/
+27
*
QSV: update hb_qsv_force_workarounds()
Rodeo
2015-02-01
1
-4
/
+6
*
QSV: improve ICQ and LA handling
Rodeo
2015-02-01
1
-2
/
+2
*
QSV: improve B-Pyramid handling.
Rodeo
2015-02-01
1
-110
/
+139
*
QSV: refactor logging of encoder capabilities
Rodeo
2015-02-01
2
-24
/
+69
*
Update libmfx to v5.0.486.98113
Rodeo
2015-02-01
1
-1
/
+1
*
MacGui: add a HBAudioTrackDataSource protocol to simplify HBAudio interface.
ritsuka
2015-01-31
4
-21
/
+30
*
MacGui: forgot a file in the previous commit.
ritsuka
2015-01-31
1
-3
/
+2
*
MacGui: add a HBChaptersChangedNotification notification, used to notify when...
ritsuka
2015-01-31
4
-15
/
+14
*
MacGui: fix an issue where a "none" track could be added to hb_job_t.
ritsuka
2015-01-31
2
-18
/
+12
*
WinGui: Remove a bunch of CLI handling code.
sr55
2015-01-31
27
-2880
/
+63
*
Add support for open type font attachments.
ritsuka
2015-01-31
4
-11
/
+25
*
MacGui: do not apply the same preset to a job two times.
ritsuka
2015-01-31
2
-8
/
+4
*
build: fix linux i686 build
jstebbins
2015-01-30
2
-3
/
+8
*
WinGui: Disable support for HandBrakeCLI in preparation of removing the legac...
sr55
2015-01-30
5
-48
/
+4
*
WinGui: Fix Average bitrate video rate type via the JSON API.
sr55
2015-01-30
3
-7
/
+13
*
WinGui: Another small fix to nlmeans custom. Missed 1 instances where the sho...
sr55
2015-01-30
1
-1
/
+1
*
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
[next]