summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix mfx hashScott2020-11-121-1/+1
|
* Update module.defsScott2020-11-121-2/+2
|
* Update libmfx to 1.34Scott2020-11-121-3/+3
|
* qsv: added AV1 HW decoding capabilitiesagalin892020-11-121-0/+77
|
* contrib: combine some checks and cosmetics.Damiano Galassi2020-11-058-30/+13
|
* contrib: macOS arm and intel cross compilation.Damiano Galassi2020-11-0527-10/+344
|
* removing thread priority change for better performanceDmitrichenko, Max2020-10-244-0/+72
|
* qsv: multi adapters improvementsagalin892020-10-101-192/+2
|
* contrib: add arm64-apple-darwin arch x265 NEON optimizations.Damiano Galassi2020-10-064-0/+5133
|
* qsv: switched to the IDXGIFactory2 interfaceagalin892020-10-041-33/+203
|
* qsv: add patch for MFXQueryAdapters function in libmfx dispatcheragalin892020-10-041-0/+33
|
* nvenc: Bump nvcodec-headers to 10.0.26.0sr552020-09-261-3/+3
|
* contrib: Update to mfx_dispatch 1.32.1.Bradley Sepos2020-09-041-5/+5
| | | | Closes #3111.
* contrib: update mfx_dispatch to 1.32agalin892020-09-021-5/+5
|
* qsv: fix dx11 crop/resizeagalin892020-08-291-1/+10
|
* contrib: add back patch to enable b-frames in hevc videotoolbox encoder.Damiano Galassi2020-08-251-0/+12
|
* contribs: Remove x265 bitbucket download URLs since those no longer work. ↵sr552020-08-244-4/+0
| | | | Fixes #3082
* libhb: improve videotoolbox detection and add support for constant quality ↵Damiano Galassi2020-08-231-0/+51
| | | | encoding mode when available.
* qsv: update dx11 patch for ffmpeg 4.3.1agalin892020-08-221-294/+937
|
* contrib: Update to FFmpeg 4.3.1.Bradley Sepos2020-08-221-3/+3
|
* contrib: Restore and update QSV DX11 patch for FFmpeg 4.3.Bradley Sepos2020-08-221-0/+611
|
* contrib: Update to FFmpeg 4:3.Bradley Sepos2020-08-229-1326/+28
|
* contrib: Update to NVENC headers 9.1.23.1.Bradley Sepos2020-08-221-4/+3
|
* contrib: Update most contribs for Apple Silicon.Bradley Sepos2020-08-057-2/+272
|
* contrib: libjpeg-turbo: Add a patch for fixing building for arm64 windowsMartin Storsjö2020-07-141-0/+13
| | | | | | This patch has been sent upstream at https://github.com/libjpeg-turbo/libjpeg-turbo/pull/438, but it hasn't been reacted upon yet.
* Contrib: Build dav1d without avx512 assemblyEwout ter Hoeven2020-06-171-1/+1
| | | This keeps compatibility with Nasm 2.13
* contrib: Update libdav1d to 0.7.0Ewout ter Hoeven2020-06-171-3/+3
| | | Changelog: https://code.videolan.org/videolan/dav1d/-/blob/master/NEWS
* contrib: Fixup harfbuzz and libjpeg-turbo cmake system name defines per ↵Bradley Sepos2020-06-162-2/+4
| | | | #2654 and bc4a502d.
* contrib: gtk: libhb: macosx: make: test: Add libjpeg-turbo.Bradley Sepos2020-06-152-0/+50
|
* qsv: fixing log printDmitrichenko, Max2020-06-071-2/+2
|
* contrib: Update to FFmpeg 4.2.3.Bradley Sepos2020-05-301-3/+3
| | | | Numerous bug fixes.
* contrib: Add patch fixing cross compiling libdav1d with gcc 10.1.Bradley Sepos2020-05-071-0/+11
| | | | Fixes a variation on an old bug causing posix_memalign to be used where unavailable.
* libav: fix remuxing aac from ts to mkvJohn Stebbins2020-05-031-0/+36
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/2809
* contrib: ffmpeg: Remove a patch that has been merged upstreamMartin Storsjö2020-04-271-17/+0
| | | | | | | This patch (with a minor modification) has been merged upstream in http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=08b1d1d8122517d07f2335437cde0aeedc50143f, which was part of the 4.1 release - and we currently build 4.2.2.
* ffmpeg: support 'H265' FourCC in AVI.Tim Walker2020-03-301-0/+26
| | | | | Produced by security cameras, see: https://forum.handbrake.fr/viewtopic.php?f=11&t=39824
* decavsub: patch ffmpeg to fix workaround hacksJohn Stebbins2020-03-293-0/+131
|
* decavsub: use libav to decode dvd subtitlesJohn Stebbins2020-03-291-0/+49
| | | | Simplifies code, removes encvobsub.c (was never used) and decvobsub.c.
* decavsub: use libav to decode EIA 608 subtitlesJohn Stebbins2020-03-291-0/+27
| | | | simplifies code, eliminates deccc608sub.c
* contrib: x265: Set CMAKE_SYSTEM_PROCESSORMartin Storsjö2020-03-143-0/+3
| | | | This is necessary when cross compiling.
* contrib: libvpx: Support configuring for aarch64 windowsMartin Storsjö2020-03-141-0/+2
|
* contrib: libtheora: Regenerate autotools filesMartin Storsjö2020-03-141-0/+2
| | | | The bundled files don't recognize aarch64 as an architecture.
* contrib: dav1d: Add cross files for other windows architecturesMartin Storsjö2020-03-142-1/+20
|
* contrib: harfbuzz: Adjust mingw patch to only include emmintrin.h on x86Martin Storsjö2020-03-141-1/+3
|
* contrib: amf: Patch amf to prefer __declspec(selectany) over ↵Martin Storsjö2020-03-141-0/+14
| | | | | | | | | | | __attribute__((weak)) Clang doesn't properly implement __attribute__((weak)) in all cases on windows/mingw yet, while __declspec(selectany) works in all of msvc, gcc and clang (both in msvc and mingw mode). This is a backport of an upstream fix from https://github.com/GPUOpen-LibrariesAndSDKs/AMF/commit/328e888ddadc7d9e3fcdf621a59463320b88186b.
* contrib: Add debug and size optimization support to libdav1d.Bradley Sepos2020-03-101-1/+13
|
* contrib: Explicitly declare libdav1d pkg_config .pc installation directory.Justin Bull2020-03-101-0/+10
| | | | | | | | | | Breaking upstream commit requires this. See: - https://github.com/mesonbuild/meson/pull/4410 - https://github.com/mesonbuild/meson/commit/aba8792b6657e3aa380586764a8b3ec567895a28 - https://github.com/mesonbuild/meson/pull/6343 Fixes #2662.
* qsv: hw decoding improvementsArtem Galin2020-03-051-92/+846
|
* contrib: x265: Don't redundantly set CMAKE_SYSTEM_NAME to the triple when ↵Martin Storsjö2020-03-033-3/+6
| | | | | | | | cross compiling for windows It's already explicitly set to "Windows" in these cases, and CMake does recognize CMAKE_SYSTEM_NAME being set to "Windows", but might not recognize generic triples.
* contrib: Switch to using GitHub to host our contrib binaries. Their CDN ↵sr552020-02-2532-32/+32
| | | | should be global and more reliable than our own server.
* contrib: Add upstream patch to make libbluray pthread recursive mutexes ↵Bradley Sepos2020-02-191-0/+114
| | | | portable.