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 (Collapse)Author
2011-02-17Merge libavcore into libavutilReinhard Tartler
Done to keep ABI compatible. Otherwise this is just silly
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini
Originally committed as revision 25668 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-30add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs
Originally committed as revision 25270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ↵Michael Niedermayer
ABI issues. Originally committed as revision 22987 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-11Add const in cast. Removes warning:Baptiste Coudurier
libavcodec/resample.c:215: warning: assignment discards qualifiers from pointer target type Originally committed as revision 19151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-11give s->resample_context to avoid segfault, avclass was movedBaptiste Coudurier
Originally committed as revision 19150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-23Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet
Fixes issue 852. Originally committed as revision 18170 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-15Prevent heap corruption when resampling 8-bit audio.Peter Ross
Originally committed as revision 17311 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-12extend resampling API, add S16 internal conversionBaptiste Coudurier
Originally committed as revision 17163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-15Add missing '\n' to log format textAndreas Öman
Originally committed as revision 11224 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-01senseless cast and ()Michael Niedermayer
Originally committed as revision 11118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-01stupid code (casting of void*) found by checktree.shMichael Niedermayer
Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07make output buffer larger so drift compensation can workMichael Niedermayer
Originally committed as revision 9967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-17typo fixesDiego Biurrun
Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-22set more reasonable cutoff for audio rate conversionMichael Niedermayer
Originally committed as revision 8486 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-22user selectble cutoff frequencyMichael Niedermayer
Originally committed as revision 3619 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-21make most resample filter parameters selectable at runtimeMichael Niedermayer
Originally committed as revision 3617 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-30various resampling fixesMichael Niedermayer
Originally committed as revision 3271 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-1810lMichael Niedermayer
Originally committed as revision 3231 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-17polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio ↵Michael Niedermayer
resample filters Originally committed as revision 3228 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09removed os_support.hFabrice Bellard
Originally committed as revision 2227 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-20AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer
Originally committed as revision 2129 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-12* moved os_support.h into libavcodecZdenek Kabelac
* added few more functions for os2 Originally committed as revision 1672 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-11restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at ↵Slavik Gnatenko
newmail dot ru>) Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-06per file doxyMichael Niedermayer
Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-10-09resample fix by Petros TsantoulisFabrice Bellard
Originally committed as revision 1018 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-26license/copyright changeFabrice Bellard
Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-19removed useless header includes - use av memory functionsFabrice Bellard
Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Fix a problem with the first sample when down sampling.Philip Gladstone
* Note that this code needs to be fixed -- the rate conversion from 48000->44100 sounds horrible! Originally committed as revision 471 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-08-14win32 fixesFabrice Bellard
Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
2001-07-22Initial revisionFabrice Bellard
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk