summaryrefslogtreecommitdiff
path: root/libavcodec/resample.c
Commit message (Expand)AuthorAge
* Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\
| * miscellaneous typo fixesDiego Biurrun2012-12-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * lavc: deprecate the audio resampling API.Anton Khirnov2012-10-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-17
|\|
| * resample: allocate a large enough output bufferJustin Ruggles2012-03-17
* | resample: Fix array sizeMichael Niedermayer2011-10-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-26
|\|
| * resample: reject unhandled conversionsJanne Grunau2011-10-25
| * resample: remove unused #defineJanne Grunau2011-10-25
* | resample: fix typo (ouput → output).Clément Bœsch2011-09-01
* | resample: fix set but unused variable (lfe) warning.Clément Bœsch2011-09-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* | resample: clarify supported resampling.Clément Bœsch2011-06-11
* | add 5.1 to stereo downmix to resample.cjan gerber2011-05-23
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-12
|\|
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * 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
* | Fix ticket21, temporary audio array was too small.Michael Niedermayer2011-04-09
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
|/
* 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