summaryrefslogtreecommitdiff
path: root/libavcodec/audioconvert.c
Commit message (Expand)AuthorAge
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* avcodec: remove avcodec_guess_channel_layout()Justin Ruggles2012-04-05
* lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov2012-01-27
* lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov2012-01-27
* Make channel layout masks unsignedMans Rullgard2011-11-25
* Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.Alex Converse2011-04-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Move audio channel API from libavcodec to libavcore.Stefano Sabatini2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Implement functions:Stefano Sabatini2010-11-02
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-26
* Workaround for missing llrintf()Måns Rullgård2010-04-23
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Make function get_channel_name() static: It is only used in audioconvert.c.Carl Eugen Hoyos2010-02-28
* Do not guess the channel layout when getting its string value.Justin Ruggles2009-06-13
* Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles2009-06-13
* Check that channel layout is compatible with number of channels forJustin Ruggles2009-04-19
* Add 3 channel layout convenience macros.Justin Ruggles2009-04-18
* Add names for 5.0 and 5.1 back speaker channel layouts.Justin Ruggles2009-04-12
* Replace snprintf() with av_strlcpy().Patrik2009-02-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add const, remove warning:Baptiste Coudurier2009-01-22
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-19
* One const is enough.Carl Eugen Hoyos2008-11-17
* Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman2008-11-02
* Add audio channel layout API to libavcodec.Peter Ross2008-11-01
* Remove duplicate "const" qualifier for *matrix.Diego Pettenò2008-10-02
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-08
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-19
* Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross2008-08-01
* Revert r14484 hunk that deleted the 'include avcodec.h' statement.Peter Ross2008-08-01
* Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross2008-07-31
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* cosmeticsMichael Niedermayer2006-08-19
* audio format conversionMichael Niedermayer2006-08-19