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: Update the UpdateSourceTrigger on the AddPresetView so you don't need...
sr55
2016-05-12
1
-4
/
+4
*
remove debug printf
John Stebbins
2016-05-08
1
-2
/
+0
*
mux: eliminate 2048 byte size limit of SSA subtitles
John Stebbins
2016-05-08
3
-63
/
+158
*
LinGui: allow the main window to be taller
John Stebbins
2016-05-05
1
-1
/
+1
*
LinGui: add {preset} auto-file naming option
John Stebbins
2016-05-05
4
-3
/
+10
*
cli: fix race during queue processing
John Stebbins
2016-05-05
1
-0
/
+11
*
Merge pull request #178 from bradleysepos/framerate
Scott
2016-05-04
1
-0
/
+5
|
\
|
*
libhb: Expand default frame rates to include 72, 75, 90, 100, 120.
Bradley Sepos
2016-05-03
1
-0
/
+5
*
|
Merge pull request #179 from bradleysepos/toolchain
Scott
2016-05-04
1
-0
/
+48
|
\
\
|
*
|
scripts: Add script to install prebuilt MinGW on Linux.
Bradley Sepos
2016-05-03
1
-0
/
+48
*
|
|
MacGui: fix build on 10.10 sdk.
Damiano Galassi
2016-05-04
3
-4
/
+15
*
|
|
MacGui: delete an unused patch.
Damiano Galassi
2016-05-04
1
-18
/
+0
|
/
/
*
|
MacGui: disable code signing, it had been inadvertently enabled some commits ...
Damiano Galassi
2016-05-03
1
-2
/
+0
*
|
MacGui: use AVFoundation as the first option for the preview playback. Add vo...
Damiano Galassi
2016-05-03
33
-948
/
+2389
|
/
*
libhb: Describe NLMeans tunes Tape and Sprite in comments.
Bradley Sepos
2016-05-02
1
-0
/
+2
*
libhb: Add NLMeans tune Sprite.
Bradley Sepos
2016-05-02
1
-0
/
+26
*
libhb: Add NLMeans tune Tape.
Bradley Sepos
2016-05-02
1
-0
/
+27
*
WinGui: Actually check in the fix for #158
sr55
2016-04-29
1
-1
/
+3
*
WinGui: Force the Optimise MP4 / iPod 5G Checkbox to refresh when changing t...
sr55
2016-04-29
1
-0
/
+1
*
Another gitignore update for windows.
sr55
2016-04-29
1
-0
/
+1
*
WinGui: Simple tool for generating a signed hash of the HandBrake download.
sr55
2016-04-29
5
-0
/
+256
*
Update .gitignore with more ignored files for the windows build.
sr55
2016-04-29
1
-1
/
+2
*
WinGui: Improve the security of the update checker on windows. This download ...
sr55
2016-04-29
5
-28
/
+59
*
Update README.md
Scott
2016-04-24
1
-3
/
+2
*
WinGui: Wrap text on popup window container.
sr55
2016-04-23
1
-1
/
+2
*
WinGui: Fix the Subtitle Defaults popup text.
sr55
2016-04-23
3
-1
/
+13
*
WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will automa...
sr55
2016-04-23
7
-15
/
+55
*
MacGui: do not stop the preview encoding when the showWindow: is called and t...
Damiano Galassi
2016-04-22
1
-1
/
+3
*
decavcodec: fix audio decoder frame count
John Stebbins
2016-04-21
1
-0
/
+5
*
stream: fix memory leak during PS stream probe
John Stebbins
2016-04-20
1
-0
/
+7
*
buffers: add more buffer debugging support
John Stebbins
2016-04-20
1
-7
/
+33
*
WinGui: Some initial work to make the HandBrake.ApplicationServices library m...
sr55
2016-04-19
10
-322
/
+334
*
Merge branch 'Idea2'
sr55
2016-04-19
1
-3
/
+8
|
\
|
*
WinGui: Small code optimisation in the QueueRecoveryHelper
sr55
2016-04-18
1
-3
/
+8
*
|
WinGui: Strip out the overlay panel code. It's not used.
sr55
2016-04-18
8
-211
/
+1
|
/
*
Few updates to NEWS
sr55
2016-04-18
1
-4
/
+4
*
WinGui: Change the Audio Default and Subtitle panels to be modal windows. (Si...
sr55
2016-04-17
9
-139
/
+71
*
muxavformat: fix mp4 subtitle empty packet duration
John Stebbins
2016-04-14
1
-1
/
+1
*
qsv: support building on linux with libva
John Stebbins
2016-04-14
1
-0
/
+3
*
Merge pull request #153 from jstebbins/qsv-free
John Stebbins
2016-04-13
1
-39
/
+39
|
\
|
*
qsv: fix access to freed memory when interrupting encode
John Stebbins
2016-04-13
1
-39
/
+39
*
|
Merge pull request #154 from jstebbins/qsv-decode-uninitialized-var
John Stebbins
2016-04-13
1
-55
/
+44
|
\
\
|
*
|
qsv: fix crash in decode init due to uninitialized variable
John Stebbins
2016-04-13
1
-55
/
+44
*
|
|
WinGui: Don't call hb_x264_param_unparse when we are not using x264
sr55
2016-04-13
1
-1
/
+1
|
/
/
*
/
qsv_filter: fix crash when unpacking crop parameters
John Stebbins
2016-04-13
1
-4
/
+4
|
/
*
WinGui: Handle null mixdowns properly. Fixes #152
sr55
2016-04-12
3
-6
/
+9
*
lingui: fix mispelling
John Stebbins
2016-04-10
1
-14
/
+14
*
lingui: fix file name
John Stebbins
2016-04-09
1
-0
/
+0
*
lingui: add ubuntu xenial to nightly builds
John Stebbins
2016-04-09
3
-0
/
+130
*
WinGui: Sanitise all Mixdown selections. Passthru the Codec into the Scanned...
sr55
2016-04-09
4
-61
/
+78
[next]