| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Patch 2/2 for https://github.com/HandBrake/HandBrake/issues/974
moving to FFMPEG 3.4.1 from LIBAV 12.2.
All patches have been moved to subfolder 'old' since they do not apply cleanly anymore.
Work has to be performed to validate whether patches are still required.
|
|
|
|
|
|
|
|
| |
Patch 1/2 for https://github.com/HandBrake/HandBrake/issues/974
moving to FFMPEG 3.4.1 from LIBAV 12.2.
The re-ordering of to be linked modules was required to solve
statically linked dependencies. See libhb/module.defs etc.
|
|
|
|
|
| |
FreeBSD's diff doesn't support --version option.
Use hash command to check if diff is available or not.
|
| |
|
| |
|
|
|
|
| |
Build contains debug symbols without this.
|
|
|
|
| |
This fixes corrupted output issue on macos
|
|
|
|
| |
Closes #1281 and #1282.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Changelog: https://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v12.3
Adds a workaround to ensure x264 is built first. Otherwise, it may fail to find nasm later.
Closes #1181.
|
|
|
|
|
| |
Fix possible build failure, when liblzma
(xz) is found in pkg-config's search path.
|
|
|
|
|
|
|
|
| |
I've asked upstream a couple times to push at least one tag, but it seems the maintainer is busy with other projects. Imagining a world where libsamplerate 0.1.9 was tagged, this is libsamplerate 0.1.9-35-g02ebb9f.
Numerous improvements include upstream moving from bzr to git, modernizing and cleaning up the autotools-based build system, fixing issues involving GCC 7, and *nine* years of improvements to the code base.
libsamplerate is now under a 2-clause BSD license.
|
|
|
|
| |
Also set CONFIGURE.build to null since the configure script has no clue about --build.
|
| |
|
|
|
|
|
|
|
| |
Requires NASM to build
Unified 8 and 10 bit library support
AVX-512 optimizations
Various other bug fixes and improvements
|
|
|
|
|
|
|
|
|
|
|
|
| |
fribidi.org is gone. The official release archive we were using is gone. Only release tags on GitHub remain, and they are not direct replacements for the proper release archives we were using previously.
Some changes were necessary for compilation from source, namely:
- Removal of an ugly hack that resulted in configure being run more than once. Apparently the same fix is already upstream https://github.com/fribidi/fribidi/commit/0efbaa9052320a951823a6e776b30a580e3a2b4e
- Modification of Makefile.am to avoid building the doc subdirectory, since this will fail wherever c2man isn't available such as on Mac. We don't need these docs
- Modification of gen.tab/Makefile.in to use the host compiler when cross-compiling. This cannot be done as a normal patch since Makefile.in is generated in the bootstrap phase. This is an open issue upstream: https://github.com/fribidi/fribidi/issues/7
This is all a good lesson on the importance of maintaining urls. I'm still a bit stunned a widely used GNU project would shutter its domain and release archive.
|
|
|
|
| |
This reverts commit 0097a6ef2d51d0e44f2201689f5111bdb69932dd.
|
|
|
|
| |
This reverts commit 97dd7d2a6830ab3cf952c308b9b1830a7c0fb5c2.
|
|
|
|
| |
The source tarball isn't exactly the same as the release tarball found on fribidi.org before it shuttered. Needs a little extra care and an anvil dropped on Mr. Horrible.
|
|
|
|
| |
Security certificate is missing ftp.videolan.org at the moment, so use download.videolan.org instead.
|
|
|
|
| |
fribidi.org is gone.
|
|
|
|
| |
Resolves an issue with GNU vs system libtool on Mac, which also does not support ar -M.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Closes #1029.
|
|
|
|
|
| |
* add sdtp (sample dependency) box to mp4
The AppleTV 4K requires this box in order to play 2160p60 video.
|
| |
|
|
|
|
|
|
|
| |
"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.
|
|
|
|
| |
It didn't remove the contrib build directory
|
|
|
|
| |
Builds x265 three times, once for each bit depth. Then merges the static libs into one library that HandBrake can statically link against.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch was modified before landing in Libav. Previous commit was 9fd048196eb423965496c14dac683e6e2546e14f. #576
|
|
|
|
| |
Fixes #576.
|
|
|
|
| |
BD-J is always enabled now, so add patch to fix symbols under mingw.
|
|
|
|
| |
Fixes #787.
|
|
|
|
| |
Adds patch to workaround define issue for mingw.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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*
|
| |
|