Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2008-12-11clear_block mmxLoren Merritt
2008-12-11fix progressive jpeg:Loren Merritt
2008-09-27Replace apparently always true condition by assert().Michael Niedermayer
2008-09-27Simplify pix_fmt_id instead of listing a subset of non-simplified ones.Michael Niedermayer
2008-09-27Check the 4th plane too when selecting the pixfmt.Michael Niedermayer
2008-08-04Return an error when ff_jpegls_decode_picture fails.Mathieu Malaterre
2008-06-25remove duplicate tablesStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-10-13Fix MJPEG decoder for AMV files.Vladimir Voroshilov
2007-09-29AMV video decoder.Vladimir Voroshilov
2007-09-29Add variables to prepare to the AMV decoder patch.Vladimir Voroshilov
2007-08-05Add support for grayscale MJPEG streams sent by Axis cameras such as theSam Hocevar
2007-07-19bail out on unknown jpeg pixel format instead of silently decoding data incor...Andreas Öman
2007-07-18add YUV440P and YUVJ440P supportAndreas Öman
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-16fix some printf format specifiersMåns Rullgård
2007-05-23fix mjpeg decoding with broken huffman table headersOded Shimon
2007-05-19move mjpeg-b decoder in its own fileAurelien Jacobs
2007-05-19move sp5x decoder in its own fileAurelien Jacobs
2007-05-19allows to disable jpegls decoderAurelien Jacobs
2007-05-19move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs
2007-05-17add proper prefix to new mjpeg extern func/varAurelien Jacobs
2007-05-17split mjpeg.c into an encoder and a decoder fileAurelien Jacobs