summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ffmpeg: make track names visible regarless of localeJohn Stebbins2019-08-111-0/+77
| | | | | | | | | | | | | | Apple will not show a track name if it doesn't match the current locale or it's language is not "und". This patch results in the language being set to "und". writes 3gpp track names for all language variations in metadata. when the language is not specified, uses "und" as default. HandBrake doesn't actually allow multiple track name languages, but one of the side effects of this patch is to use "und" when the track name language is unspecified. Before this patch, language specific variants of metadata were ignored and "eng" was always set as the language.
* ffmpeg: add support to read/write mp4 'titl' track tagJohn Stebbins2019-08-113-11/+297
|
* ffmpeg: add 'name' track udta tag readingJohn Stebbins2019-08-111-0/+65
|
* Remove libsamplerateJohn Stebbins2019-08-112-20/+0
| | | | Convert the last use of libsamplerate in sync.c to swresample
* contrib: Update to x265 3.1.2.Bradley Sepos2019-08-014-20/+20
| | | | Fixes hangs encoding some files.
* contrib: Update to x265 3.1.1.Bradley Sepos2019-07-208-108/+20
|
* Fix gcc 9 compiler warningsJohn Stebbins2019-06-281-0/+33
| | | | | gcc 9 is quite a lot chattier and clutters the build log with useless information :\
* Fix build of libbluray under NetBSDRyo ONODERA2019-06-181-0/+13
| | | | Provide a header file for NetBSD.
* Fix build of ffmpeg under NetBSDRyo ONODERA2019-06-181-1/+1
| | | | Pick up external libraries from LOCALBASE.
* build: fix libdvdread on mingw when dlfcn is presentJohn Stebbins2019-04-171-1/+1
| | | | | | I broke the config that told libdvdread to use it's internal implementation of dlopen. It tried to use system dlopen, but we don't add -ldl to the link line. So it fails to link
* make: finish correcting host/build semanticsJohn Stebbins2019-04-1718-47/+47
|
* configure: add option to enable/disable libnumaJohn Stebbins2019-04-153-0/+12
| | | | | It is not supported or not useful in some Linux environments, so allow disabling it.
* contrib: Update to FFmpeg 4.1.3.Bradley Sepos2019-04-131-3/+3
|
* x265: enable building with libnuma on linuxJohn Stebbins2019-04-043-3/+3
| | | | | | | | | Threadripper and other modern CPUs are now multi-core modules that benefit from having NUMA available. Adds a dependency for libnuma. Fixes https://github.com/HandBrake/HandBrake/issues/1142
* contrib: Update to libvpx 1.8.0.Ewout ter Hoeven2019-03-318-300/+22
|
* contrib: Remove local pthreads-w32 in favor of winpthreads.Bradley Sepos2019-03-315-45/+2
| | | | Cross-compiling for Windows now requires winpthreads which is part of the toolchain provided by scripts/mingw-w64-build, and similar packages provided by Linux distros.
* contrib: Update to nvenc 9.0.18.1 (#1937)Ewout ter Hoeven2019-03-301-4/+4
| | | | | Contrib: Update to nvenc 9.0.18.0
* qsv: disable xlib in ffmpegJohn Stebbins2019-03-071-2/+3
| | | | | It is autodetected and results in link failure if ffmpeg finds it bacause we do not add it to final link flags
* LinGui: make QSV encoding actually workJohn Stebbins2019-03-071-1/+6
| | | | | | Assuming you built HandBrake with 'configure --enable-qsv' and you have built and installed Intel MediaSDK in a directory that is in your LD search path, the QSV encoders now work. HW decode is not supported.
* contrib: Update to FreeType 2.9.1.Bradley Sepos2019-02-262-3/+27
|
* contrib: Fix FreeType bzip2 dependency typo.Bradley Sepos2019-02-261-1/+1
|
* Revert "contrib: Update to FreeType 2.9.1."Bradley Sepos2019-02-261-3/+3
| | | | | | Hoses hb.dll. Reverting until a fix is implemented. This reverts commit 9ad4cae93670aa84349cd05b040a96f8d8e4ef24.
* contrib: Update to libxml2 2.9.9.Bradley Sepos2019-02-241-3/+3
|
* contrib: Update to libdvdread 6.0.1.Bradley Sepos2019-02-242-165/+3
|
* contrib: Update to libbluray 1.1.0.Bradley Sepos2019-02-241-3/+3
|
* contrib: Update to Jansson 2.12.Bradley Sepos2019-02-241-3/+3
|
* contrib: Update to HarfBuzz 2.3.1.Bradley Sepos2019-02-241-3/+3
|
* contrib: Update to fribidi 1.0.5.Bradley Sepos2019-02-246-62/+17
|
* contrib: Update to FreeType 2.9.1.Bradley Sepos2019-02-241-3/+3
|
* contrib: Remove fdk-aac SourceForge url.Bradley Sepos2019-02-211-1/+0
| | | | Checksum does not match the other urls. The GitHub repo by mstorsjo seems preferable at this time, anyway.
* contrib: Update bzip2 upstream url.Bradley Sepos2019-02-211-1/+1
| | | | The previous url is gone.
* contrib: Update to AMF 1.4.9Ewout ter Hoeven2019-02-171-4/+4
|
* contrib: Update to libsamplerate 0.1.9-49-ga2eb281.Bradley Sepos2019-02-141-6/+6
|
* contrib: Add local patch to fix missing x265 animation tune.Nomis1012019-02-144-0/+88
|
* contrib: Restore FFmpeg VideoToolbox patch.Bradley Sepos2019-02-111-0/+27
| | | | Mistakenly removed in 66a362ee92331fa1393fbdb0c1e1b26d8f39de6a.
* contrib: Update to x265 3.0.Ewout ter Hoeven2019-02-114-20/+20
|
* contrib: Update to FFmpeg 4.1.1.Ewout ter Hoeven2019-02-118-321/+3
|
* contrib: Update to nvenc 8.2.15.7Ewout ter Hoeven2019-02-111-4/+4
|
* contrib: Update to fdk-aac 0.1.6.Ewout ter Hoeven2019-02-111-3/+6
|