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
2015-03-31Merge commit '4978850ca2cb1ec6908f5bc79cc592ca454d11e8'Michael Niedermayer
2015-03-31Merge commit '87f87ccf32055aca25fa08e29e22cca1ba9976d5'Michael Niedermayer
2015-03-30Merge commit 'e6e3dcba0c6f11bd7022e2d3b9bcb7b6a09d6c80'Michael Niedermayer
2015-03-30build: Split JPEG-related tables off into a separate componentDiego Biurrun
2015-03-30mjpeg: Use a more precise type for put_marker()Diego Biurrun
2015-03-30mjpeg: Move code only used in the encoder(s) to the appropriate headerDiego Biurrun
2014-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-04put_bits: Remove unused includesVittorio Giovara
2012-10-19Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'Michael Niedermayer
2012-10-18Add support for building shared libraries with MSVCMartin Storsjö
2012-09-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-09mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset
2012-01-07ljpeg: Add predictor=0 support.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
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-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-06-25remove duplicate tablesStefan Gehrer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-05-19move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.hAurelien 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
2007-05-14split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs