libav hosts its code at git://git.libav.org/libav.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:libav

There are download files available for libav.

See all merge proposals.

libav has 14 active branches owned by 2 people and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:libav
Series: trunk
1 Development 2019-08-21 19:31:27 UTC
45233. aarch64: Add assembly support for -fs...

Author: Peter Collingbourne
Revision Date: 2019-08-21 19:31:27 UTC

aarch64: Add assembly support for -fsanitize=hwaddress tagged globals.

As of LLVM r368102, Clang will set a pointer tag in bits 56-63 of the
address of a global when compiling with -fsanitize=hwaddress. This requires
an adjustment to assembly code that takes the address of such globals: the
code cannot use the regular R_AARCH64_ADR_PREL_PG_HI21 relocation to refer
to the global, since the tag would take the address out of range. Instead,
the code must use the non-checking (_NC) variant of the relocation (the
link-time check is substituted by a runtime check).

This change makes the necessary adjustment in the movrel macro, where it is
needed when compiling with -fsanitize=hwaddress.

Signed-off-by: Peter Collingbourne <pcc@google.com>
Signed-off-by: Martin Storsjö <martin@martin.st>

lp:~motumedia/libav/packaging-trunk 1 Development 2015-05-12 10:45:11 UTC
79. Add still needed 02-configure-disable...

Author: Rico Tzschichholz
Revision Date: 2015-05-12 10:45:11 UTC

Add still needed 02-configure-disable-ebx-gcc-4.9.patch

lp:~motumedia/libav/debian-experimental 1 Development 2015-01-03 22:38:03 UTC
828. Remove /etc/avserver.conf Closes: #7...

Author: Sebastian Ramacher
Revision Date: 2015-01-03 22:38:03 UTC

Remove /etc/avserver.conf

Closes: #760763

lp:~siretart/libav/trusty-security 1 Development 2014-05-09 03:11:02 UTC
46. bring-in upstream changes

Author: Reinhard Tartler
Revision Date: 2014-05-09 03:04:04 UTC

bring-in upstream changes

lp:~siretart/libav/utopic 1 Development 2014-05-09 02:23:21 UTC
46. close another bug

Author: Reinhard Tartler
Revision Date: 2014-05-09 02:23:21 UTC

close another bug

lp:~siretart/libav/packaging-trunk 1 Development 2013-12-18 15:00:45 UTC
60. follow upstream SONAME bumps

Author: Reinhard Tartler
Revision Date: 2013-12-18 15:00:45 UTC

follow upstream SONAME bumps

lp:~siretart/libav/trusty 1 Development 2013-11-03 01:28:24 UTC
41. close lp bug for new upstream release

Author: Reinhard Tartler
Revision Date: 2013-11-03 01:28:24 UTC

close lp bug for new upstream release

lp:~medibuntu-maintainers/libav/medibuntu.precise bug 1 Development 2013-05-02 14:54:25 UTC
17. fix changelog date

Author: Gauvain Pocentek
Revision Date: 2013-05-02 14:54:25 UTC

fix changelog date

lp:~medibuntu-maintainers/libav/medibuntu.quantal bug 1 Development 2013-05-02 14:54:06 UTC
18. * Merge with ubuntu: * debian/control...

Author: Gauvain Pocentek
Revision Date: 2013-05-02 14:54:06 UTC

* Merge with ubuntu:
* debian/control:
  - update maintainer and uploaders
  - use our addresses in Vcs-* fields
  - build-depends on libfaac-dev
  - recommends apport-hooks-medibuntu for lib*-extra-* to catch all bug
    reports.
* Rebuild against new libav
  - debian/control: bump Build-Depends

lp:~siretart/libav/merge.raring.libav-0.8.6 bug 1 Development 2013-03-30 08:02:34 UTC
34. update debian/changelog

Author: Reinhard Tartler
Revision Date: 2013-03-30 08:02:34 UTC

update debian/changelog

lp:~siretart/libav/merge.raring.libav-extra-0.8.6 bug 1 Development 2013-03-30 07:56:56 UTC
31. Allows co-installation with libavcode...

Author: Reinhard Tartler
Revision Date: 2013-03-30 07:56:48 UTC

Allows co-installation with libavcodec-dev, LP: #1138015

lp:~medibuntu-maintainers/libav/medibuntu.oneiric bug 1 Development 2012-12-22 07:12:11 UTC
11. fix version

Author: Gauvain Pocentek
Revision Date: 2012-12-22 07:12:11 UTC

fix version

lp:~medibuntu-maintainers/libav/medibuntu.natty bug 1 Development 2012-06-29 15:40:53 UTC
5. * Merge with ubuntu: * debian/control...

Author: Gauvain Pocentek
Revision Date: 2012-06-29 15:40:53 UTC

* Merge with ubuntu:
* debian/control:
  - update maintainer and uploaders
  - use our addresses in Vcs-* fields
  - build-depends on libfaac-dev, libopencore-amrnb-dev and
    libopencore-amrwb-dev to add aac encoding and amr support (LP: #490227)
  - recommends apport-hooks-medibuntu for lib*-extra-* to catch all bug
    reports.
* debian/confflags:
  - explicitly enable AMR-NB and AMR-WB support with
    --enable-libopencore-amrnb, --enable-libopencore-amrwb and
    --enable-version3
* Rebuild against libav security update

lp:~phatforge/libav/fixup 1 Development 2011-09-15 11:38:57 UTC
12. NOOP Patch fixup to allow building on...

Author: jasherai
Revision Date: 2011-09-15 11:37:25 UTC

NOOP Patch fixup to allow building on launchpad

114 of 14 results
You can't create new branches for libav.