summaryrefslogtreecommitdiff
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAge
* 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
* mjpegdec: use correct variable in av_log invocationDiego Biurrun2012-03-01
* mjpeg: abort decoding if packet is too large.Ronald S. Bultje2012-02-24
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* mjpegdec: use av_fast_padded_malloc()Reimar Döffinger2012-02-01
* lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov2012-01-27
* mjpegdec: K&R formatting cosmeticsDaniel Huang2012-01-08
* mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scanJanne Grunau2012-01-05
* mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse2011-12-21
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* mjpegdec: add 'extern_huff' private option.Anton Khirnov2011-08-31
* mjpeg: treat external huffman table setup failure as codec init failure if ex...Dustin Brody2011-08-31
* 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
* jpegdec: actually search for and parse RSTnMichael Niedermayer2011-07-23
* Remove unused structs and tables.Diego Biurrun2011-07-16
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* mjpeg: remove pointless braces around block of codeMans Rullgard2011-07-03
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer2011-04-26
* Add support for picture_ptr field in MJpegDecodeContextanatoly2011-03-30
* Move MJPEG's input buffer preprocessing in separate public functionanatoly2011-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
* Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos2011-02-16
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Sanitise get_bits macros, part 1Mans Rullgard2011-01-23
* Values >4 for lowres corrupt output.Carl Eugen Hoyos2011-01-16
* Fix memleak in mjpeg decoder.Michael Niedermayer2010-10-22
* Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol.Michael Niedermayer2010-10-21