libavcodec
Developer(s) | FFmpeg team |
---|---|
Stable release | 60.31.102 (included in FFmpeg 6.1.1)[1] (December 31, 2023 ) [±] |
Preview release | Git [±] |
Repository | |
Written in | C99 |
Operating system | Available for Windows, OS X, Debian, Red Hat Linux and Ubuntu but may be compiled for any other OS[2] |
Platform | Available for x86 but may be compiled for any desktop computer or supercomputer |
Type | Multimedia Library |
License | GNU LGPL 2.1+ or GNU GPL 2+ or unredistributable if compiled as such[3] |
Website | ffmpeg |
Developer(s) | Libav team |
---|---|
Repository | |
Written in | C99 |
Operating system | Available for Windows, Debian, Gentoo Linux, Ubuntu and OpenEmbedded but may be compiled for any other OS[4] |
Platform | Available for x86 but may be compiled for any desktop computer or supercomputer |
Type | Multimedia Library |
License | GNU LGPL 2.1+ or GNU GPL 2+ or unredistributable if compiled as such[3] |
Website | libav |
libavcodec is a free and open-source[5] library of codecs for encoding and decoding video and audio data.[6]
libavcodec is an integral part of many open-source multimedia applications and frameworks. The popular MPlayer, xine and VLC media players use it as their main, built-in decoding engine that enables playback of many audio and video formats on all supported platforms. It is also used by the ffdshow tryouts decoder as its primary decoding library. libavcodec is also used in video editing and transcoding applications like Avidemux, MEncoder or Kdenlive for both decoding and encoding.
libavcodec contains decoder and sometimes encoder implementations of several proprietary formats, including ones for which no public specification has been released. As such, a significant reverse engineering effort is part of libavcodec development. Having such codecs available within the standard libavcodec framework gives a number of benefits over using the original codecs, most notably increased portability, and in some cases also better performance, since libavcodec contains a standard library of highly optimized implementations of common building blocks, such as DCT and color space conversion. However, even though libavcodec strives for decoding that is bit-exact to the official implementation, bugs and missing features in such reimplementations can sometimes introduce compatibility problems playing back certain files.
Implemented video codecs
libavcodec includes video decoders and/or encoders for the following formats:[7]
|
|
Implemented audio codecs
libavcodec includes decoders and encoders for the following formats:[8]
|
|
Legal aspects
Libavcodec contains more than 100 codecs,[9] most of which do not just store uncompressed data. Most codecs that compress information could be claimed by patent holders.[10] 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.
Furthermore, many of these codecs are only released under terms that forbid reverse engineering, even for purposes of interoperability. These terms of use are forbidden in certain countries. For example, some European Union nations have not implemented software patents and have laws expressly allowing reverse engineering for purposes of interoperability.[11]
Libraries that depend on libavcodec
- libavformat (part of FFmpeg)
- libgegl (optional part of GEGL)
- libgimp (part of GIMP)
- libmpcodecs (part of MPlayer)
- libmpdemux (part of MPlayer)
Applications using libavcodec
Video players
Audio players
Multimedia players
Video editors
See also Comparison of video editing software
Audio editors
Video converters
Video libraries
Optical disc authoring
Graphic libraries
3D graphics editors
VoIP
Multimedia Streaming Server
Multimedia frameworks
- ffdshow (wraps libavcodec as a DirectShow filter and adds postprocessing to improve image quality; once installed, it is automatically used by all Windows DirectShow video players, such as Windows Media Player, Media Player Classic, Winamp etc. It also wraps libavcodec as a Video for Windows filter; the framework used by most video editing software.)
- GStreamer via the GStreamer FFmpeg plugin
- Perian
- Bellagio OpenMAX Integration Layer – open-source OpenMAX IL API implementation
- Upipe via the upipe-av library
Computer vision libraries
Browser
Media Center
Screen Capture
Device utilities
- BitPim – utilities for CDMA phones
CCTV
- ZoneMinder – video camera security suite
- Motion – video camera security/monitoring program
Game
- Performous – music game including singing, band and dance.
- StepMania
- Ultrastar
- osu!
Others
- Chameleo
- CorePlayer
- FreeJ
- Ingex Studio – used by BBC
- PulseAudio – includes only resamplers code[16]
References
- ^ [1]
- ^ "Download". ffmpeg.org. FFmpeg. Retrieved 2012-01-04.
- ^ a b libavcodec can be configured to make it a proprietary and unredistributable library since some optional external libraries are proprietary software and cannot be distributed under the terms of the GPL, for example libfaac.
- ^ "Getting Libav". libav.org. Retrieved 27 June 2013.
- ^ Libav License and Legal Considerations, libav.org, retrieved 2013-05-07
- ^ libavcodec – AfterDawn: Glossary of technology terms & acronyms, AfterDawn, 2010-07-02, retrieved 2012-01-17
- ^ General Documentation, Ffmpeg.org, retrieved 2012-01-17
- ^ General Documentation, Ffmpeg.org, retrieved 2012-01-17
- ^ "Codecs list". ffmpeg.org. Retrieved 2012-01-01.
- ^ "Legal information on FFmpeg's website". ffmpeg.org. Retrieved 2012-01-04.
- ^ Council Directive 91/250/EEC of 14 May 1991 on the legal protection of computer programs
- ^ Blender for Dummies, Books.google.com, p. 320, retrieved 2012-01-17
- ^ Learning OpenCV: computer vision with the OpenCV library, Books.google.com, 2008-09-24, p. 9, retrieved 2012-01-17
- ^ whatwg MPEG-1 subset proposal for HTML5 video codec, Lists.whatwg.org, retrieved 2012-01-17
- ^ Open Source Development, Communities and Quality: IFIP 20th World Computer, Books.google.com, p. 167, retrieved 2012-01-17
- ^ pulseaudio.git/tree – src/pulsecore/ffmpeg/, Git.0pointer.de, retrieved 2012-01-17