summaryrefslogtreecommitdiff
path: root/libavcodec/mjpegbdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* mjpeg: Mark decoder family as thread safeVittorio Giovara2015-03-13
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* lavc: fix decode_frame() third parameter semantics for video decodersAnton 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
* mjpegb: don't return 0 at the end of frame decoding.Ronald S. Bultje2012-02-18
* mjpegbdec: Fix overflow in SOS.Alex Converse2012-01-26
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody2011-08-11
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Add support for picture_ptr field in MJpegDecodeContextanatoly2011-03-30
* Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly2011-03-30
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make sure offsets of mjpeg b are within the buffer.Michael Niedermayer2009-05-30
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-19
* constMichael Niedermayer2008-02-01
* fix decoding of the first frame of gray.movMichael Niedermayer2007-12-05
* use buf_ptr to correctly decode second fieldBaptiste Coudurier2007-08-01
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-19