summaryrefslogtreecommitdiffstats
path: root/libavcore/samplefmt.h
Commit message (Collapse)AuthorAgeFilesLines
* Add avcore.h header in samplefmt.h.Stefano Sabatini2011-01-141-0/+2
| | | | | | | 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-021-0/+9
| | | | | | deprecate av_get_bits_per_sample_format(). Originally committed as revision 25654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement functions:Stefano Sabatini2010-11-021-0/+26
| | | | | | | | | | | | | 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-021-0/+35
Originally committed as revision 25652 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud