Libav is developed with Git. Given the decentralized nature of Git, multiple repositories from developers and groups of developers are available.
You can retrieve the source code through the standard Git client by using the command:
git clone CLONE_URL libav
where CLONE_URL is one of the Git clone URLs listed in the table above.
Make sure that you do not have Windows line endings in your checkouts, otherwise you may experience spurious compilation failures. One way to achieve this is to run
git config --global core.autocrlf false
For the git.libav.org repository you can also directly download the source snapshot that we generate each night instead of grabbing a source snapshot from the gitweb URL. This is slightly preferred since it reduces the load on our server.
Alternatively, if you cannot access Git directly or wish to speed up the cloning and reduce the bandwidth usage, we also offer a complete git snapshot tarball that comes with git metadata and version history to bootstrap your local libav.org repository.
Nightly and release builds of Libav linked with various libraries are done for 32-bit and 64-bit Windows, and can be obtained at the following URLs:
Windows builds of official releases
32-bit Windows builds
32-bit Windows builds using pthreads
64-bit Windows builds
Please report any bugs to the bug tracker.
At irregular intervals Libav makes releases that represent snapshots of Libav at the moment the release branch was cut. Between major releases point releases will appear that add important bug fixes but no new features. Note that these releases are intended for distributors and system integrators. Users that wish to compile from source themselves are strongly encouraged to consider using the development branch (see above), this is the only version on which Libav developers actively work. The release branches only cherry pick selected changes from the development branch, which therefore receives much more and much faster bug fixes such as additional features and security patches.
9.6 was released on 2013-05-12. It is the latest point release from the version 9 release branch, which was released on 2013-01-05. Please give us feedback and use our Bugzilla for filing bugs: https://bugzilla.libav.org/
Download XZ tarball
MD5
SHA1
PGP signature
Download gzip tarball
MD5
SHA1
PGP signature
Changelog
Release Notes
0.8.7 was released on 2013-05-12. It is the latest point release from the 0.8 branch, which was cut on 2012-01-21. Please give us feedback with your experiences with this release and use our new Bugzilla for filing bugs: https://bugzilla.libav.org/
Download XZ tarball
MD5
SHA1
PGP signature
Download gzip tarball
MD5
SHA1
PGP signature
Changelog
Release Notes
0.7.7 was released on 2013-02-02. It is the latest point release from the 0.7 branch, which was cut on 2011-06-20.
Please note that this release is going to be dropped in the near future.
Download XZ tarball
MD5
SHA1
PGP signature
Download gzip tarball
MD5
SHA1
PGP signature
Changelog
Release Notes
0.6.6 appeared on 2012-06-09. It is the latest point release from the 0.6 release branch, which was cut on 2010-05-04.
Please note that this release is going to be dropped in the near future.
Download XZ tarball
MD5
SHA1
PGP signature
Download gzip tarball
MD5
SHA1
PGP signature
Changelog
Release Notes
0.5.10 appeared on 2013-02-16. It is the latest point release from the 0.5 release branch cut on 2009-03-02.
Download XZ tarball
MD5
SHA1
PGP signature
Download gzip tarball
MD5
SHA1
PGP signature
Changelog
Release Notes
This table is sorted alphabetically. Please help to keep it up-to-date.
| Distribution | Package Information URL | Version Tracked |
|---|---|---|
| Debian | http://packages.qa.debian.org/liba/libav.html | Release Branches |
| Gentoo | http://packages.gentoo.org/package/media-video/libav | Release Branches, git master |
| Ubuntu | https://launchpad.net/ubuntu/+source/libav | Release Branches |
| Open Embedded | http://cgit.openembedded.net/cgit.cgi/openembedded/tree/recipes/libav | git master |