summaryrefslogtreecommitdiffstats
path: root/libavcodec/asvdec.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
| | | | | | Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* asv: K&R formatting cosmeticsGabriel Dume2014-09-021-28/+27
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-7/+9
|
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-1/+2
|
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-1/+3
|
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
|
* asvdec: Verify the amount of extradataMartin Storsjö2013-09-191-0/+5
| | | | | | | | The init function reads one byte of extradata. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-3/+0
|
* 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