| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/resample: Remove disabled and faulty code | Michael Niedermayer | 2016-03-16 | 1 | -6/+0 |
* | disable deprecation warnings in deprecated code | Andreas Cadhalpun | 2015-08-22 | 1 | -0/+2 |
* | avcodec/resample: check for malloc failure | Michael Niedermayer | 2014-07-31 | 1 | -1/+9 |
* | avcodec/resample: Use av_m/realloc_array() | Michael Niedermayer | 2014-07-17 | 1 | -3/+3 |
* | Revert "Merge commit '0517c9e098092709397cc522c59fa63c83cc81be'" bring the ol... | Michael Niedermayer | 2013-03-13 | 1 | -0/+435 |
* | lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft | Anton Khirnov | 2013-03-11 | 1 | -379/+0 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | lavc: deprecate the audio resampling API. | Anton Khirnov | 2012-10-05 | 1 | -0/+4 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | resample: allocate a large enough output buffer | Justin Ruggles | 2012-03-17 | 1 | -2/+4 |
* | resample: reject unhandled conversions | Janne Grunau | 2011-10-25 | 1 | -3/+4 |
* | resample: remove unused #define | Janne Grunau | 2011-10-25 | 1 | -1/+0 |
* | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -2/+2 |
* | cosmetics: Fix crazy formatting in resample. | Alex Converse | 2011-05-10 | 1 | -48/+51 |
* | Allow resampling with no channel count change for up to 8 channels. | Alex Converse | 2011-05-10 | 1 | -43/+41 |
* | Don't allow unsupported resampling configurations. | Alex Converse | 2011-05-10 | 1 | -0/+5 |
* | lavc: remove the FF_API_AUDIO_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -11/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -11/+11 |
* | Remove usage of deprecated libavcodec/audioconvert.h functions. | Stefano Sabatini | 2010-11-03 | 1 | -4/+5 |
* | add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API | Aurelien Jacobs | 2010-09-30 | 1 | -1/+1 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -1/+1 |
* | Add version to AVClass so we can add to and use fields of AVClass without ABI... | Michael Niedermayer | 2010-04-28 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add const in cast. Removes warning: | Baptiste Coudurier | 2009-06-11 | 1 | -1/+1 |
* | give s->resample_context to avoid segfault, avclass was moved | Baptiste Coudurier | 2009-06-11 | 1 | -4/+4 |
* | Move av_class to AVResampleContext instead of ReSampleContext. | Benoit Fouet | 2009-03-23 | 1 | -2/+1 |
* | Prevent heap corruption when resampling 8-bit audio. | Peter Ross | 2009-02-15 | 1 | -1/+1 |
* | extend resampling API, add S16 internal conversion | Baptiste Coudurier | 2009-02-11 | 1 | -4/+129 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles | 2008-08-03 | 1 | -1/+1 |
* | Add missing '\n' to log format text | Andreas Öman | 2007-12-15 | 1 | -2/+2 |
* | senseless cast and () | Michael Niedermayer | 2007-12-01 | 1 | -1/+1 |
* | stupid code (casting of void*) found by checktree.sh | Michael Niedermayer | 2007-12-01 | 1 | -3/+3 |
* | make output buffer larger so drift compensation can work | Michael Niedermayer | 2007-08-06 | 1 | -1/+1 |
* | typo fixes | Diego Biurrun | 2007-07-17 | 1 | -2/+2 |
* | set more reasonable cutoff for audio rate conversion | Michael Niedermayer | 2007-03-22 | 1 | -1/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -4/+4 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -6/+6 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -1/+0 |
* | user selectble cutoff frequency | Michael Niedermayer | 2004-10-21 | 1 | -1/+1 |
* | make most resample filter parameters selectable at runtime | Michael Niedermayer | 2004-10-21 | 1 | -1/+1 |
* | various resampling fixes | Michael Niedermayer | 2004-06-30 | 1 | -1/+1 |
* | 10l | Michael Niedermayer | 2004-06-18 | 1 | -2/+2 |
* | polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam... | Michael Niedermayer | 2004-06-17 | 1 | -128/+25 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -2/+2 |