]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpegdec.c
Remove unreachable else clause, found by dark shikari.
[ffmpeg] / libavcodec / mjpegdec.c
2008-12-10 Loren Merrittclear_block mmx
2008-12-10 Loren Merrittfix progressive jpeg:
2008-09-27 Michael NiedermayerReplace apparently always true condition by assert().
2008-09-27 Michael NiedermayerSimplify pix_fmt_id instead of listing a subset of...
2008-09-27 Michael NiedermayerCheck the 4th plane too when selecting the pixfmt.
2008-08-04 Mathieu MalaterreReturn an error when ff_jpegls_decode_picture fails.
2008-06-25 Stefan Gehrerremove duplicate tables
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-01 Michael Niedermayerconst
2007-10-13 Vladimir VoroshilovFix MJPEG decoder for AMV files.
2007-09-29 Vladimir VoroshilovAMV video decoder.
2007-09-29 Vladimir VoroshilovAdd variables to prepare to the AMV decoder patch.
2007-08-04 Sam HocevarAdd support for grayscale MJPEG streams sent by Axis...
2007-07-19 Andreas Ömanbail out on unknown jpeg pixel format instead of silent...
2007-07-18 Andreas Ömanadd YUV440P and YUVJ440P support
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-16 Måns Rullgårdfix some printf format specifiers
2007-05-23 Oded Shimonfix mjpeg decoding with broken huffman table headers
2007-05-19 Aurelien Jacobsmove mjpeg-b decoder in its own file
2007-05-19 Aurelien Jacobsmove sp5x decoder in its own file
2007-05-19 Aurelien Jacobsallows to disable jpegls decoder
2007-05-19 Aurelien Jacobsmove mjpega_dump_header bitstream filter in its own...
2007-05-17 Aurelien Jacobsadd proper prefix to new mjpeg extern func/var
2007-05-17 Aurelien Jacobssplit mjpeg.c into an encoder and a decoder file