summaryrefslogtreecommitdiff
path: root/libavcodec/audioconvert.h
Commit message (Expand)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* Remove declaration of function: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
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-26
* Fix documentation of av_audio_convert.Cyril Russo2010-05-24
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Check that channel layout is compatible with number of channels forJustin Ruggles2009-04-19
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add audio channel layout API to libavcodec.Peter Ross2008-11-01
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross2008-08-01
* Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross2008-07-31