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-06-11Add const in cast. Removes warning:Baptiste Coudurier
2009-06-11give s->resample_context to avoid segfault, avclass was movedBaptiste Coudurier
2009-03-23Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet
2009-02-15Prevent heap corruption when resampling 8-bit audio.Peter Ross
2009-02-12extend resampling API, add S16 internal conversionBaptiste Coudurier
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-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2007-12-15Add missing '\n' to log format textAndreas Öman
2007-12-01senseless cast and ()Michael Niedermayer
2007-12-01stupid code (casting of void*) found by checktree.shMichael Niedermayer
2007-08-07make output buffer larger so drift compensation can workMichael Niedermayer
2007-07-17typo fixesDiego Biurrun
2007-03-22set more reasonable cutoff for audio rate conversionMichael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
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-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2004-10-22user selectble cutoff frequencyMichael Niedermayer
2004-10-21make most resample filter parameters selectable at runtimeMichael Niedermayer
2004-06-30various resampling fixesMichael Niedermayer
2004-06-1810lMichael Niedermayer
2004-06-17polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-09-09removed os_support.hFabrice Bellard
2003-08-20AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer
2003-03-12* moved os_support.h into libavcodecZdenek Kabelac
2003-03-11restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail...Slavik Gnatenko
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2002-10-09resample fix by Petros TsantoulisFabrice Bellard
2002-05-26license/copyright changeFabrice Bellard
2002-05-19removed useless header includes - use av memory functionsFabrice Bellard
2002-05-09* Fix a problem with the first sample when down sampling.Philip Gladstone
2001-08-14win32 fixesFabrice Bellard
2001-07-22Initial revisionFabrice Bellard