aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1dec.c
Commit message (Collapse)AuthorAgeFilesLines
* ffv1: Assume bitdepth 0 means 8bitLuca Barbato2014-01-051-0/+1
| | | | | | | CC: libav-stable@libav.org Reported-by: debian/726189 (cherry picked from commit a90905db2e6ab1840890f3a88bfd3bf008b9d886) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
* ffv1: fix calculating slice dimensions for version 2Anton Khirnov2013-03-091-2/+2
| | | | | | | | | It got broken in 0f13cd3187192ba0cc2b043430de6e279e7b97c3. CC:libav-stable@libav.org (cherry picked from commit d243896987b8b2062d1faba4d8d6f0c62d2dbee9) Signed-off-by: Reinhard Tartler <siretart@tauware.de>
* 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