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