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
2010-01-27Fix misc typos, patch byStefano Sabatini
2010-01-26Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611.Carl Eugen Hoyos
2010-01-25Fix heap overflow due to lack of nb_components check.Michael Niedermayer
2009-12-11(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos
2009-12-10Flip red and blue in rct-less lossless jpeg.Michael Niedermayer
2009-12-10Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer
2009-11-21Allocate pictures with enough padding for jpeg.Michael Niedermayer
2009-11-19Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger
2009-11-02Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer
2009-10-19Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos
2009-10-16Release unreleased buffers found by make test.Carl Eugen Hoyos
2009-10-01lavc MJPEG decoder is capable of decoding some extended sequentialKostya Shishkov
2009-07-31Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun
2009-07-04If the end of the input buffer is reached while decoding MJPEG and at leastReimar Döffinger
2009-07-04Make the MJPEG decoder return -1 when no image was decoded so that decodeReimar Döffinger
2009-07-04Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger
2009-07-04mjpegdec: check that the coded dc_index and ac_index have a valid associated ...Reimar Döffinger
2009-05-25honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes corr...Baptiste Coudurier
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-04-17Remove unused variables from ff_mjpeg_decode_sos() found by CSA.Michael Niedermayer
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