summaryrefslogtreecommitdiffstats
path: root/libavcodec/codec_desc.c
Commit message (Collapse)AuthorAgeFilesLines
* libvpx: support vp9Luca Barbato2013-01-141-0/+7
| | | | This feature is experimental use at your risk
* Drop Snow codecDiego Biurrun2013-01-061-7/+0
| | | | Snow is a toy codec with no real-world use and horrible code.
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-071-0/+7
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö2012-10-291-0/+7
| | | | | | | | | | This isn't too useful as a normal codec, but can be used in voip style applications. The decoder updates the noise generator parameters when a packet is given to it for decoding, but if called with an empty packet, it generates more noise according to the last parameters. Signed-off-by: Martin Storsjö <martin@martin.st>
* Add Opus codec id and codec description.Andrew D'Addesio2012-09-271-0/+7
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* MSS2 decoderAlberto Delmás2012-08-311-0/+7
| | | | Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* lavc: add lossy/lossless codec properties.Anton Khirnov2012-08-301-65/+298
|
* lavc: add avcodec_descriptor_get_by_name().Anton Khirnov2012-08-181-0/+13
|
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavc: add an intra-only codec property.Anton Khirnov2012-08-111-0/+62
|
* lavc: add codec descriptors.Anton Khirnov2012-08-111-0/+1878
They describe properties that are inherent to a codec (as described by an AVCodecID) without referring to a specific implementation.
OpenPOWER on IntegriCloud