summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* mjpeg: set color_rangeVittorio Giovara2014-03-161-1/+6
* mjpegdec: apply flipping after decoding, not beforeAnton Khirnov2014-01-091-15/+17
* mjpegdec: use the AVFrame API properly.Anton Khirnov2013-12-091-3/+10
* mjpegdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-2/+4
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* mjpegb: Detect changing number of planes in interlaced videoMichael Niedermayer2013-09-031-0/+7
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* mjpeg: Check the unescaped size for overflowsLuca Barbato2013-06-301-3/+7
* mjpeg: Move code out of else branchLuca Barbato2013-06-301-134/+134
* mjpegdec: validate parameters in mjpeg_decode_scan_progressive_acLuca Barbato2013-05-211-0/+5
* ljpeg: use the correct number of components in yuvLuca Barbato2013-05-201-3/+3
* mjpeg: Validate sampling factorsLuca Barbato2013-05-201-0/+7
* mjpegdec: properly report unsupported disabled featuresLuca Barbato2013-05-161-0/+6
* mjpeg: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-4/+5
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-4/+4
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-24/+12
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* mjpegdec: use put_pixels instead of copy_block8Mans Rullgard2013-02-071-4/+6
* mjpegdec: fix indentationAnton Khirnov2013-01-261-18/+18
* Drop DCTELEM typedefDiego Biurrun2013-01-221-6/+6
* mjpeg: initialize input padding after unescaped buffer to zeroJanne Grunau2012-12-081-0/+4
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-4/+3
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-9/+9
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-8/+7
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-9/+0
* mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset2012-09-091-12/+12
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* mjpegdec: support AVRn interlacedMichael Niedermayer2012-08-221-3/+20
* mjpegdec: more meaningful return valuesLuca Barbato2012-08-171-66/+77
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* jpeg: handle progressive in second field of interlaced.Ronald S. Bultje2012-05-021-3/+2
* Remove lowres video decodingMans Rullgard2012-04-211-25/+8
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-051-5/+4
* mjpegdec: use correct variable in av_log invocationDiego Biurrun2012-03-011-1/+1
* mjpeg: abort decoding if packet is too large.Ronald S. Bultje2012-02-241-0/+4
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-5/+5
* mjpegdec: use av_fast_padded_malloc()Reimar Döffinger2012-02-011-7/+3
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-4/+0
* mjpegdec: K&R formatting cosmeticsDaniel Huang2012-01-081-683/+726
* mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scanJanne Grunau2012-01-051-8/+16
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-211-6/+3
* Fix a bunch of common typos.Diego Biurrun2011-12-111-3/+3
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* mjpegdec: add 'extern_huff' private option.Anton Khirnov2011-08-311-0/+20
* mjpeg: treat external huffman table setup failure as codec init failure if ex...Dustin Brody2011-08-311-2/+2
OpenPOWER on IntegriCloud