| 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/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\ |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -14/+0 |
|\| |
|
| * | avcodec: remove avcodec_guess_channel_layout() | Justin Ruggles | 2012-04-05 | 1 | -14/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -34/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft. | Anton Khirnov | 2012-01-27 | 1 | -17/+0 |
| * | lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft. | Anton Khirnov | 2012-01-27 | 1 | -17/+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 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-13 | 1 | -2/+2 |
|\| |
|
| * | Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. | Alex Converse | 2011-04-11 | 1 | -2/+2 |
| * | 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 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
|/ |
|
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -7/+7 |
* | Move audio channel API from libavcodec to libavcore. | Stefano Sabatini | 2010-11-21 | 1 | -73/+5 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -30/+30 |
* | Implement functions: | Stefano Sabatini | 2010-11-02 | 1 | -30/+6 |
* | Implement avcodec_get_channel_layout(). | S.N. Hemanth Meenakshisundaram | 2010-08-26 | 1 | -0/+12 |
* | Workaround for missing llrintf() | Måns Rullgård | 2010-04-23 | 1 | -0/+1 |
* | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje | 2010-04-21 | 1 | -7/+7 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Make function get_channel_name() static: It is only used in audioconvert.c. | Carl Eugen Hoyos | 2010-02-28 | 1 | -1/+1 |
* | Do not guess the channel layout when getting its string value. | Justin Ruggles | 2009-06-13 | 1 | -3/+0 |
* | Remove the 3-front-channel layout from the list of channel layout | Justin Ruggles | 2009-06-13 | 1 | -1/+0 |
* | Check that channel layout is compatible with number of channels for | Justin Ruggles | 2009-04-19 | 1 | -0/+9 |
* | Add 3 channel layout convenience macros. | Justin Ruggles | 2009-04-18 | 1 | -0/+1 |
* | Add names for 5.0 and 5.1 back speaker channel layouts. | Justin Ruggles | 2009-04-12 | 1 | -0/+2 |
* | Replace snprintf() with av_strlcpy(). | Patrik | 2009-02-09 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add const, remove warning: | Baptiste Coudurier | 2009-01-22 | 1 | -26/+26 |
* | Use "" instead of <> when #including non-system headers. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | One const is enough. | Carl Eugen Hoyos | 2008-11-17 | 1 | -1/+1 |
* | Change multichannel API define prefix from "CHANNEL_" to "CH_". | Andreas Öman | 2008-11-02 | 1 | -17/+17 |
* | Add audio channel layout API to libavcodec. | Peter Ross | 2008-11-01 | 1 | -0/+80 |
* | Remove duplicate "const" qualifier for *matrix. | Diego Pettenò | 2008-10-02 | 1 | -1/+1 |
* | Drop deprecated SAMPLE_FMT_S24. | Michael Niedermayer | 2008-09-08 | 1 | -1/+0 |
* | Add SAMPLE_FMT_DBL. | Peter Ross | 2008-08-19 | 1 | -1/+11 |
* | Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_... | Peter Ross | 2008-08-01 | 1 | -11/+35 |
* | Revert r14484 hunk that deleted the 'include avcodec.h' statement. | Peter Ross | 2008-08-01 | 1 | -0/+1 |
* | Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_g... | Peter Ross | 2008-07-31 | 1 | -1/+43 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | cosmetics | Michael Niedermayer | 2006-08-19 | 1 | -2/+2 |
* | audio format conversion | Michael Niedermayer | 2006-08-19 | 1 | -0/+77 |