FFmpeg/libavcore
Stefano Sabatini d63e456a2a Implement functions:
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
2010-11-02 22:08:02 +00:00
..
avcore.h Implement functions: 2010-11-02 22:08:02 +00:00
imgutils.c Add missing checks on invalid pixel format in 2010-09-07 23:41:18 +00:00
imgutils.h av_fill_image_linesizes -> av_image_fill_linesizes 2010-09-08 23:36:14 +00:00
libavcore.v
Makefile Implement functions: 2010-11-02 22:08:02 +00:00
parseutils.c Add a test for av_parse_video_rate(). 2010-10-04 13:41:06 +00:00
parseutils.h Use quotes instead of angle brackets for local #includes. 2010-09-01 02:12:03 +00:00
samplefmt.c Implement functions: 2010-11-02 22:08:02 +00:00
samplefmt.h Implement functions: 2010-11-02 22:08:02 +00:00
utils.c