Skip to content

Releases: markus-perl/ffmpeg-build-script

V1.23

10 Feb 14:48
Compare
Choose a tag to compare
  • Mac M1 fix

V1.22

26 Jan 15:35
Compare
Choose a tag to compare
  • Apple M1 Support
  • Libsvtav1 support
  • Script Cleanup

V1.21

24 Dec 13:21
Compare
Choose a tag to compare
  • LV2 plugin support
  • libaom v2.0.1
  • Fixed "The check for the cleanup flag in $1 also matches --full-static"

V1.20

10 Nov 09:33
Compare
Choose a tag to compare
  • Webp support
  • Ffplay binary will be built
  • Readme update
  • After the building process is done, the script will now list all compiled binaries and their path and is more clear in what is beeing installed

V1.19

28 Oct 12:47
Compare
Choose a tag to compare
  • VAAPI integration
  • All dependencies were updated to their latest version
  • Readme update
  • Output the header also when displaying the help

V1.18

22 Oct 15:29
Compare
Choose a tag to compare
  • All packages were updated to their latest version
  • Merge pull request #61 from AkashiSN/full-static
  • Add static build test

V1.17

11 Oct 08:03
Compare
Choose a tag to compare
  • A CUDA testing environment with Docker and native OSX testing have been added to Travis CI.
  • Changed Dockerfile to use a multi-stage build.
  • Added Dockerfile for building CUDA into ffmpeg with nvidia/cuda container. (cuda-ubuntu.dockerfile)
  • The indentation was unified to Tab and re-indent.
  • Changed the config option (--enable-*) to be added in each build section (CONFIGURE_OPTIONS).
  • Removed some config options because they were redundant.

Thanks @AkashiSN, PR: #56