summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1dec.c
Commit message (Collapse)AuthorAgeFilesLines
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-1/+1
|
* ffv1: fix calculating slice dimensions for version 2Anton Khirnov2013-03-081-2/+2
| | | | | | It got broken in 0f13cd3187192ba0cc2b043430de6e279e7b97c3. CC:libav-stable@libav.org
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-22/+21
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
|
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
|
* 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.
* ffv1: set the range coder state in decode_slice_headerLuca Barbato2001-01-011-1/+6
|
* ffv1: update to ffv1 version 3Luca Barbato2012-10-201-129/+408
| | | | Based on code from Carl Eugen Hoyos, Michael Niedermayer and Paul B Mahol.
* ffv1: propagate errorsLuca Barbato2012-10-201-26/+27
|
* ffv1: split decoder and encoderLuca Barbato2012-10-201-0/+636
OpenPOWER on IntegriCloud