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
*
MacGui: send integerForKey: instead of [objectForKey:] intValue]
Damiano Galassi
2019-02-12
7
-14
/
+15
*
MacGui: serialize the queue item status to disk.
Damiano Galassi
2019-02-12
1
-0
/
+6
*
MacGui: update German localization (housekeeping #1)
Nomis101
2019-02-12
14
-54
/
+54
*
contrib: Restore FFmpeg VideoToolbox patch.
Bradley Sepos
2019-02-11
1
-0
/
+27
*
contrib: Update to x265 3.0.
Ewout ter Hoeven
2019-02-11
4
-20
/
+20
*
contrib: Update to FFmpeg 4.1.1.
Ewout ter Hoeven
2019-02-11
8
-321
/
+3
*
WinGui: Remove hard coded ordering on the in-line presets selector.
sr55
2019-02-11
2
-42
/
+57
*
contrib: Update to nvenc 8.2.15.7
Ewout ter Hoeven
2019-02-11
1
-4
/
+4
*
contrib: Update to fdk-aac 0.1.6.
Ewout ter Hoeven
2019-02-11
1
-3
/
+6
*
contrib: Update to libvorbis-1.3.6
Ewout ter Hoeven
2019-02-11
1
-3
/
+3
*
contrib: Correct upstream libogg url.
Bradley Sepos
2019-02-11
1
-1
/
+1
*
contrib: Update to libogg 1.3.3.
Ewout ter Hoeven
2019-02-11
3
-27
/
+3
*
Revert "contrib: Update to libvorbis-1.3.6"
Bradley Sepos
2019-02-11
1
-3
/
+3
*
contrib: Update to libvorbis-1.3.6
Ewout ter Hoeven
2019-02-11
1
-3
/
+3
*
LinGui: fix display of special characters in preset name
John Stebbins
2019-02-11
1
-6
/
+15
*
nvenc: silence a compiler warning.
sr55
2019-02-11
1
-1
/
+1
*
gtk: Link to libbcrypt on mingw-w64
mwayne
2019-02-11
1
-1
/
+1
*
nvenc_common: fix compiler warning
John Stebbins
2019-02-11
1
-0
/
+2
*
encavcodec: fix potential use of uninitialized variable
John Stebbins
2019-02-11
1
-1
/
+1
*
dvdnav: fix potentially unterminated string
John Stebbins
2019-02-11
1
-1
/
+2
*
scan: fix potential buffer overflow in sprintf
John Stebbins
2019-02-11
1
-7
/
+6
*
Fix return value of hb_blobal_init_no_hardware
John Stebbins
2019-02-11
1
-1
/
+1
*
decavcodec: fix error when ffmpeg parser changes the codec_id
John Stebbins
2019-02-11
1
-4
/
+17
*
dvd: Add support for MPEG-1 on DVD
John Stebbins
2019-02-11
2
-0
/
+36
*
stream: Improve probing of unknown streams
John Stebbins
2019-02-11
1
-48
/
+146
*
WinGui: Utilise new hb_global_init_no_hardware when hb_global_init fails. T...
sr55
2019-02-11
7
-55
/
+79
*
WinGui: Remove left over Advanced Tab checkbox
sr55
2019-02-11
4
-39
/
+19
*
libhb: Add a hb_global_init_no_hardware that disables all the hardware encode...
sr55
2019-02-11
7
-39
/
+91
*
MacGui: fix queue table items expanded/collapsed state after an undo/redo.
Damiano Galassi
2019-02-09
2
-13
/
+10
*
libhb: Append input bitrate to end of audio source description. Closes #1718.
Andrew Brezovsky
2019-02-08
1
-0
/
+6
*
MacGui: refactor some queue related properties out of HBJob to a new HBQueueI...
Damiano Galassi
2019-02-07
14
-273
/
+465
*
WinGui: Change the behaviour of the destination source alert to revert to the...
sr55
2019-02-07
1
-1
/
+1
*
libhb: do not set HB_STATE_WORKDONE before all the work threads are closed.
Damiano Galassi
2019-02-05
1
-3
/
+2
*
MacGui: correct revealSelectedQueueItemsSources: action validation.
Damiano Galassi
2019-02-05
1
-1
/
+2
*
MacGui: fix subtitles tab actions.
Damiano Galassi
2019-02-05
1
-20
/
+21
*
MacGui: use a view-based table view in the queue window.
Damiano Galassi
2019-02-05
10
-384
/
+511
*
WinGui: Fix instance handling in Libencode.
sr55
2019-02-03
1
-17
/
+17
*
WinGui: Make the disposal of services more aggressive. May Fix or help in #1851
sr55
2019-02-02
4
-50
/
+98
*
WinGui: Remove inline Destination check. It's more annoying than useful. Fixe...
sr55
2019-01-30
1
-7
/
+0
*
MacGui: remove the old advanced x264 options view.
Damiano Galassi
2019-01-30
9
-2273
/
+12
*
MacGui: made the preview hud a bit larger.
Damiano Galassi
2019-01-30
3
-27
/
+26
*
cli: Make --start-at and --stop-at strings more intuitive.
Bradley Sepos
2019-01-28
1
-6
/
+12
*
libhb: Temporarily log out the error code for unlink to figure out why previe...
sr55
2019-01-28
1
-1
/
+4
*
cli: Clarify --start-at and --stop-at help language.
Bradley Sepos
2019-01-27
1
-6
/
+7
*
WinGui: Basic implementation of Queue Up/Down Buttons. Does not yet handle po...
sr55
2019-01-27
5
-13
/
+110
*
WinGui: Remove incorrect declaration in the app manifest.
sr55
2019-01-27
1
-4
/
+0
*
WinGui: Update application manifest
sr55
2019-01-27
1
-6
/
+4
*
WinGui: Move the Queue Recovery option from the source panel to the Queue Men...
sr55
2019-01-27
5
-14
/
+10
*
WinGui: Adding some additional validation to the destination box.
sr55
2019-01-27
1
-0
/
+7
*
scripts: Update to mingw-w64-build 5.0.0.
Bradley Sepos
2019-01-25
1
-10
/
+11
[next]