summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* move sp5x decoder in its own fileAurelien Jacobs2007-05-191-169/+0
* allows to disable jpegls decoderAurelien Jacobs2007-05-191-16/+17
* move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-191-64/+0
* add proper prefix to new mjpeg extern func/varAurelien Jacobs2007-05-171-5/+9
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-171-0/+1700
OpenPOWER on IntegriCloud