summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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