Software:Libav

From HandWiki
Short description: Multimedia framework
Libav
Libav Logo.svg
Avplay sintel snapshot.png
Screenshot of the movie Sintel being played using the avplay program from the Libav project.
Developer(s)Libav team
Initial releaseMarch 13, 2011 (2011-03-13)[1]
Final release12.3 (February 12, 2018; 6 years ago (2018-02-12)) [±]
Written inC[2]
Operating systemLinux, BSD, macOS, Microsoft Windows, AmigaOS, MorphOS[3]
PlatformIA-32, x86-64, PowerPC, ARM, DEC Alpha, SPARC, and MIPS[3]
TypeMultimedia framework
LicenseLGPL-2.1-or-later
GPL-2.0-or-later[4]
Websitelibav.org

Libav is an abandoned[5] free software project, forked from FFmpeg in 2011, that contains libraries and programs for handling multimedia data.

History

Fork from FFmpeg

The Libav project was a fork of the FFmpeg project.[6] It was announced on March 13, 2011 by a group of FFmpeg developers.[7][8][9] The event was related to an issue in project management and different goals: FFmpeg supporters wanted to keep development velocity in favour of more features, while Libav supporters and developers wanted to improve the state of the code and take the time to design better APIs.[10][11]

The maintainer of the FFmpeg packages for Debian[12] and Ubuntu,[13] being one of the group of developers who forked FFmpeg, switched the packages to this fork in 2011. Hence, most software on these systems that depended on FFmpeg automatically switched to Libav. On July 8, 2015, Debian announced it would return to FFmpeg[14] for various, technical reasons.[15] Several arguments justified this step. Firstly, FFmpeg had a better record of responding to vulnerabilities than Libav. Secondly, Mateusz "j00ru" Jurczyk, a security-oriented developer at Google, argued that all issues he found in FFmpeg were fixed in a timely manner, while Libav was still affected by various bugs.[16] Finally, FFmpeg supported a far wider variety of codecs and containers than Libav.

(As of 2022) Libav is an abandoned software project, with Libav developers either returning to FFmpeg, moving to other multimedia projects like the AV1 video codec,[17] or leaving the multimedia field entirely.

Confusion

At the beginning of this fork, Libav and FFmpeg separately developed their own versions of the ffmpeg command. Libav then renamed their ffmpeg to avconv to distance themselves from the FFmpeg project. During the transition period, when a Libav user typed ffmpeg, there was a message telling the user that the ffmpeg command was deprecated and avconv has to be used instead. This confused some users into thinking that FFmpeg (the project) was dead.[citation needed]

This message was removed upstream when ffmpeg was finally removed from the Libav sources. In June 2012, on Ubuntu 12.04, the message was re-worded, but that new "deprecated" message caused even more user confusion. Starting with Ubuntu 15.04 "Vivid", FFmpeg's ffmpeg is back in the repositories again.

To further complicate matters, Libav chose a name that was used by FFmpeg to refer to its libraries (libavcodec, libavformat, etc.). For example, the libav-user mailing list, for questions and discussions about using the FFmpeg libraries, is unrelated to the Libav project.[18][19]

Software using Libav instead of FFmpeg

Debian followed Libav when it was announced, and announced it would return to FFmpeg for Debian Stretch (9.0).[20]

MPlayer2, a defunct fork of MPlayer, used Libav exclusively, but could be used with GStreamer with its public API. The MPV media player no longer supports Libav due to missing API changes.[21]

Legal aspects

Codecs

Libav contains more than 100 codecs.[22] Many codecs that compress information have been claimed by patent holders.[23] Such claims may be enforceable in countries like the United States which have implemented software patents, but are considered unenforceable or void in countries that have not implemented software patents.

The Libav logo uses a zigzag pattern that references how MPEG video codecs handle entropy encoding.[24] It was previously the logo of the FFmpeg project until Libav was forked from it. Following the fork, in 2011 one of the Libav developers Måns Rullgård claimed copyright over the logo and requested FFmpeg cease and desist from using it.[25] FFmpeg subsequently altered their logo into a 3D version.[26]

Google Summer of Code participation

Libav participated in the Google Summer of Code program in 2011 and 2012.[27]

With participation in the Google Summer of Code, Libav has had many new features and improvements developed, including a WMVP/WVP2 decoder, hardware accelerated H.264 decoding on Android, and G.723.1 codec support.[27]

Technical details

Components

Libav primarily consists of libavcodec, which is an audio/video codec library used by several other projects, libavformat, which is an audio/video container muxing and demuxing library, and avconv, which is a multimedia manipulation tool similar to FFmpeg's ffmpeg or Gstreamer gst-launch-1.0 command.

The command line-programs:

avconv
A video and audio converter that can also grab from a live audio/video source.
avserver
A streaming server for both audio and video.
avplay
A very simple and portable media player using the Libav libraries and the SDL library.
avprobe
Gathers information from multimedia streams and prints it in human- and machine-readable fashion.

The libraries:

libavcodec
A library containing all the Libav audio/video encoders and decoders.
libavfilter
The substitute for vhook which allows the video/audio to be modified or examined between the decoder and the encoder.
libavformat
A library containing demuxers and muxers for audio and video container formats.
libavresample
A library containing audio resampling routines.
libavutil
A helper library containing routines common to different parts of Libav.

This library includes Adler-32, CRC, MD5, SHA-1, LZO decompressor, Base64 encoder/decoder, DES encrypter/decrypter, RC4 encrypter/decrypter and AES encrypter/decrypter.

libswscale
A library containing video image scaling and colorspace/pixelformat conversion routines.

Contained codecs

Numerous free and open-source implementations of existing algorithms for the (usually lossy) compression and decompression of audio or video data, called codecs, are available. Please note that an algorithm can be subject to patent law in some jurisdictions. Here are lists of the ones contained in the libav library:

Video codecs

Libav includes video decoders and/or encoders for the following formats:[28]

Audio codecs

Libav includes decoders and encoders for the following formats:[33]

Supported file formats

Additionally to the aforementioned codecs, Libav also supports several file formats (file formats designed to contain audio and/or video data and subtitles, are called "containers", but that is just a special denomination.):

Supported protocols

Support for several communications protocols is also contained in Libav. Here is a list:

  • IETF standards: TCP, UDP, Gopher, HTTP, RTP, RTSP and SDP
  • Apple related protocols: HTTP Live Streaming
  • RealMedia related protocols: RealMedia RTSP/RDT
  • Adobe related protocols: RTMP, RTMPT (via librtmp), RTMPE (via librtmp), RTMPTE (via librtmp) and RTMPS (via librtmp)
  • Microsoft related protocols: MMS over TCP and MMS over HTTP

See also

References

  1. "Libav Home/News Page". libav.org. 2012-05-09. https://www.libav.org/. 
  2. "Developer Documentation". libav.org. 2011-12-08. https://libav.org/developer.html. 
  3. 3.0 3.1 "FATE". libav.org. https://fate.libav.org/. 
  4. "FFmpeg Maintainer remarks on end of libav". https://lists.libav.org/pipermail/libav-devel/2020-April/086589.html. 
  5. "About Libav". libav.org. https://www.libav.org/about.html. "... which convinced us to fork "properly" under the name Libav with its own website, mailing lists, IRC channel and repositories, thus completely separating from the old FFmpeg project" 
  6. "Libav project site". libav.org. https://www.libav.org/. 
  7. Ronald S. Bultje (2011-03-14). "Project renamed to Libav". gmane.org. http://article.gmane.org/gmane.comp.video.ffmpeg.devel/129579. 
  8. "A group of FFmpeg developers just forked as Libav". phoronix.com. Phoronix. 2011-03-14. https://www.phoronix.com/scan.php?page=news_item&px=OTIwNw. 
  9. "What happened to FFmpeg". multimedia.cx. 2011-03-30. http://codecs.multimedia.cx/?p=339. 
  10. "FFMpeg turmoil". lwn.net. 2011-01-19. https://lwn.net/Articles/423702/. 
  11. "transition: Libav 0.7". debian.org. 2011-05-01. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624807. 
  12. "Ubuntu Release Management: Transition: "Libav"". canonical.com. http://people.canonical.com/~ubuntu-archive/transitions/libav.html. 
  13. "libav and FFmpeg: switch over". debian.org. 2015-08-02. https://lists.debian.org/debian-devel-announce/2015/07/msg00001.html. 
  14. "Debate/libav-provider/ffmpeg - Debian Wiki". debian.org. 2015-08-02. https://wiki.debian.org/Debate/libav-provider/ffmpeg. 
  15. "FFmpeg and a thousand fixes". 10 January 2014. https://j00ru.vexillium.org/2014/01/ffmpeg-and-the-tale-of-a-thousand-fixes/. 
  16. "Luca Barbato's (Libav developer) blog". 9 April 2019. https://blogs.gentoo.org/lu_zero/tag/rav1e/. 
  17. "What are the differences and similarities between ffmpeg, libav, and avconv?". February 28, 2012. https://stackoverflow.com/questions/9477115/who-can-tell-me-the-difference-and-relation-between-ffmpeg-libav-and-avconv/9477756#9477756. 
  18. "The FFmpeg/Libav situation". 30 June 2012. http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html. 
  19. "Debian to switch back to ffmpeg". July 8, 2015. https://lwn.net/Articles/650495/. 
  20. "mpv - README - FFmpeg vs. Libav". April 20, 2018. https://github.com/mpv-player/mpv/blob/7af6cabcba434dfe47619866526bd3c739789d32/README.md. 
  21. "Supported File Formats and Codecs". https://libav.org/general.html#Supported-File-Formats-and-Codecs. 
  22. "Libav License and Legal Considerations". https://libav.org/legal.html. 
  23. FFmpeg logo - FFMpeg mailing list, 20 Feb 2007
  24. Legal Threat - ffmpeg.org 28 May 2011
  25. "FFmpeg License and Legal Considerations". 2011-05-31. http://ffmpeg.org/legal.html. 
  26. 27.0 27.1 "FFmpeg/Libav Summer of Code". multimedia.cx. http://wiki.multimedia.cx/index.php?title=FFmpeg_/_Libav_Summer_Of_Code. 
  27. "General Documentation". libav.org. https://www.libav.org/general.html. 
  28. 29.0 29.1 29.2 29.3 29.4 29.5 29.6 banan (17 April 2007). "Changelog". mplayerhq.hu. http://svn.mplayerhq.hu/ffmpeg/trunk/Changelog?revision=8747&view=marku. [yes|permanent dead link|dead link}}]
  29. "Add libx265 encoder". https://github.com/libav/libav/commit/50ea93158d4c480f64069e8bd1da388486dcf4ba. 
  30. "OpenHEVC/Libav · GitHub". https://github.com/OpenHEVC/libav. 
  31. 32.0 32.1 ivo (7 May 2007). "FFmpeg development mailing list". mplayerhq.hu. http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-May/028760.html. 
  32. "General Documentation". libav.org. https://www.libav.org/general.html#SEC7. 
  33. "#210 (24bit flac encoding) - FFmpeg". Ffmpeg.org. http://ffmpeg.org/trac/ffmpeg/ticket/210. 
  34. vitor (13 April 2008). "FFmpeg development mailing list". mplayerhq.hu. https://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-April/013231.html. [yes|permanent dead link|dead link}}]
  35. vitor (30 March 2008). "FFmpeg development mailing list". mplayerhq.hu. https://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-March/012963.html. [yes|permanent dead link|dead link}}]
  36. faust3 (21 March 2008). "FFmpeg development mailing list". mplayerhq.hu. http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-March/012799.html. 
  37. benoit (14 April 2008). "FFmpeg development mailing list". mplayerhq.hu. https://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-April/013245.html. [yes|permanent dead link|dead link}}]
  38. ramiro (18 March 2008). "FFmpeg development mailing list". mplayerhq.hu. http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-March/012708.html. 
  39. banan (8 June 2008). "FFmpeg development mailing list". mplayerhq.hu. http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2008-June/014417.html. 
  40. "Page showing Libav and FFmpeg snapshots VLC uses (people can compile VLC with either FFmpeg or Libav)". videolan.org. http://git.videolan.org/?p=vlc.git;a=blob;f=contrib/src/ffmpeg/rules.mak;h=948d76d2d52836c8abfb76eebec103014fe3c92b;hb=HEAD. 

External links