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