]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mjpegdec.c
Add a chroma_sample_location field to define positioning of chroma samples
[frescor/ffmpeg.git] / libavcodec / mjpegdec.c
2009-05-11 conradAdd a chroma_sample_location field to define positionin...
2009-04-17 michaelRemove unused variables from ff_mjpeg_decode_sos()...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2008-12-10 lorenmclear_block mmx
2008-12-10 lorenmfix progressive jpeg:
2008-09-27 michaelReplace apparently always true condition by assert().
2008-09-27 michaelSimplify pix_fmt_id instead of listing a subset of...
2008-09-27 michaelCheck the 4th plane too when selecting the pixfmt.
2008-08-04 benoitReturn an error when ff_jpegls_decode_picture fails.
2008-06-25 stefangremove duplicate tables
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-04-19 voroshilImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-05 aurelremove #include "mpegvideo.h" where it is not needed
2008-02-01 michaelconst
2007-10-13 voroshilFix MJPEG decoder for AMV files.
2007-09-29 vitorAMV video decoder.
2007-09-29 vitorAdd variables to prepare to the AMV decoder patch.
2007-08-04 diegoAdd support for grayscale MJPEG streams sent by Axis...
2007-07-19 gpoirierbail out on unknown jpeg pixel format instead of silent...
2007-07-18 benoitadd YUV440P and YUVJ440P support
2007-07-05 diegoGroup all copyright and author notices together.
2007-06-16 mrufix some printf format specifiers
2007-05-23 ods15fix mjpeg decoding with broken huffman table headers
2007-05-19 aurelmove mjpeg-b decoder in its own file
2007-05-19 aurelmove sp5x decoder in its own file
2007-05-19 aurelallows to disable jpegls decoder
2007-05-19 aurelmove mjpega_dump_header bitstream filter in it's own...
2007-05-17 aureladd proper prefix to new mjpeg extern func/var
2007-05-17 aurelsplit mjpeg.c into an encoder and a decoder file