]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpegdec.c
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
[ffmpeg] / libavcodec / mjpegdec.c
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