summaryrefslogtreecommitdiffstats
path: root/libavcodec/audioconvert.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov2012-01-271-17/+0
* lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov2012-01-271-17/+0
* Make channel layout masks unsignedMans Rullgard2011-11-251-1/+1
* Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.Alex Converse2011-04-111-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-211-7/+7
* Move audio channel API from libavcodec to libavcore.Stefano Sabatini2010-11-211-73/+5
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-30/+30
* Implement functions:Stefano Sabatini2010-11-021-30/+6
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-261-0/+12
* Workaround for missing llrintf()Måns Rullgård2010-04-231-0/+1
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-7/+7
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Make function get_channel_name() static: It is only used in audioconvert.c.Carl Eugen Hoyos2010-02-281-1/+1
* Do not guess the channel layout when getting its string value.Justin Ruggles2009-06-131-3/+0
* Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles2009-06-131-1/+0
* Check that channel layout is compatible with number of channels forJustin Ruggles2009-04-191-0/+9
* Add 3 channel layout convenience macros.Justin Ruggles2009-04-181-0/+1
* Add names for 5.0 and 5.1 back speaker channel layouts.Justin Ruggles2009-04-121-0/+2
* Replace snprintf() with av_strlcpy().Patrik2009-02-091-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add const, remove warning:Baptiste Coudurier2009-01-221-26/+26
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-191-1/+1
* One const is enough.Carl Eugen Hoyos2008-11-171-1/+1
* Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman2008-11-021-17/+17
* Add audio channel layout API to libavcodec.Peter Ross2008-11-011-0/+80
* Remove duplicate "const" qualifier for *matrix.Diego Pettenò2008-10-021-1/+1
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-081-1/+0
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-191-1/+11
* Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross2008-08-011-11/+35
* Revert r14484 hunk that deleted the 'include avcodec.h' statement.Peter Ross2008-08-011-0/+1
* Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross2008-07-311-1/+43
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* misc spelling fixesDiego Biurrun2007-06-121-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* cosmeticsMichael Niedermayer2006-08-191-2/+2
* audio format conversionMichael Niedermayer2006-08-191-0/+77
OpenPOWER on IntegriCloud