summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* qsv: add support for FreeBSDJan Beich2020-01-231-1/+1
|
* contrib: Allow optimizing x265 with -Oz via --optimize=size-aggressive.Nomis1012020-01-163-9/+33
| | | | Additionally reduces file size 4.5%.
* contrib: Configure FFmpeg with --enable-small when using ↵Nomis1012020-01-161-0/+5
| | | | | | --optimize=size-aggressive. Closes #2571.
* libbluray: disable mount_get_mountpoint function call on macOS until we find ↵Damiano Galassi2020-01-041-21/+13
| | | | the actual issue.
* contrib: Update to ffmpeg 4.2.2.Bradley Sepos2020-01-021-3/+3
|
* contrib: Add x265 patch to prevent VBV macroblocking at end.Bradley Sepos2020-01-024-0/+96
|
* libbluray: fix a possible out of bounds read on macOS.Damiano Galassi2019-12-221-0/+21
|
* x265: Fix pass 2 encode failureNomis1012019-12-094-0/+76
| | | | This fixes a 2-pass encoding failure which also does affect HandBrake, see https://bitbucket.org/multicoreware/x265/issues/524/2-pass-encoding-failure-with-32-15
* x265: Fix limit-tu bug in loading co-located CU's TU depthNomis1012019-12-094-0/+104
|
* contrib: Update to HarfBuzz 2.6.4.Bradley Sepos2019-11-091-3/+3
|
* contrib: Update to libdav1d 0.5.1.Bradley Sepos2019-11-091-3/+3
|
* contrib: Update to x265 3.2.1.Bradley Sepos2019-11-0912-432/+20
|
* x265: Fix encoder crash with zones and add test for zonesNomis1012019-10-264-0/+120
| | | | Patch from https://bitbucket.org/multicoreware/x265/commits/a3a088a7262fcc02560bc8b71d0a3cf5b9c69fe3
* contrib: Add AMF/VCE H.264 loop filter flag patch to FFmpeg.Bradley Sepos2019-10-151-0/+23
|
* contrib: Add patch to fix AQ-related slowdown in x265 3.2.Bradley Sepos2019-10-144-0/+292
|
* contrib: Update to x265 3.2.Bradley Sepos2019-10-144-20/+20
|
* contrib: Update to libvpx 1.8.1.Bradley Sepos2019-10-141-3/+3
|
* contrib: Update to libopus 1.3.1.Bradley Sepos2019-10-141-3/+3
|
* contrib: Update to libogg 1.3.4.Bradley Sepos2019-10-142-3/+36
|
* contrib: Update to libmfx c200d83 2019-05-13.Bradley Sepos2019-10-141-2/+5
|
* contrib: Update to libiconv 1.16.Bradley Sepos2019-10-142-109/+3
|
* contrib: Update to libdvdread 6.0.2.Bradley Sepos2019-10-142-30/+3
|
* contrib: Update to libdvdnav 6.0.1.Bradley Sepos2019-10-142-37/+3
|
* contrib: Update to dav1d 0.5.0.Bradley Sepos2019-10-141-2/+3
|
* contrib: Update to libbluray-1.1.2.Bradley Sepos2019-10-141-3/+3
|
* contrib: Update to harfbuzz 2.6.2.Bradley Sepos2019-10-141-3/+3
|
* contrib: Update to fribidi 1.0.7.Bradley Sepos2019-10-141-4/+4
| | | | Fixes #2014.
* contrib: Update to freetype 2.10.1.Bradley Sepos2019-10-142-15/+15
|
* contrib: Update to FFmpeg 4.2.1.Bradley Sepos2019-10-142-42/+3
|
* contrib: Update to fdk-aac 2.0.1.Bradley Sepos2019-10-141-3/+3
|
* contrib: Update to bzip2 1.0.8.Bradley Sepos2019-10-141-5/+3
|
* dvdread: add an absolute dvdcss path to use when hardened runtime is enabbled.Damiano Galassi2019-10-051-0/+26
|
* fix warnings when compiling with clang.Damiano Galassi2019-09-261-0/+13
|
* contrib: Fix configure warnings.Bradley Sepos2019-09-242-1/+5
| | | | Closes #2265.
* qsv: d3d11 enablingagalin892019-09-221-0/+309
|
* contrib: Disable libdav1d tools and tests.Bradley Sepos2019-09-171-1/+2
| | | | Unneeded and fixes build on Arch.
* contrib: Use libdav1d for AV1 decoding in FFmpeg.Justin Bull2019-09-174-1/+51
|
* contrib: Update to HarfBuzz 2.6.1 and convert to CMake.Bradley Sepos2019-09-091-15/+40
| | | | CoreText disabled on macOS; appears to be no longer actively supported upstream.
* contrib: Fix some configure-related warnings.Nomis1012019-09-073-7/+4
|
* VCE: Vulkan support on linux.OvchinnikovDmitrii2019-08-281-0/+78
|
* contrib: Add small patch fix to libdvdnav.Bradley Sepos2019-08-261-0/+34
|
* contrib: Add small patch fix to libdvdread.Bradley Sepos2019-08-261-0/+27
|
* contrib: Use `ranlib` instead of `ar s` to fix building on Ubuntu 19.10 and ↵Bradley Sepos2019-08-251-1/+1
| | | | | | Debian Sid Unstable. Fixes #2272.
* ffmpeg: fix seeking in mkv > 2GBJohn Stebbins2019-08-221-0/+39
| | | | maybe fixes https://github.com/HandBrake/HandBrake/issues/2248
* Create A12-videotoolbox-smpte2084-hlg-transfer.patchNomis1012019-08-181-0/+69
| | | | Closes #2237.
* contrib: Update to FFmpeg 4.2.Bradley Sepos2019-08-163-66/+3
|