summaryrefslogtreecommitdiff
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAge
* 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
* move sp5x decoder in its own fileAurelien Jacobs2007-05-19
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
* move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
* add proper prefix to new mjpeg extern func/varAurelien Jacobs2007-05-17
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-17