summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* contrib: Update to libass 0.14.0.Bradley Sepos2017-12-161-3/+3
|
* contrib: Update to LAME 3.100.Bradley Sepos2017-12-161-3/+3
|
* contrib: Update to HarfBuzz 1.7.2.Bradley Sepos2017-12-161-3/+3
|
* contrib: Update to freetype 2.8.1.Bradley Sepos2017-12-161-3/+3
|
* contrib: Update to CMake 3.9.6.Bradley Sepos2017-12-161-3/+3
|
* contrib: Update to libbluray 1.0.2.Bradley Sepos2017-12-161-3/+3
|
* contrib: Make libbluray build compatible with FreeBSD.Bradley Sepos2017-12-061-0/+4
|
* contrib: Update to x265 2.6.Bradley Sepos2017-12-028-60/+20
| | | | Closes #1029.
* add sdtp (sample dependency) box to mp4 (#1006)John Stebbins2017-11-281-0/+126
| | | | | * add sdtp (sample dependency) box to mp4 The AppleTV 4K requires this box in order to play 2160p60 video.
* x265: fix build race with download verificationJohn Stebbins2017-11-102-0/+2
|
* Add adaptive streaming support (#972)John Stebbins2017-11-092-48/+49
| | | | | | | "Adaptive streaming" allows changing video parameters mid-stream at IDR boundaries. Such changes require new SPS and PPS NALs at the IDR. MP4 supports this with 'avc3' and 'hev1' sample entry types.
* x265: fix xcleanJohn Stebbins2017-11-063-3/+3
| | | | It didn't remove the contrib build directory
* x265: add support for 8/10/12 bit encoding in single static lib (#975)John Stebbins2017-11-0611-23/+233
| | | | Builds x265 three times, once for each bit depth. Then merges the static libs into one library that HandBrake can statically link against.
* Update libmfx to 5d6f1b6 (Based on upstream 1.23)sr552017-10-142-16/+2
|
* MSYS compilation on Windows and for Windowsmaxd2017-10-055-2/+24
|
* contrib: Update to Libav 12.2.Bradley Sepos2017-10-053-135/+3
|
* contrib: Patch fribidi bootstrap to quote directory variable.Bradley Sepos2017-09-061-0/+12
|
* contrib: Replace Yadif patch with final Libav version.Bradley Sepos2017-08-242-69/+101
| | | | Patch was modified before landing in Libav. Previous commit was 9fd048196eb423965496c14dac683e6e2546e14f. #576
* contrib: Fix memory corruption in Libav Yadif filter.Bradley Sepos2017-08-181-0/+69
| | | | Fixes #576.
* contrib: Update to libbluray 1.0.1.Bradley Sepos2017-08-183-47/+17
| | | | BD-J is always enabled now, so add patch to fix symbols under mingw.
* contrib: Fix Libav H.264 decoder pixelation in scenes with solid colors.Bradley Sepos2017-08-181-0/+31
| | | | Fixes #787.
* contrib: Update to x265 2.5.Bradley Sepos2017-08-062-4/+15
| | | | Adds patch to workaround define issue for mingw.
* contrib: Use https mirror for libxml2.Bradley Sepos2017-07-231-1/+1
|
* contrib: Use https mirror for pthreads-w32.Bradley Sepos2017-07-231-1/+1
|
* contrib: Update to zlib 1.2.11.Bradley Sepos2017-07-222-16/+109
| | | | | | | | | | Add patch to fix cross-compiling (win32/Makefile.gcc doesn't work). See: https://github.com/madler/zlib/commit/a72bcd5607a6b7f48a78c1485783c55389d18f55 https://github.com/madler/zlib/commit/148b8f630ced4e84264201fc94f07568dff6b3a2 ...for what not to do. There's more of course. *sigh*
* contrib: Update to libxml2 2.9.4.Bradley Sepos2017-07-221-8/+3
|
* contrib: Update to libvorbis 1.3.5.Bradley Sepos2017-07-224-49/+3
|
* contrib: Update to libtheora 1.1.1.Bradley Sepos2017-07-221-7/+3
|
* contrib: Update to libogg 1.3.2.Bradley Sepos2017-07-222-20/+3
|
* contrib: Update to libiconv 1.15.Bradley Sepos2017-07-221-3/+3
|
* contrib: Update to libdvdread 5.0.3.Bradley Sepos2017-07-222-8/+14
|
* contrib: Update to libdvdnav 5.0.3.Bradley Sepos2017-07-222-19/+3
|
* contrib: Update to libass 0.13.7.Bradley Sepos2017-07-221-3/+3
|
* contrib: Update to LAME 3.99.5.Bradley Sepos2017-07-222-41/+3
|
* contrib: Remove Fontconfig.Bradley Sepos2017-07-225-234/+0
| | | | No longer used on Mac and Windows, Linux uses system library.
* contrib: Update to HarfBuzz 1.4.6.Bradley Sepos2017-07-221-3/+3
|
* contrib: Update to FreeType 2.8.Bradley Sepos2017-07-221-3/+3
|
* contrib: Update to FDK AAC 0.1.5.Bradley Sepos2017-07-221-3/+3
|
* contrib: Improve Libav configuration and compiler flags on 32-bit Intel.Bradley Sepos2017-07-201-14/+6
| | | | | | Removes old Darwin-specific i386 stuffs and replaces with generic stuffs. Fixes an issue cross-compiling compiling current master for i686.
* Revert "contrib: Update to libbluray 1.0.1."Bradley Sepos2017-07-112-4/+47
| | | | | | This reverts commit 5b043e2292e2d97d13708115e1a9632c111361b0. Hoses hb.dll on mingw-w64. Need to do more testing.
* contrib: Update to libbluray 1.0.1.Bradley Sepos2017-07-102-47/+4
|
* contrib: Update to Jansson 2.10.Bradley Sepos2017-07-041-7/+3
|
* contrib: Update to libopus 1.2.1.Bradley Sepos2017-06-291-5/+3
| | | | Closes #799.
* contrib: Update to CMake 3.8.2.Bradley Sepos2017-06-171-3/+3
|
* muxavformat: override h.265 'hev1' with 'hvc1' (#782)John Stebbins2017-06-141-0/+48
| | | This provides compatibility with apple software
* contrib: Update to Libav 12.1.Bradley Sepos2017-06-138-357/+3
| | | | Closes #742 and closes #767.
* contrib: Update to x265 2.4.Bradley Sepos2017-06-131-4/+4
| | | | Closes #761 and closes #766.
* libav: fix h264 decode errorJohn Stebbins2017-04-111-0/+35
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/602
* qsv: fix for latest MSS supportmaxd2017-04-041-0/+14
|
* qsv: better options handling for cross compilationmaxd2017-04-041-1/+1
|