summaryrefslogtreecommitdiff
path: root/libavcodec/audioconvert.c
Commit message (Expand)AuthorAge
* 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