summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix progressive jpeg:Loren Merritt2008-12-101-45/+198
* Replace apparently always true condition by assert().Michael Niedermayer2008-09-271-3/+2
* Simplify pix_fmt_id instead of listing a subset of non-simplified ones.Michael Niedermayer2008-09-271-2/+5
* Check the 4th plane too when selecting the pixfmt.Michael Niedermayer2008-09-271-10/+11
* Return an error when ff_jpegls_decode_picture fails.Mathieu Malaterre2008-08-041-1/+2
* remove duplicate tablesStefan Gehrer2008-06-251-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-2/+4
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-191-1/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-051-1/+1
* constMichael Niedermayer2008-02-011-6/+6
* Fix MJPEG decoder for AMV files.Vladimir Voroshilov2007-10-131-1/+2
* AMV video decoder.Vladimir Voroshilov2007-09-291-0/+5
* Add variables to prepare to the AMV decoder patch.Vladimir Voroshilov2007-09-291-5/+14
* Add support for grayscale MJPEG streams sent by Axis cameras such as theSam Hocevar2007-08-041-0/+3
* bail out on unknown jpeg pixel format instead of silently decoding data incor...Andreas Öman2007-07-191-1/+3
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-181-0/+3
* Group all copyright and author notices together.Diego Biurrun2007-07-051-4/+4
* fix some printf format specifiersMåns Rullgård2007-06-161-3/+3
* fix mjpeg decoding with broken huffman table headersOded Shimon2007-05-231-10/+16
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-191-133/+12
OpenPOWER on IntegriCloud