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