summaryrefslogtreecommitdiff
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAge
* mjpegdec: Properly fail on malloc failureDerek Buitenhuis2016-05-19
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-30
* mjpeg: Move code only used in the encoder(s) to the appropriate headerDiego Biurrun2015-03-30
* mjpeg: Mark decoder family as thread safeVittorio Giovara2015-03-13
* mjpegdec: check for pixel format changesAnton Khirnov2014-12-19
* mjpegdec: fix undefined shiftVittorio Giovara2014-11-06
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* mjpegdec: Properly set the context colorspace infoDerek Buitenhuis2014-06-24
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-20
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* mjpeg: set color_rangeVittorio Giovara2014-03-16
* mjpegdec: apply flipping after decoding, not beforeAnton Khirnov2014-01-09
* mjpegdec: use the AVFrame API properly.Anton Khirnov2013-12-09
* mjpegdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* mjpegb: Detect changing number of planes in interlaced videoMichael Niedermayer2013-09-03
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-20
* mjpeg: Check the unescaped size for overflowsLuca Barbato2013-06-30
* mjpeg: Move code out of else branchLuca Barbato2013-06-30
* mjpegdec: validate parameters in mjpeg_decode_scan_progressive_acLuca Barbato2013-05-21
* ljpeg: use the correct number of components in yuvLuca Barbato2013-05-20
* mjpeg: Validate sampling factorsLuca Barbato2013-05-20
* mjpegdec: properly report unsupported disabled featuresLuca Barbato2013-05-16
* mjpeg: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* mjpegdec: use put_pixels instead of copy_block8Mans Rullgard2013-02-07
* mjpegdec: fix indentationAnton Khirnov2013-01-26
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* mjpeg: initialize input padding after unescaped buffer to zeroJanne Grunau2012-12-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
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset2012-09-09
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* mjpegdec: support AVRn interlacedMichael Niedermayer2012-08-22
* mjpegdec: more meaningful return valuesLuca Barbato2012-08-17
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* jpeg: handle progressive in second field of interlaced.Ronald S. Bultje2012-05-02
* Remove lowres video decodingMans Rullgard2012-04-21
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05