summaryrefslogtreecommitdiff
path: root/libavcodec/resample.c
Commit message (Expand)AuthorAge
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* cosmetics: Fix crazy formatting in resample.Alex Converse2011-05-10
* Allow resampling with no channel count change for up to 8 channels.Alex Converse2011-05-10
* Don't allow unsupported resampling configurations.Alex Converse2011-05-10
* lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov2011-04-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs2010-09-30
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add const in cast. Removes warning:Baptiste Coudurier2009-06-11
* give s->resample_context to avoid segfault, avclass was movedBaptiste Coudurier2009-06-11
* Move av_class to AVResampleContext instead of ReSampleContext.Benoit Fouet2009-03-23
* Prevent heap corruption when resampling 8-bit audio.Peter Ross2009-02-15
* extend resampling API, add S16 internal conversionBaptiste Coudurier2009-02-11
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* Add missing '\n' to log format textAndreas Öman2007-12-15
* senseless cast and ()Michael Niedermayer2007-12-01
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* make output buffer larger so drift compensation can workMichael Niedermayer2007-08-06
* typo fixesDiego Biurrun2007-07-17
* set more reasonable cutoff for audio rate conversionMichael Niedermayer2007-03-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* user selectble cutoff frequencyMichael Niedermayer2004-10-21
* make most resample filter parameters selectable at runtimeMichael Niedermayer2004-10-21
* various resampling fixesMichael Niedermayer2004-06-30
* 10lMichael Niedermayer2004-06-18
* polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer2004-06-17
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* removed os_support.hFabrice Bellard2003-09-08
* AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)Michael Niedermayer2003-08-20
* * moved os_support.h into libavcodecZdenek Kabelac2003-03-12
* restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail...Slavik Gnatenko2003-03-11
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* resample fix by Petros TsantoulisFabrice Bellard2002-10-09
* license/copyright changeFabrice Bellard2002-05-25
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
* * Fix a problem with the first sample when down sampling.Philip Gladstone2002-05-09
* win32 fixesFabrice Bellard2001-08-13