summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1dec.c
Commit message (Expand)AuthorAge
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* ffv1: Explicitly name the coder typeVittorio Giovara2015-11-16
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* ffv1: Drop unnecessary casts and const qualifiers to match function signaturesDiego Biurrun2015-01-05
* ffv1dec: check that global parameters do not change in version 0/1Michael Niedermayer2014-08-12
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* ffv1: use the AVFrame API properly.Anton Khirnov2013-11-16
* ffv1: Assume bitdepth 0 means 8bitLuca Barbato2013-10-15
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* ffv1: fix calculating slice dimensions for version 2Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* miscellaneous typo fixesDiego Biurrun2012-12-21
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* ffv1: set the range coder state in decode_slice_headerLuca Barbato2001-01-01
* ffv1: update to ffv1 version 3Luca Barbato2012-10-20
* ffv1: propagate errorsLuca Barbato2012-10-20
* ffv1: split decoder and encoderLuca Barbato2012-10-20