ffmpeg/libavcore
Stefano Sabatini e98b8e2f2f Implement av_samples_alloc() and av_samples_fill_arrays().
With minor changes by michael

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-02 03:12:47 +01:00
..
Makefile Move audio channel API from libavcodec to libavcore. 2010-11-21 19:28:52 +00:00
audioconvert.c Make av_get_channel_layout_string() guess the number of channels if it 2011-01-13 01:00:31 +00:00
audioconvert.h Make av_get_channel_layout_string() guess the number of channels if it 2011-01-13 01:00:31 +00:00
avcore.h Make av_get_channel_layout_string() guess the number of channels if it 2011-01-13 01:00:31 +00:00
imgutils.c Implement av_image_alloc() and use it in 2010-12-04 12:56:16 +00:00
imgutils.h Implement av_image_alloc() and use it in 2010-12-04 12:56:16 +00:00
internal.h Move internal function ff_set_systematic_pal() to libavcore, and 2010-11-09 22:22:36 +00:00
libavcore.v
parseutils.c move the av_parse_color() function from libavfilter to libavcore 2010-11-17 22:58:28 +00:00
parseutils.h move the av_parse_color() function from libavfilter to libavcore 2010-11-17 22:58:28 +00:00
samplefmt.c Implement av_samples_alloc() and av_samples_fill_arrays(). 2011-02-02 03:12:47 +01:00
samplefmt.h Implement av_samples_alloc() and av_samples_fill_arrays(). 2011-02-02 03:12:47 +01:00
utils.c