aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/audioconvert.h
Commit message (Expand)AuthorAgeFilesLines
* audioconvert: Add missing include for FF_API_AUDIO_CONVERTTimothy Gu2015-02-061-0/+2
* lavc: drop deprecated audio_convert API at the next major bumpStefano Sabatini2013-11-031-0/+5
* avcodec/audioconvert: deprecate APIMichael Niedermayer2013-10-291-0/+9
* Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-9/+0
|\|
| * avcodec: remove avcodec_guess_channel_layout()Justin Ruggles2012-04-051-9/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-40/+0
|\|
| * lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.Anton Khirnov2012-01-271-20/+0
| * lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.Anton Khirnov2012-01-271-20/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-261-1/+1
|\|
| * Make channel layout masks unsignedMans Rullgard2011-11-251-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-0/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-0/+1
|/
* Remove declaration of function:Stefano Sabatini2010-11-211-3/+0
* Move audio channel API from libavcodec to libavcore.Stefano Sabatini2010-11-211-10/+13
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-3/+3
* Implement functions:Stefano Sabatini2010-11-021-11/+8
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-1/+2
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-261-0/+5
* Fix documentation of av_audio_convert.Cyril Russo2010-05-241-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Check that channel layout is compatible with number of channels forJustin Ruggles2009-04-191-0/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add audio channel layout API to libavcodec.Peter Ross2008-11-011-0/+20
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_...Peter Ross2008-08-011-0/+34
* Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g...Peter Ross2008-07-311-0/+57