| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |