| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: drop deprecated audio_convert API at the next major bump | Stefano Sabatini | 2013-11-03 | 1 | -0/+5 |
* | avcodec/audioconvert: deprecate API | Michael Niedermayer | 2013-10-29 | 1 | -0/+9 |
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\ |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -9/+0 |
|\| |
|
| * | avcodec: remove avcodec_guess_channel_layout() | Justin Ruggles | 2012-04-05 | 1 | -9/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -40/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft. | Anton Khirnov | 2012-01-27 | 1 | -20/+0 |
| * | lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft. | Anton Khirnov | 2012-01-27 | 1 | -20/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 1 | -1/+1 |
|\| |
|
| * | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -0/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -0/+1 |
|/ |
|
* | Remove declaration of function: | Stefano Sabatini | 2010-11-21 | 1 | -3/+0 |
* | Move audio channel API from libavcodec to libavcore. | Stefano Sabatini | 2010-11-21 | 1 | -10/+13 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -3/+3 |
* | Implement functions: | Stefano Sabatini | 2010-11-02 | 1 | -11/+8 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -1/+2 |
* | Implement avcodec_get_channel_layout(). | S.N. Hemanth Meenakshisundaram | 2010-08-26 | 1 | -0/+5 |
* | Fix documentation of av_audio_convert. | Cyril Russo | 2010-05-24 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Check that channel layout is compatible with number of channels for | Justin Ruggles | 2009-04-19 | 1 | -0/+4 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add audio channel layout API to libavcodec. | Peter Ross | 2008-11-01 | 1 | -0/+20 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_... | Peter Ross | 2008-08-01 | 1 | -0/+34 |
* | Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g... | Peter Ross | 2008-07-31 | 1 | -0/+57 |