| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | removed os_support.h | Fabrice Bellard | 2003-09-08 | 1 | -1/+0 |
* | AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) | Michael Niedermayer | 2003-08-20 | 1 | -5/+38 |
* | * moved os_support.h into libavcodec | Zdenek Kabelac | 2003-03-12 | 1 | -4/+1 |
* | restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail... | Slavik Gnatenko | 2003-03-11 | 1 | -0/+4 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -2/+2 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -1/+1 |
* | resample fix by Petros Tsantoulis | Fabrice Bellard | 2002-10-09 | 1 | -1/+1 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |
* | removed useless header includes - use av memory functions | Fabrice Bellard | 2002-05-18 | 1 | -12/+11 |
* | * Fix a problem with the first sample when down sampling. | Philip Gladstone | 2002-05-09 | 1 | -1/+1 |
* | win32 fixes | Fabrice Bellard | 2001-08-13 | 1 | -10/+22 |