| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -0/+4 |
|\ |
|
| * | lavc: deprecate the audio resampling API. | Anton Khirnov | 2012-10-05 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-17 | 1 | -2/+4 |
|\| |
|
| * | resample: allocate a large enough output buffer | Justin Ruggles | 2012-03-17 | 1 | -2/+4 |
* | | resample: Fix array size | Michael Niedermayer | 2011-10-27 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-26 | 1 | -1/+0 |
|\| |
|
| * | resample: reject unhandled conversions | Janne Grunau | 2011-10-25 | 1 | -3/+4 |
| * | resample: remove unused #define | Janne Grunau | 2011-10-25 | 1 | -1/+0 |
* | | resample: fix typo (ouput → output). | Clément Bœsch | 2011-09-01 | 1 | -1/+1 |
* | | resample: fix set but unused variable (lfe) warning. | Clément Bœsch | 2011-09-01 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 1 | -2/+2 |
|\| |
|
| * | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -2/+2 |
* | | resample: clarify supported resampling. | Clément Bœsch | 2011-06-11 | 1 | -5/+24 |
* | | add 5.1 to stereo downmix to resample.c | jan gerber | 2011-05-23 | 1 | -1/+39 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-12 | 1 | -85/+91 |
|\| |
|
| * | 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 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -11/+0 |
|\| |
|
| * | 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 |
* | | Fix ticket21, temporary audio array was too small. | Michael Niedermayer | 2011-04-09 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 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 |