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
*
qsv: multi adapters improvements
agalin89
2020-10-10
3
-210
/
+43
*
actions: Remove purge artifacts step as this is now set on the repository level.
sr55
2020-10-09
2
-15
/
+0
*
MacGui: do not reset the max width and max height when the resolution limit i...
Damiano Galassi
2020-10-08
1
-2
/
+0
*
MacGui: align UI elements.
Damiano Galassi
2020-10-08
5
-122
/
+117
*
MacGui: use a segmented control for the presets popover action buttons.
Damiano Galassi
2020-10-08
3
-60
/
+60
*
contrib: add arm64-apple-darwin arch x265 NEON optimizations.
Damiano Galassi
2020-10-06
4
-0
/
+5133
*
MacGui: fix a truncated label in the preferences.
Damiano Galassi
2020-10-05
1
-52
/
+52
*
MacGui: replace the floating dimensions window with a popover with only cropp...
Damiano Galassi
2020-10-05
16
-797
/
+344
*
MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add preset...
Damiano Galassi
2020-10-05
8
-120
/
+127
*
MacGui: fix a compiler warning.
Damiano Galassi
2020-10-05
1
-1
/
+1
*
MacGui: use a non deprecated api for table views drag & drop.
Damiano Galassi
2020-10-05
6
-68
/
+119
*
qsv: fix full path encode when multiple monitors configuration
agalin89
2020-10-04
1
-4
/
+7
*
qsv: added hb_qsv_adapters_list function and make proper multiple gpu adapter...
agalin89
2020-10-04
5
-124
/
+227
*
qsv: switched to the IDXGIFactory2 interface
agalin89
2020-10-04
1
-33
/
+203
*
qsv: add patch for MFXQueryAdapters function in libmfx dispatcher
agalin89
2020-10-04
1
-0
/
+33
*
HandBrake.Interop: Library cleanup.
sr55
2020-10-04
120
-1382
/
+601
*
MacGui: add the 'allow upscaling' and 'use maximum size' checkbox to the dime...
Damiano Galassi
2020-10-02
4
-30
/
+148
*
MacGui: map more transfer functions to CGColorSpaceRef, simplify copyImageAtI...
Damiano Galassi
2020-10-02
4
-33
/
+54
*
WinGui: Couple of localisation issues fixed. Fixes #3162 and #3161
sr55
2020-09-29
3
-5
/
+10
*
MacGui: remove the modulus popup button.
Damiano Galassi
2020-09-28
7
-194
/
+49
*
WinGui: Agressively call global_close on libhb to attempt to make sure tempor...
sr55
2020-09-26
3
-10
/
+22
*
nvenc: Allow 3 simulatenous encodes in multi-instance mode on windows.
sr55
2020-09-26
1
-1
/
+1
*
nvenc: Bump nvcodec-headers to 10.0.26.0
sr55
2020-09-26
1
-3
/
+3
*
WinGui: Fix a couple of exceptions in the AudioTrack model where unavailable ...
sr55
2020-09-26
1
-11
/
+18
*
nvenc: Fix duplicate logging of nvenc message. Also moved it to log level 2.
sr55
2020-09-26
1
-3
/
+9
*
MacGui: add pad filter ui, move rotate filter to the dimensions tab.
Damiano Galassi
2020-09-24
11
-901
/
+1879
*
libhb: fix a memory leak.
Damiano Galassi
2020-09-24
1
-1
/
+1
*
MacGui: run the Xcode 12.2 project check.
Damiano Galassi
2020-09-24
5
-5
/
+5
*
Update ResourcesTooltips.co.resx from Transifex on 2020-09-20
Patriccollu
2020-09-21
1
-28
/
+28
*
Update Resources.co.resx from Transifex on 2020-09-20
Patriccollu
2020-09-21
1
-34
/
+37
*
MacGUI: add back a missing assigment to a voice over label. Improve the track...
Damiano Galassi
2020-09-14
2
-4
/
+5
*
MacGui: remove an unneeded file.
Damiano Galassi
2020-09-13
2
-7
/
+0
*
MacGui: move a localization file to the right place.
Damiano Galassi
2020-09-13
1
-12
/
+2
*
MacGui: use sf symbols images for the preferences on macOS 11.
Damiano Galassi
2020-09-13
1
-11
/
+25
*
MacGui: mark another 'Overwrite' button as destructive action.
Damiano Galassi
2020-09-12
1
-0
/
+6
*
MacGui: always show a separator line between the queue titlebar and the conte...
Damiano Galassi
2020-09-12
1
-0
/
+1
*
MacGui: add a prefix to the NSArray and NSIndexSet categories.
Damiano Galassi
2020-09-12
6
-26
/
+26
*
MacGui: improve queue contextual menu items validation.
Damiano Galassi
2020-09-12
3
-8
/
+52
*
WinGui: Fix a couple of cosmetic translation issues. Fixes #3116
sr55
2020-09-11
5
-9
/
+19
*
MacGui: remove an unneeded iboutlet.
Damiano Galassi
2020-09-11
1
-1
/
+0
*
MacGui: remove the pointless 'show all' button in the selection behaviours sh...
Damiano Galassi
2020-09-11
4
-216
/
+100
*
MacGui: mark the overwrite button in modals as destructive actions.
Damiano Galassi
2020-09-11
1
-2
/
+14
*
MacGui: show a stop row in the queue when 'Stop after current job' option is ...
Damiano Galassi
2020-09-11
21
-179
/
+376
*
WinGui: Performance Optimisation to the summary tab. Don't request previews w...
sr55
2020-09-07
2
-2
/
+7
*
WinGui: Small optimisation to the Add to Queue function. Adding 250 Items Be...
sr55
2020-09-07
1
-1
/
+20
*
qsv: add gpu adapter index selection
agalin89
2020-09-06
4
-10
/
+147
*
WinGui: Fix a bug with pre/postfix in autoname functonality
sr55
2020-09-06
1
-10
/
+7
*
WinGui: Various fixes to the log window when using muilti-instance.
sr55
2020-09-05
7
-54
/
+108
*
contrib: Update to mfx_dispatch 1.32.1.
Bradley Sepos
2020-09-04
1
-5
/
+5
*
Try to fix error CNDL0014
Nomis101
2020-09-03
1
-4
/
+4
[next]