Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contrib: Disable libdav1d tools and tests. | Bradley Sepos | 2019-09-17 | 1 | -1/+2 |
| | | | | Unneeded and fixes build on Arch. | ||||
* | contrib: Use libdav1d for AV1 decoding in FFmpeg. | Justin Bull | 2019-09-17 | 4 | -1/+51 |
| | |||||
* | contrib: Update to HarfBuzz 2.6.1 and convert to CMake. | Bradley Sepos | 2019-09-09 | 1 | -15/+40 |
| | | | | CoreText disabled on macOS; appears to be no longer actively supported upstream. | ||||
* | contrib: Fix some configure-related warnings. | Nomis101 | 2019-09-07 | 3 | -7/+4 |
| | |||||
* | VCE: Vulkan support on linux. | OvchinnikovDmitrii | 2019-08-28 | 1 | -0/+78 |
| | |||||
* | contrib: Add small patch fix to libdvdnav. | Bradley Sepos | 2019-08-26 | 1 | -0/+34 |
| | |||||
* | contrib: Add small patch fix to libdvdread. | Bradley Sepos | 2019-08-26 | 1 | -0/+27 |
| | |||||
* | contrib: Use `ranlib` instead of `ar s` to fix building on Ubuntu 19.10 and ↵ | Bradley Sepos | 2019-08-25 | 1 | -1/+1 |
| | | | | | | Debian Sid Unstable. Fixes #2272. | ||||
* | ffmpeg: fix seeking in mkv > 2GB | John Stebbins | 2019-08-22 | 1 | -0/+39 |
| | | | | maybe fixes https://github.com/HandBrake/HandBrake/issues/2248 | ||||
* | Create A12-videotoolbox-smpte2084-hlg-transfer.patch | Nomis101 | 2019-08-18 | 1 | -0/+69 |
| | | | | Closes #2237. | ||||
* | contrib: Update to FFmpeg 4.2. | Bradley Sepos | 2019-08-16 | 3 | -66/+3 |
| | |||||
* | ffmpeg: make track names visible regarless of locale | John Stebbins | 2019-08-11 | 1 | -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 tag | John Stebbins | 2019-08-11 | 3 | -11/+297 |
| | |||||
* | ffmpeg: add 'name' track udta tag reading | John Stebbins | 2019-08-11 | 1 | -0/+65 |
| | |||||
* | Remove libsamplerate | John Stebbins | 2019-08-11 | 2 | -20/+0 |
| | | | | Convert the last use of libsamplerate in sync.c to swresample | ||||
* | contrib: Update to x265 3.1.2. | Bradley Sepos | 2019-08-01 | 4 | -20/+20 |
| | | | | Fixes hangs encoding some files. | ||||
* | contrib: Update to x265 3.1.1. | Bradley Sepos | 2019-07-20 | 8 | -108/+20 |
| | |||||
* | Fix gcc 9 compiler warnings | John Stebbins | 2019-06-28 | 1 | -0/+33 |
| | | | | | gcc 9 is quite a lot chattier and clutters the build log with useless information :\ | ||||
* | Fix build of libbluray under NetBSD | Ryo ONODERA | 2019-06-18 | 1 | -0/+13 |
| | | | | Provide a header file for NetBSD. | ||||
* | Fix build of ffmpeg under NetBSD | Ryo ONODERA | 2019-06-18 | 1 | -1/+1 |
| | | | | Pick up external libraries from LOCALBASE. | ||||
* | build: fix libdvdread on mingw when dlfcn is present | John Stebbins | 2019-04-17 | 1 | -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 semantics | John Stebbins | 2019-04-17 | 18 | -47/+47 |
| | |||||
* | configure: add option to enable/disable libnuma | John Stebbins | 2019-04-15 | 3 | -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 Sepos | 2019-04-13 | 1 | -3/+3 |
| | |||||
* | x265: enable building with libnuma on linux | John Stebbins | 2019-04-04 | 3 | -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 Hoeven | 2019-03-31 | 8 | -300/+22 |
| | |||||
* | contrib: Remove local pthreads-w32 in favor of winpthreads. | Bradley Sepos | 2019-03-31 | 5 | -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 Hoeven | 2019-03-30 | 1 | -4/+4 |
| | | | | | Contrib: Update to nvenc 9.0.18.0 | ||||
* | qsv: disable xlib in ffmpeg | John Stebbins | 2019-03-07 | 1 | -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 work | John Stebbins | 2019-03-07 | 1 | -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 Sepos | 2019-02-26 | 2 | -3/+27 |
| | |||||
* | contrib: Fix FreeType bzip2 dependency typo. | Bradley Sepos | 2019-02-26 | 1 | -1/+1 |
| | |||||
* | Revert "contrib: Update to FreeType 2.9.1." | Bradley Sepos | 2019-02-26 | 1 | -3/+3 |
| | | | | | | Hoses hb.dll. Reverting until a fix is implemented. This reverts commit 9ad4cae93670aa84349cd05b040a96f8d8e4ef24. | ||||
* | contrib: Update to libxml2 2.9.9. | Bradley Sepos | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | contrib: Update to libdvdread 6.0.1. | Bradley Sepos | 2019-02-24 | 2 | -165/+3 |
| | |||||
* | contrib: Update to libbluray 1.1.0. | Bradley Sepos | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | contrib: Update to Jansson 2.12. | Bradley Sepos | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | contrib: Update to HarfBuzz 2.3.1. | Bradley Sepos | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | contrib: Update to fribidi 1.0.5. | Bradley Sepos | 2019-02-24 | 6 | -62/+17 |
| | |||||
* | contrib: Update to FreeType 2.9.1. | Bradley Sepos | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | contrib: Remove fdk-aac SourceForge url. | Bradley Sepos | 2019-02-21 | 1 | -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 Sepos | 2019-02-21 | 1 | -1/+1 |
| | | | | The previous url is gone. | ||||
* | contrib: Update to AMF 1.4.9 | Ewout ter Hoeven | 2019-02-17 | 1 | -4/+4 |
| | |||||
* | contrib: Update to libsamplerate 0.1.9-49-ga2eb281. | Bradley Sepos | 2019-02-14 | 1 | -6/+6 |
| | |||||
* | contrib: Add local patch to fix missing x265 animation tune. | Nomis101 | 2019-02-14 | 4 | -0/+88 |
| | |||||
* | contrib: Restore FFmpeg VideoToolbox patch. | Bradley Sepos | 2019-02-11 | 1 | -0/+27 |
| | | | | Mistakenly removed in 66a362ee92331fa1393fbdb0c1e1b26d8f39de6a. | ||||
* | contrib: Update to x265 3.0. | Ewout ter Hoeven | 2019-02-11 | 4 | -20/+20 |
| | |||||
* | contrib: Update to FFmpeg 4.1.1. | Ewout ter Hoeven | 2019-02-11 | 8 | -321/+3 |
| | |||||
* | contrib: Update to nvenc 8.2.15.7 | Ewout ter Hoeven | 2019-02-11 | 1 | -4/+4 |
| | |||||
* | contrib: Update to fdk-aac 0.1.6. | Ewout ter Hoeven | 2019-02-11 | 1 | -3/+6 |
| |