summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1dec.c
Commit message (Expand)AuthorAgeFilesLines
* ffv1: Remove broken disabled cruftDiego Biurrun2016-08-171-5/+0
* ffv1: Report additional bitstream information in verbose modeLuca Barbato2016-06-291-0/+7
* ffv1: Error out on unsupported formatJerome Martinez2016-06-181-0/+11
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-111-2/+2
* ffv1: Explicitly name the coder typeVittorio Giovara2015-11-161-8/+8
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-3/+3
* ffv1: Drop unnecessary casts and const qualifiers to match function signaturesDiego Biurrun2015-01-051-4/+4
* ffv1dec: check that global parameters do not change in version 0/1Michael Niedermayer2014-08-121-7/+25
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-0/+8
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* ffv1: use the AVFrame API properly.Anton Khirnov2013-11-161-7/+22
* ffv1: Assume bitdepth 0 means 8bitLuca Barbato2013-10-151-0/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* 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
* 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
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* 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
* ffv1: propagate errorsLuca Barbato2012-10-201-26/+27
* ffv1: split decoder and encoderLuca Barbato2012-10-201-0/+636