summaryrefslogtreecommitdiff
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAge
* 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
* Fix heap overflow due to lack of nb_components check.Michael Niedermayer2010-01-25
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-10
* Flip red and blue in rct-less lossless jpeg.Michael Niedermayer2009-12-10
* Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer2009-12-10
* Allocate pictures with enough padding for jpeg.Michael Niedermayer2009-11-20
* Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger2009-11-19
* Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer2009-11-02
* Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos2009-10-19
* Release unreleased buffers found by make test.Carl Eugen Hoyos2009-10-16
* lavc MJPEG decoder is capable of decoding some extended sequentialKostya Shishkov2009-10-01
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* If the end of the input buffer is reached while decoding MJPEG and at leastReimar Döffinger2009-07-04
* Make the MJPEG decoder return -1 when no image was decoded so that decodeReimar Döffinger2009-07-04
* Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger2009-07-04
* mjpegdec: check that the coded dc_index and ac_index have a valid associated ...Reimar Döffinger2009-07-04
* honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes corr...Baptiste Coudurier2009-05-25
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-11
* Remove unused variables from ff_mjpeg_decode_sos() found by CSA.Michael Niedermayer2009-04-17
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* clear_block mmxLoren Merritt2008-12-10
* fix progressive jpeg:Loren Merritt2008-12-10
* Replace apparently always true condition by assert().Michael Niedermayer2008-09-27
* Simplify pix_fmt_id instead of listing a subset of non-simplified ones.Michael Niedermayer2008-09-27
* Check the 4th plane too when selecting the pixfmt.Michael Niedermayer2008-09-27
* Return an error when ff_jpegls_decode_picture fails.Mathieu Malaterre2008-08-04
* remove duplicate tablesStefan Gehrer2008-06-25
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-19
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* Fix MJPEG decoder for AMV files.Vladimir Voroshilov2007-10-13
* AMV video decoder.Vladimir Voroshilov2007-09-29
* Add variables to prepare to the AMV decoder patch.Vladimir Voroshilov2007-09-29
* Add support for grayscale MJPEG streams sent by Axis cameras such as theSam Hocevar2007-08-04
* bail out on unknown jpeg pixel format instead of silently decoding data incor...Andreas Öman2007-07-19
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-18
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* fix some printf format specifiersMåns Rullgård2007-06-16
* fix mjpeg decoding with broken huffman table headersOded Shimon2007-05-23
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-19