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
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2013-02-06Merge commit '238614de679a71970c20d7c3fee08a322967ec40'Michael Niedermayer
2013-02-06svq1: replace struct svq1_frame_size with an array.Anton Khirnov
2012-10-11Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer
2012-10-10svq1: K&R formatting cosmeticsDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-01-09Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-02Avoid POSIX-reserved _t namespace.Diego Biurrun
2008-01-07Mark the ff_svq1_frame_size_table as constant.Diego Pettenò
2007-07-06split SVQ1 decoder and encoder in their own filesAurelien Jacobs
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-03-30move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt
2007-03-30mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2006-11-22fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier
2006-11-22fix sigfpe with intra only encodingBaptiste Coudurier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-05set a few variables correctlyMichael Niedermayer
2005-07-15skip_idctMichael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum
2004-09-2710l (segfault)Michael Niedermayer
2004-09-08try to select w/h from tablesAlex Beregszaszi
2004-07-28svq1 mv array size fixMichael Niedermayer
2004-07-27well that does not need to be there anymoreMike Melanson
2004-06-13the ongoing struggle for encoding conditionalsMike Melanson
2004-06-08gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)Michael Niedermayer
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2004-05-13removing unused encoding codeMichael Niedermayer
2004-05-12automatic pixel format selectionMichael Niedermayer
2004-05-12segfault fixMichael Niedermayer
2004-05-12support skiped blocks in SVQ1Michael Niedermayer
2004-05-12motion estimation for SVQ1Michael Niedermayer
2004-05-09p frame encoding, only with 0,0 motion vectors yet thoughMichael Niedermayer
2004-05-08using pointers so the code could eventually be used for P framesMichael Niedermayer