summaryrefslogtreecommitdiffstats
path: root/libavcodec/asvdec.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-28/+12
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
|
* 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>
* asvdec: return meaningful error codes.Anton Khirnov2013-01-061-10/+10
|
* asvdec: cosmetics, reformatAnton Khirnov2012-12-231-102/+128
|
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
| | | | It's got_frame, not data size
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
| | | | It will be useful in the upcoming transition to refcounted AVFrames.
* 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/+325
OpenPOWER on IntegriCloud