Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mfx hash | Scott | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | Update module.defs | Scott | 2020-11-12 | 1 | -2/+2 |
| | |||||
* | Update libmfx to 1.34 | Scott | 2020-11-12 | 1 | -3/+3 |
| | |||||
* | qsv: added AV1 HW decoding capabilities | agalin89 | 2020-11-12 | 1 | -0/+77 |
| | |||||
* | contrib: combine some checks and cosmetics. | Damiano Galassi | 2020-11-05 | 8 | -30/+13 |
| | |||||
* | contrib: macOS arm and intel cross compilation. | Damiano Galassi | 2020-11-05 | 27 | -10/+344 |
| | |||||
* | removing thread priority change for better performance | Dmitrichenko, Max | 2020-10-24 | 4 | -0/+72 |
| | |||||
* | qsv: multi adapters improvements | agalin89 | 2020-10-10 | 1 | -192/+2 |
| | |||||
* | contrib: add arm64-apple-darwin arch x265 NEON optimizations. | Damiano Galassi | 2020-10-06 | 4 | -0/+5133 |
| | |||||
* | 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 |
| | |||||
* | nvenc: Bump nvcodec-headers to 10.0.26.0 | sr55 | 2020-09-26 | 1 | -3/+3 |
| | |||||
* | contrib: Update to mfx_dispatch 1.32.1. | Bradley Sepos | 2020-09-04 | 1 | -5/+5 |
| | | | | Closes #3111. | ||||
* | contrib: update mfx_dispatch to 1.32 | agalin89 | 2020-09-02 | 1 | -5/+5 |
| | |||||
* | qsv: fix dx11 crop/resize | agalin89 | 2020-08-29 | 1 | -1/+10 |
| | |||||
* | contrib: add back patch to enable b-frames in hevc videotoolbox encoder. | Damiano Galassi | 2020-08-25 | 1 | -0/+12 |
| | |||||
* | contribs: Remove x265 bitbucket download URLs since those no longer work. ↵ | sr55 | 2020-08-24 | 4 | -4/+0 |
| | | | | Fixes #3082 | ||||
* | libhb: improve videotoolbox detection and add support for constant quality ↵ | Damiano Galassi | 2020-08-23 | 1 | -0/+51 |
| | | | | encoding mode when available. | ||||
* | qsv: update dx11 patch for ffmpeg 4.3.1 | agalin89 | 2020-08-22 | 1 | -294/+937 |
| | |||||
* | 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 |
| | |||||
* | contrib: Update most contribs for Apple Silicon. | Bradley Sepos | 2020-08-05 | 7 | -2/+272 |
| | |||||
* | contrib: libjpeg-turbo: Add a patch for fixing building for arm64 windows | Martin Storsjö | 2020-07-14 | 1 | -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 assembly | Ewout ter Hoeven | 2020-06-17 | 1 | -1/+1 |
| | | | This keeps compatibility with Nasm 2.13 | ||||
* | contrib: Update libdav1d to 0.7.0 | Ewout ter Hoeven | 2020-06-17 | 1 | -3/+3 |
| | | | Changelog: https://code.videolan.org/videolan/dav1d/-/blob/master/NEWS | ||||
* | contrib: Fixup harfbuzz and libjpeg-turbo cmake system name defines per ↵ | Bradley Sepos | 2020-06-16 | 2 | -2/+4 |
| | | | | #2654 and bc4a502d. | ||||
* | contrib: gtk: libhb: macosx: make: test: Add libjpeg-turbo. | Bradley Sepos | 2020-06-15 | 2 | -0/+50 |
| | |||||
* | qsv: fixing log print | Dmitrichenko, Max | 2020-06-07 | 1 | -2/+2 |
| | |||||
* | contrib: Update to FFmpeg 4.2.3. | Bradley Sepos | 2020-05-30 | 1 | -3/+3 |
| | | | | Numerous bug fixes. | ||||
* | contrib: Add patch fixing cross compiling libdav1d with gcc 10.1. | Bradley Sepos | 2020-05-07 | 1 | -0/+11 |
| | | | | Fixes a variation on an old bug causing posix_memalign to be used where unavailable. | ||||
* | libav: fix remuxing aac from ts to mkv | John Stebbins | 2020-05-03 | 1 | -0/+36 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/2809 | ||||
* | contrib: ffmpeg: Remove a patch that has been merged upstream | Martin Storsjö | 2020-04-27 | 1 | -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 Walker | 2020-03-30 | 1 | -0/+26 |
| | | | | | Produced by security cameras, see: https://forum.handbrake.fr/viewtopic.php?f=11&t=39824 | ||||
* | decavsub: patch ffmpeg to fix workaround hacks | John Stebbins | 2020-03-29 | 3 | -0/+131 |
| | |||||
* | decavsub: use libav to decode dvd subtitles | John Stebbins | 2020-03-29 | 1 | -0/+49 |
| | | | | Simplifies code, removes encvobsub.c (was never used) and decvobsub.c. | ||||
* | decavsub: use libav to decode EIA 608 subtitles | John Stebbins | 2020-03-29 | 1 | -0/+27 |
| | | | | simplifies code, eliminates deccc608sub.c | ||||
* | contrib: x265: Set CMAKE_SYSTEM_PROCESSOR | Martin Storsjö | 2020-03-14 | 3 | -0/+3 |
| | | | | This is necessary when cross compiling. | ||||
* | contrib: libvpx: Support configuring for aarch64 windows | Martin Storsjö | 2020-03-14 | 1 | -0/+2 |
| | |||||
* | contrib: libtheora: Regenerate autotools files | Martin Storsjö | 2020-03-14 | 1 | -0/+2 |
| | | | | The bundled files don't recognize aarch64 as an architecture. | ||||
* | contrib: dav1d: Add cross files for other windows architectures | Martin Storsjö | 2020-03-14 | 2 | -1/+20 |
| | |||||
* | contrib: harfbuzz: Adjust mingw patch to only include emmintrin.h on x86 | Martin Storsjö | 2020-03-14 | 1 | -1/+3 |
| | |||||
* | contrib: amf: Patch amf to prefer __declspec(selectany) over ↵ | Martin Storsjö | 2020-03-14 | 1 | -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 Sepos | 2020-03-10 | 1 | -1/+13 |
| | |||||
* | contrib: Explicitly declare libdav1d pkg_config .pc installation directory. | Justin Bull | 2020-03-10 | 1 | -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 improvements | Artem Galin | 2020-03-05 | 1 | -92/+846 |
| | |||||
* | contrib: x265: Don't redundantly set CMAKE_SYSTEM_NAME to the triple when ↵ | Martin Storsjö | 2020-03-03 | 3 | -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 ↵ | sr55 | 2020-02-25 | 32 | -32/+32 |
| | | | | should be global and more reliable than our own server. | ||||
* | contrib: Add upstream patch to make libbluray pthread recursive mutexes ↵ | Bradley Sepos | 2020-02-19 | 1 | -0/+114 |
| | | | | portable. |