summaryrefslogtreecommitdiff
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\
| * 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
* | jpegdec: include mjpb_skiptosod in debug outputMichael Niedermayer2011-06-19
* | jpegdec: fix CJPG decoding.Michael Niedermayer2011-06-19
* | jpegdec: actually search for and parse RSTnMichael Niedermayer2011-06-09
* | Check syntax even if DEBUG is not defined.Reimar Döffinger2011-05-11
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Add support for picture_ptr field in MJpegDecodeContextanatoly2011-04-26
* | Move MJPEG's input buffer preprocessing in separate public functionanatoly2011-04-26
* | Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly2011-04-26
* | mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer2011-04-21
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos2011-02-12
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | 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
* Simplify last coeff check in mjpeg decode_block()Michael Niedermayer2010-10-21
* Check index in mjpeg AC decode against overflowing.Michael Niedermayer2010-10-21
* Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer2010-10-21
* Factor code&0xf out of if() in decode_block_progressive().Michael Niedermayer2010-10-21
* Cleanup decode_block_progressive()Michael Niedermayer2010-10-21
* Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg.Michael Niedermayer2010-10-21
* Move if() in mjpeg decode_block() to simplify condition.Michael Niedermayer2010-10-21
* Simplify build_vlc() by using init_vlc_sparse() in mjpeg.Michael Niedermayer2010-10-21
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Fix undefined expressions that use multiple calls to get_bits().Alex Converse2010-08-24
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* 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
* Fix misc typos, patch byStefano Sabatini2010-01-27
* Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611.Carl Eugen Hoyos2010-01-26