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
2011-08-31mjpegdec: add 'extern_huff' private option.Anton Khirnov
2011-03-30Add support for picture_ptr field in MJpegDecodeContextanatoly
2011-03-30Move MJPEG's input buffer preprocessing in separate public functionanatoly
2011-03-30Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-10-22Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
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-07-04Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
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
2008-12-11fix progressive jpeg:Loren Merritt
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-04-08Increase alignment for DCT block arrays from 8 to 16Alexander Strange
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-05-19move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien Jacobs
2007-05-19move mjpeg-b decoder in its own fileAurelien Jacobs
2007-05-1910l: forgot to svn add mjpegdec.hAurelien Jacobs