summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos2011-02-121-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-301-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
* Sanitise get_bits macros, part 1Mans Rullgard2011-01-231-12/+12
* Values >4 for lowres corrupt output.Carl Eugen Hoyos2011-01-161-1/+1
* Fix memleak in mjpeg decoder.Michael Niedermayer2010-10-221-2/+6
* Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol.Michael Niedermayer2010-10-211-3/+2
* Simplify last coeff check in mjpeg decode_block()Michael Niedermayer2010-10-211-6/+1
* Check index in mjpeg AC decode against overflowing.Michael Niedermayer2010-10-211-2/+6
* Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer2010-10-211-6/+11
* Factor code&0xf out of if() in decode_block_progressive().Michael Niedermayer2010-10-211-2/+2
* Cleanup decode_block_progressive()Michael Niedermayer2010-10-211-7/+7
* Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg.Michael Niedermayer2010-10-211-2/+2
* Move if() in mjpeg decode_block() to simplify condition.Michael Niedermayer2010-10-211-1/+1
* Simplify build_vlc() by using init_vlc_sparse() in mjpeg.Michael Niedermayer2010-10-211-10/+7
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Fix undefined expressions that use multiple calls to get_bits().Alex Converse2010-08-241-2/+2
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-2/+2
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-2/+2
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+2
* 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-2/+2
* Fix misc typos, patch byStefano Sabatini2010-01-271-1/+1
* Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611.Carl Eugen Hoyos2010-01-261-0/+4
* Fix heap overflow due to lack of nb_components check.Michael Niedermayer2010-01-251-0/+4
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-101-1/+2
* Flip red and blue in rct-less lossless jpeg.Michael Niedermayer2009-12-101-2/+2
* Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer2009-12-101-1/+1
* Allocate pictures with enough padding for jpeg.Michael Niedermayer2009-11-201-2/+3
* Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger2009-11-191-1/+4
* Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer2009-11-021-3/+5
* Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos2009-10-191-1/+6
* Release unreleased buffers found by make test.Carl Eugen Hoyos2009-10-161-0/+3
* lavc MJPEG decoder is capable of decoding some extended sequentialKostya Shishkov2009-10-011-1/+1
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-301-3/+1
* If the end of the input buffer is reached while decoding MJPEG and at leastReimar Döffinger2009-07-041-0/+4
* Make the MJPEG decoder return -1 when no image was decoded so that decodeReimar Döffinger2009-07-041-0/+2
* Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger2009-07-041-0/+10
* mjpegdec: check that the coded dc_index and ac_index have a valid associated ...Reimar Döffinger2009-07-041-18/+2
* honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes corr...Baptiste Coudurier2009-05-251-3/+2
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-111-0/+1
* Remove unused variables from ff_mjpeg_decode_sos() found by CSA.Michael Niedermayer2009-04-171-3/+1
* 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
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-5/+5
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-2/+2
* clear_block mmxLoren Merritt2008-12-101-2/+2
OpenPOWER on IntegriCloud