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: fix quality type validation.
Damiano Galassi
2020-08-25
1
-10
/
+2
*
WinGui: Make the AsyncDepth variable nullable so it does not default to 0 wh...
sr55
2020-08-24
1
-1
/
+1
*
WinGui: Hide QSV Low Power checkbox when QSV not available. #3083
sr55
2020-08-24
1
-1
/
+1
*
contribs: Remove x265 bitbucket download URLs since those no longer work. Fi...
sr55
2020-08-24
4
-4
/
+0
*
libhb: improve videotoolbox detection and add support for constant quality en...
Damiano Galassi
2020-08-23
9
-68
/
+223
*
qsv: update dx11 patch for ffmpeg 4.3.1
agalin89
2020-08-22
7
-343
/
+1005
*
contrib: Update to FFmpeg 4.3.1.
Bradley Sepos
2020-08-22
1
-3
/
+3
*
contrib: Restore and update QSV DX11 patch for FFmpeg 4.3.
Bradley Sepos
2020-08-22
1
-0
/
+611
*
contrib: Update to FFmpeg 4:3.
Bradley Sepos
2020-08-22
9
-1326
/
+28
*
contrib: Update to NVENC headers 9.1.23.1.
Bradley Sepos
2020-08-22
1
-4
/
+3
*
WinGui: Add a menu option to allow exporting all user presets for easier back...
sr55
2020-08-22
11
-121
/
+146
*
WinGui: Align some of the checkboxs left to avoid overly large click areas. F...
sr55
2020-08-22
3
-6
/
+6
*
WinGui: Make it clearer that other media players may work for video preview p...
sr55
2020-08-22
16
-118
/
+23
*
dvdnav: set HB_ERROR_READ when exiting early due to errors
John Stebbins
2020-08-20
1
-0
/
+25
*
build(deps): bump Ookii.Dialogs from 1.0.0 to 1.1.0 in /win/CS
dependabot[bot]
2020-08-20
1
-1
/
+1
*
qsv: remove globals
agalin89
2020-08-20
7
-56
/
+50
*
[macOS] Fix two minor InfoPlist.strings issues
Nomis101
2020-08-18
2
-1
/
+4
*
Update mac.yml
Scott
2020-08-06
1
-0
/
+1
*
Fix toolbar items size on macOS 11.
Damiano Galassi
2020-08-06
13
-164
/
+257
*
MacGui: use a submodule for Sparkle.
Damiano Galassi
2020-08-06
213
-5060
/
+417
*
build: make: Use proper comparison operator in configure.py.
Bradley Sepos
2020-08-05
1
-4
/
+4
*
build: make: Another configure.py update for Apple Silicon.
Bradley Sepos
2020-08-05
1
-2
/
+14
*
contrib: Update most contribs for Apple Silicon.
Bradley Sepos
2020-08-05
7
-2
/
+272
*
WinGui: Improvements to the new Preset Management UI.
sr55
2020-08-04
16
-142
/
+446
*
fix: SW encoding when crop/resize is used
agalin89
2020-08-04
1
-8
/
+11
*
MacGui: fix a couple layout issues on macOS 11.
Damiano Galassi
2020-08-03
8
-242
/
+253
*
libhb: do not set thread priorities on Darwin arm. Original patch contributed...
Damiano Galassi
2020-08-03
1
-3
/
+4
*
MacGui: bring the main window to front before starting a scan.
Damiano Galassi
2020-08-03
1
-0
/
+2
*
build: make: Do not fail configuring where Xcode is disabled and xcodebuild i...
Bradley Sepos
2020-08-01
1
-9
/
+10
*
WinGui: Fix a startup performance issue with the UI. Fixes #3046
sr55
2020-08-01
1
-3
/
+15
*
build: make: Map aarch64-* to arm64-* for Apple Silicon in configure.py.
Bradley Sepos
2020-08-01
1
-2
/
+2
*
build: make: Cosmetic in configure.py.
Bradley Sepos
2020-08-01
1
-2
/
+2
*
build: make: Switch Apple Silicon tuple in configure.py to aarch64-*.
Bradley Sepos
2020-08-01
1
-1
/
+1
*
build: make: Add Apple Silicon tuple to configure.py.
Bradley Sepos
2020-08-01
1
-1
/
+2
*
build: make: Update to config.guess 2020-07-12.
Bradley Sepos
2020-08-01
1
-7
/
+32
*
WinGui: Update the UI to allow passthru of metadata to be disabled. This util...
sr55
2020-07-31
10
-183
/
+164
*
WinGui: Use newer language structure in OptionsViewModel to tidy it up a bit.
sr55
2020-07-31
1
-559
/
+94
*
WinGui: Add Windows Serer 2019 to the approved list for Process isolation.
sr55
2020-07-31
1
-1
/
+11
*
qsv: fix incorrect async depth values in GUI binary
agalin89
2020-07-29
4
-16
/
+20
*
qsv: fix of speed preset to be effective as MFX_TARGETUSAGE_7/MFX_TARGETUSAGE...
agalin89
2020-07-28
1
-1
/
+8
*
qsv: holding frames context that associated with surface in the hb_buffer
agalin89
2020-07-28
6
-53
/
+34
*
qsv: improved memory management
agalin89
2020-07-28
5
-71
/
+37
*
WinGui: Fix build attempt 2
sr55
2020-07-25
1
-5
/
+0
*
WinGui: Fix Build
sr55
2020-07-24
2
-9
/
+0
*
WinGui: Add back lost functionality on the new queue design. There is now a ...
sr55
2020-07-24
10
-42
/
+123
*
WinGui: Adding a resource manager for hardware encoders. Since you can only ...
sr55
2020-07-24
3
-7
/
+144
*
gtk: configure: Whitespace consistency.
Bradley Sepos
2020-07-22
1
-47
/
+47
*
gtk: configure: Do not attempt to link pthreadGC2 when pthread is not found.
Bradley Sepos
2020-07-22
1
-2
/
+0
*
gtk: configure: Use consistent white space.
Bradley Sepos
2020-07-22
1
-68
/
+68
*
make: Fix mingw pthread conditional in configure.py.
Bradley Sepos
2020-07-22
1
-1
/
+1
[next]