summaryrefslogtreecommitdiffstats
path: root/libavcodec/resample.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-0/+4
|\
| * lavc: deprecate the audio resampling API.Anton Khirnov2012-10-051-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+3
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-171-2/+4
|\ \ | |/
| * resample: allocate a large enough output bufferJustin Ruggles2012-03-171-2/+4
* | resample: Fix array sizeMichael Niedermayer2011-10-271-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-261-1/+0
|\ \ | |/
| * resample: reject unhandled conversionsJanne Grunau2011-10-251-3/+4
| * resample: remove unused #defineJanne Grunau2011-10-251-1/+0
* | resample: fix typo (ouput → output).Clément Bœsch2011-09-011-1/+1
* | resample: fix set but unused variable (lfe) warning.Clément Bœsch2011-09-011-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-2/+2
|\ \ | |/
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-2/+2
* | resample: clarify supported resampling.Clément Bœsch2011-06-111-5/+24
* | add 5.1 to stereo downmix to resample.cjan gerber2011-05-231-1/+39
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-121-85/+91
|\ \ | |/
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-11/+0
|\ \ | |/
| * 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
* | Fix ticket21, temporary audio array was too small.Michael Niedermayer2011-04-091-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-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
OpenPOWER on IntegriCloud