summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* VAAPI: Initial Patch (WIP)vaapi-encoderSven Gothel2018-01-1213-42/+352
* NVENC: Remove redundant ffmpeg config argsnvenc-encoderSven Gothel2018-01-121-7/+0
* NVENC: HB_VCODEC_{H264,H265}_MASK bits not unique, use matching macro def ins...Sven Gothel2018-01-121-2/+6
* NVENC: Remove early added unused WORK idsSven Gothel2018-01-121-3/+1
* Merge branch 'ffmpeg' into nvenc-encoderSven Gothel2018-01-12159-224/+1034
|\
| * Merge branch 'master' into ffmpegffmpeg_sgothelSven Gothel2018-01-12159-224/+1034
| |\
| | * libhb: Allow NLMeans prefilter passthru when strength is 0 (zero).Bradley Sepos2018-01-101-6/+6
| | * libhb: Make NLMeans prefilter order consistent.Bradley Sepos2018-01-101-6/+6
| | * libhb: Make prefiltered check in NLMeans more explicit.Bradley Sepos2018-01-101-1/+1
| | * libhb: Reorder some code in nlmeans_prefilter for clarity.Bradley Sepos2018-01-101-11/+7
| | * libhb: Plug memory leak in NLMeans.Bradley Sepos2018-01-101-2/+10
| | * qsv: better dimensions adjustments for HEVC 10bmaxd2018-01-101-3/+5
| | * libhb: fixed a dead assignment in avfilter.c.Damiano Galassi2018-01-101-1/+1
| | * libhb: fix a leak in decssasubDamiano Galassi2018-01-101-0/+3
| | * ports: fix a possible null deference.Damiano Galassi2018-01-101-0/+2
| | * build: Add sign function to macosx module.Bradley Sepos2018-01-104-2/+143
| | * MacGui: rearrange the toolbar and add a button to save a new preset in the ma...Damiano Galassi2018-01-101-11/+23
| | * build: More robust failure on missing or old nasm.Bradley Sepos2018-01-101-1/+8
| | * encx264: check correct build number in ifdefJohn Stebbins2018-01-101-4/+4
| | * build: Unclobber PATH when shunting build through Xcode.Bradley Sepos2018-01-102-0/+9
| | * scripts: Enable sections and lto for nasm.Bradley Sepos2018-01-101-3/+3
| | * contrib: Make x264 cross options valid for all cross, not just mingw.Bradley Sepos2018-01-101-1/+2
| | * build: Update configure.py to check for nasm >= 2.13.Bradley Sepos2018-01-101-0/+1
| | * scripts: Update mac-toolchain-build to add nasm.Bradley Sepos2018-01-101-3/+17
| | * contrib: Remove yasm from x264 module.Bradley Sepos2018-01-101-6/+1
| | * x264: bump to build 155John Stebbins2018-01-103-11/+52
| | * libhb: Better prioritize NLMeans prefilter order.Bradley Sepos2018-01-091-11/+11
| | * libhb: Add CSM prefilter to NLMeans.Bradley Sepos2018-01-091-3/+108
| | * QSV: fix ICQ availability detection for HEVC encoder.Tim Walker2018-01-041-0/+3
| | * Update copyright dates to 2018.Bradley Sepos2018-01-01139-140/+140
| | * WinGui: Tweak sizing on the Main Window, Attempt 2.sr552018-01-011-5/+5
| | * WinGui: Tweak sizing on the main window.sr552018-01-011-9/+9
| | * WinGui: Update to build script.sr552017-12-301-5/+1
| | * libhb: Fix nlmeans prefilter passthru only outputting some frames.Bradley Sepos2017-12-301-7/+0
| | * libhb: Output result of nlmeans prefilter when passthru enabled.Chris Darroch2017-12-301-2/+11
| | * libhb: Fix nlmeans prefilter passthru frame addressing.Chris Darroch2017-12-301-1/+1
| | * WinGui: Add combined option in the Chapter Import Open File Dialog. #1015sr552017-12-291-1/+1
| | * LinGui: fix display of volume name in queueJohn Stebbins2017-12-291-1/+1
| | * scripts: Append to log files instead of overwriting.Bradley Sepos2017-12-281-12/+12
| | * scripts: Fix typo in Mac deps build script.Bradley Sepos2017-12-281-1/+1
| | * graphics: Add graphic assets license info.Bradley Sepos2017-12-284-0/+472
* | | Merge branch 'ffmpeg' into nvenc-encoderSven Gothel2018-01-126-24/+22
|\| |
| * | FFMPEG: Use avcodec_free_context(..) instead of deprecated leaking avcodec_cl...Sven Gothel2018-01-126-22/+16
| * | FFMPEG decavcodec: Consider returned error from av_buffersrc_add_frame(..)Sven Gothel2018-01-121-2/+6
* | | NVENC: Properly test whether encoder is available on platformSven Gothel2017-12-283-5/+42
* | | NVENC: Utilize HB_VCODEC_FFMPEG_*_NVENC where applicableSven Gothel2017-12-281-7/+15
* | | Merge branch 'ffmpeg' into nvenc-encoderSven Gothel2017-12-281-11/+12
|\| |
| * | FFMPEG: Enable A01-matroskaenc-pgs-duration patchSven Gothel2017-12-281-11/+12
* | | Merge branch 'ffmpeg' into nvenc-encoderSven Gothel2017-12-2827-1044/+224
|\| |
| * | Merge branch 'master' into ffmpegSven Gothel2017-12-2827-1044/+224
| |\|