summaryrefslogtreecommitdiff
path: root/libavcodec/mxpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* mjpeg: Mark decoder family as thread safeVittorio Giovara2015-03-131-0/+1
* mxpegdec: use the AVFrame API properly.Anton Khirnov2013-12-091-22/+29
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-11/+11
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-2/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Remove lowres video decodingMans Rullgard2012-04-211-1/+0
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-2/+2
* mjpeg: treat external huffman table setup failure as codec init failure if ex...Dustin Brody2011-08-311-3/+1
* mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody2011-08-111-2/+6
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Add MxPEG decoderanatoly2011-03-301-0/+340