aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/mjpegdec.c
AgeCommit message (Expand)Author
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-10-13Fix MJPEG decoder for AMV files.Vladimir Voroshilov
2007-09-29AMV video decoder.Vladimir Voroshilov
2007-09-29Add variables to prepare to the AMV decoder patch.Vladimir Voroshilov
2007-08-04Add support for grayscale MJPEG streams sent by Axis cameras such as theSam Hocevar
2007-07-19bail out on unknown jpeg pixel format instead of silently decoding data incor...Andreas Öman
2007-07-18add YUV440P and YUVJ440P supportAndreas Öman
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-16fix some printf format specifiersMåns Rullgård
2007-05-23fix mjpeg decoding with broken huffman table headersOded Shimon
2007-05-19move mjpeg-b decoder in its own fileAurelien Jacobs
2007-05-19move sp5x decoder in its own fileAurelien Jacobs
2007-05-19allows to disable jpegls decoderAurelien Jacobs
2007-05-19move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs
2007-05-17add proper prefix to new mjpeg extern func/varAurelien Jacobs
2007-05-17split mjpeg.c into an encoder and a decoder fileAurelien Jacobs