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
*
contrib: Remove local pthreads-w32 in favor of winpthreads.
Bradley Sepos
2019-03-31
9
-62
/
+3
*
Update to mingw-w64-build 6.0.0.
Bradley Sepos
2019-03-31
1
-63
/
+189
*
WinGui: Minor queue bugfix for delete action
sr55
2019-03-30
1
-0
/
+5
*
Libhb: Some minor logging cleanup
sr55
2019-03-30
6
-16
/
+16
*
contrib: Update to nvenc 9.0.18.1 (#1937)
Ewout ter Hoeven
2019-03-30
1
-4
/
+4
*
WinGui: Increase Queue Window size and make more space for the Filenames on t...
sr55
2019-03-29
4
-10
/
+12
*
meta: Belatedly add news for 1.2.2 release.
Bradley Sepos
2019-03-29
1
-0
/
+12
*
make: decode bytes objects from subprocess stdout in configure.py Launcher cl...
Andrew Brezovsky
2019-03-28
1
-0
/
+2
*
libhb: Consolidate plane functions and eliminate a malloc in Chroma Smooth.
Bradley Sepos
2019-03-28
1
-48
/
+38
*
libhb: Tweak Chroma Smooth filter presets and tunes.
Bradley Sepos
2019-03-28
2
-122
/
+30
*
libhb: Initial implementation of Chroma Smooth filter.
Bradley Sepos
2019-03-28
12
-12
/
+1216
*
MacGui: specify is a path is a folder or not when creating an url.
Damiano Galassi
2019-03-28
4
-8
/
+8
*
MacGui: improve localized progress number formats, use a monospace string to ...
Damiano Galassi
2019-03-28
6
-32
/
+38
*
WinGui: Fix an issue where cropping was taking into account too late when loa...
sr55
2019-03-24
1
-14
/
+20
*
WinGui: More robust Timespan parsing.
sr55
2019-03-23
1
-3
/
+15
*
LinGui: work around GTK slider value formatting bug
John Stebbins
2019-03-20
2
-36
/
+94
*
MacGui: add French localization and update Italian and German.
Damiano Galassi
2019-03-20
46
-234
/
+3490
*
WinGui: Add protection against unavailable directory in MRU List. Fixes #1995
sr55
2019-03-17
1
-2
/
+2
*
qsv: fix build when qsv is disabled
John Stebbins
2019-03-13
1
-4
/
+4
*
qsv: add i965 VA driver fallback
John Stebbins
2019-03-12
3
-25
/
+63
*
qsv: allow user to override VA driver name
John Stebbins
2019-03-12
1
-1
/
+4
*
fix spurious libswscale warning
John Stebbins
2019-03-12
1
-0
/
+2
*
sync: imporve accuracy of logged min/max fps
John Stebbins
2019-03-12
1
-2
/
+2
*
encavcodec: fix bitrate ceiling overflow for VP8/9
John Stebbins
2019-03-12
1
-16
/
+2
*
MacGui: don't enable the sandbox by default.
Damiano Galassi
2019-03-12
1
-3
/
+3
*
MacGui: update codesign script.
Damiano Galassi
2019-03-12
1
-4
/
+16
*
MacGui: use ui-separation-and-xpc Sparkle branch.
Damiano Galassi
2019-03-12
238
-405
/
+3896
*
qsv: fix 'quality' preset on linux
John Stebbins
2019-03-11
1
-4
/
+4
*
qsv: fix logging of implementation 'via' option
John Stebbins
2019-03-10
1
-4
/
+4
*
MacGui: improve main window UI sizing.
Damiano Galassi
2019-03-10
1
-31
/
+25
*
WinGui: Move all image paths to be consistent.
sr55
2019-03-10
1
-4
/
+4
*
WinGui: Fix inline queue.
sr55
2019-03-10
2
-2
/
+2
*
WinGui: Log exceptions out to files in the log directory. #1950
sr55
2019-03-09
1
-27
/
+26
*
WinGui: Add log messages around preset service actions that were not previous...
sr55
2019-03-09
1
-17
/
+16
*
WinGui: Add some error checking into the Portable mode to guide users when th...
sr55
2019-03-09
4
-23
/
+115
*
WinGui: Bind "Ctrl-C" on the Error window. This *may* be usable in some insta...
sr55
2019-03-09
2
-7
/
+34
*
fix setting sequence_id of final job status
John Stebbins
2019-03-09
1
-1
/
+1
*
qsv: fix building without qsv when libdrm is not present
John Stebbins
2019-03-09
1
-0
/
+2
*
pkg: enable qsv in ubuntu nightlies
John Stebbins
2019-03-08
4
-4
/
+4
*
flatpak: add Intel MediaSDK plugin
John Stebbins
2019-03-07
4
-48
/
+213
*
flatpak: allow building with QSV enabled
John Stebbins
2019-03-07
4
-9
/
+25
*
qsv: disable xlib in ffmpeg
John Stebbins
2019-03-07
1
-2
/
+3
*
LinGui: make QSV encoding actually work
John Stebbins
2019-03-07
8
-9
/
+227
*
MacGui: show the start/end seconds range as formatted time strings.
Damiano Galassi
2019-03-06
3
-10
/
+58
*
MacGui: fix quality slider granularity prefs when the app is localized.
Damiano Galassi
2019-03-06
3
-11
/
+11
*
MacGui: add options to reset 'When done' action on app launch.
Damiano Galassi
2019-03-06
4
-26
/
+49
*
MacGui: use a stackview instead of constrains in the summary view to simplify...
Damiano Galassi
2019-03-06
2
-245
/
+312
*
MacGUI: fix building with Xcode new build system.
Damiano Galassi
2019-03-05
2
-25
/
+3
*
WinGui: Update the installers to include the zh language files.
sr55
2019-03-04
2
-0
/
+12
*
LinGui: fix video codec preset when switching codecs
John Stebbins
2019-03-04
1
-3
/
+11
[next]