summaryrefslogtreecommitdiff
path: root/libavcore/samplefmt.h
Commit message (Collapse)AuthorAge
* Implement av_samples_alloc() and av_samples_fill_arrays().Stefano Sabatini2011-02-02
| | | | | | With minor changes by michael Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add avcore.h header in samplefmt.h.Stefano Sabatini2011-01-14
| | | | | | | Avoid the need to manually include the avcore.h header, less error-prone. Originally committed as revision 26333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h andStefano Sabatini2010-11-02
| | | | | | deprecate av_get_bits_per_sample_format(). Originally committed as revision 25654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement functions:Stefano Sabatini2010-11-02
| | | | | | | | | | | | | av_get_sample_fmt_name() av_get_sample_fmt() av_get_sample_fmt_string() in libavcore, and deprecate the corresponding libavcodec/audioconvert.h functions: avcodec_get_sample_fmt_name() avcodec_get_sample_fmt() avcodec_sample_fmt_string() Originally committed as revision 25653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move sample format definitions from libavcodec to libavcore.Stefano Sabatini2010-11-02
Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk