OSDN Git Service

Add libavresample
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 23 Mar 2012 21:42:17 +0000 (17:42 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 25 Apr 2012 01:28:27 +0000 (21:28 -0400)
commitc8af852b97447491823ff9b91413e32415e2babf
tree6c02f850cf954612c7077f266a75d663bb9cde57
parentc5671aeb77abb18a5a10ace314ab49e8fd3d0cb3
Add libavresample

This is a new library for audio sample format, channel layout, and sample rate
conversion.
27 files changed:
Changelog
Makefile
configure
doc/APIchanges
libavresample/Makefile [new file with mode: 0644]
libavresample/audio_convert.c [new file with mode: 0644]
libavresample/audio_convert.h [new file with mode: 0644]
libavresample/audio_data.c [new file with mode: 0644]
libavresample/audio_data.h [new file with mode: 0644]
libavresample/audio_mix.c [new file with mode: 0644]
libavresample/audio_mix.h [new file with mode: 0644]
libavresample/audio_mix_matrix.c [new file with mode: 0644]
libavresample/avresample-test.c [new file with mode: 0644]
libavresample/avresample.h [new file with mode: 0644]
libavresample/internal.h [new file with mode: 0644]
libavresample/libavresample.v [new file with mode: 0644]
libavresample/options.c [new file with mode: 0644]
libavresample/resample.c [new file with mode: 0644]
libavresample/resample.h [new file with mode: 0644]
libavresample/utils.c [new file with mode: 0644]
libavresample/version.h [new file with mode: 0644]
libavresample/x86/Makefile [new file with mode: 0644]
libavresample/x86/audio_convert.asm [new file with mode: 0644]
libavresample/x86/audio_convert_init.c [new file with mode: 0644]
libavresample/x86/audio_mix.asm [new file with mode: 0644]
libavresample/x86/audio_mix_init.c [new file with mode: 0644]
libavutil/x86/x86util.asm