summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* contrib: Update to libvorbis-1.3.6Ewout ter Hoeven2019-02-111-3/+3
|
* contrib: Correct upstream libogg url.Bradley Sepos2019-02-111-1/+1
| | | | We use the source url, not the mirror/redirect.
* contrib: Update to libogg 1.3.3.Ewout ter Hoeven2019-02-113-27/+3
|
* Revert "contrib: Update to libvorbis-1.3.6"Bradley Sepos2019-02-111-3/+3
| | | | | | Reverting until we can sort out build issues / Travis glitch. This reverts commit 8bb9566f213d5cb891e72c145824cb268cef0c68.
* contrib: Update to libvorbis-1.3.6Ewout ter Hoeven2019-02-111-3/+3
|
* contrib: Update x265 cross compilation directives.Bradley Sepos2019-01-193-0/+24
| | | | Necessary for cross compiling with gcc 8.
* ffmpeg: enable pict_type setting in AMD VCEJohn Stebbins2019-01-161-0/+78
| | | | | This is required by HandBrake in order to place IDR frames at chapter boundaries
* contrib: Revert libvpx clang patch added in ↵Bradley Sepos2019-01-081-46/+0
| | | | | | e3817b13cfebce6f7542be6761bd9fa8b51e1005. I must have forgotten to `make libvpx.xclean` before building.
* contrib: Fix potential assembly issues with libvpx and AVX-512.Bradley Sepos2019-01-072-0/+50
| | | | Fixes cross compilation with gcc 8 and where clang is acting weird.
* flatpak: fix x264 link errors in latest flatpak SdkJohn Stebbins2019-01-051-0/+4
| | | | | Latest flatpak freedesktop Sdk gcc uses PIE by default which requires that we build x264 with PIC
* Update the mfx dispatch library to the head revision a7d95e5 to fix issues ↵sr552018-12-301-2/+2
| | | | with newer Intel Drivers.
* contrib: Add FFmpeg patch fixing decoding for certain MPEG streams.Bradley Sepos2018-12-141-0/+30
| | | | Fixes #1563.
* contrib: Update to FFmpeg 4.1.0.Bradley Sepos2018-11-267-67/+262
| | | | Includes additional patches applied to the release branch shortly after tagging, including a patch that fixes #1595.
* contrib: Update to x265 2.9.Bradley Sepos2018-11-264-20/+20
|
* contrib: Update to x264 build 157 r2935 545de2f.Bradley Sepos2018-11-263-606/+10
|
* contrib: Update to libopus 1.3.Bradley Sepos2018-11-261-3/+3
|
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-152-1/+31
|
* ffmpeg: fix static audio with pcm in mp4John Stebbins2018-09-091-0/+64
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/1555