summaryrefslogtreecommitdiffstats
path: root/libavcodec/asvenc.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavc: replace some forgotten instances of PixelFormat with AVPixelFormatAnton Khirnov2012-12-121-2/+4
|
* Move av_reverse table to libavcodecDiego Biurrun2012-10-121-3/+4
| | | | It is only used in that library.
* lavc: split asv12 encoder/decoderAnton Khirnov2012-10-091-0/+287
OpenPOWER on IntegriCloud