summaryrefslogtreecommitdiff
path: root/libavcodec/mxpegdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* mjpeg: Mark decoder family as thread safeVittorio Giovara2015-03-13
* mxpegdec: use the AVFrame API properly.Anton Khirnov2013-12-09
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* 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
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Remove lowres video decodingMans Rullgard2012-04-21
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* mjpeg: treat external huffman table setup failure as codec init failure if ex...Dustin Brody2011-08-31
* mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody2011-08-11
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Add MxPEG decoderanatoly2011-03-30