-
- Downloads
Add libswresample.
Similar to libswscale this does resampling and format convertion, just for audio
instead of video.
changing sampling rate, sample formats, channel layouts and sample packing all
in one with a very simple public interface.
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
Showing
- Makefile 1 addition, 0 deletionsMakefile
- common.mak 1 addition, 1 deletioncommon.mak
- configure 5 additions, 2 deletionsconfigure
- ffmpeg.c 29 additions, 54 deletionsffmpeg.c
- libswresample/Makefile 12 additions, 0 deletionslibswresample/Makefile
- libswresample/audioconvert.c 113 additions, 0 deletionslibswresample/audioconvert.c
- libswresample/audioconvert.h 65 additions, 0 deletionslibswresample/audioconvert.h
- libswresample/rematrix.c 271 additions, 0 deletionslibswresample/rematrix.c
- libswresample/rematrix_template.c 38 additions, 0 deletionslibswresample/rematrix_template.c
- libswresample/resample2.c 352 additions, 0 deletionslibswresample/resample2.c
- libswresample/swresample.c 432 additions, 0 deletionslibswresample/swresample.c
- libswresample/swresample.h 79 additions, 0 deletionslibswresample/swresample.h
- libswresample/swresample_internal.h 77 additions, 0 deletionslibswresample/swresample_internal.h
- libswresample/swresample_test.c 149 additions, 0 deletionslibswresample/swresample_test.c
- tests/ref/acodec/g726 3 additions, 3 deletionstests/ref/acodec/g726
- tests/ref/acodec/pcm 3 additions, 3 deletionstests/ref/acodec/pcm
- tests/ref/lavf/dv_fmt 2 additions, 2 deletionstests/ref/lavf/dv_fmt
- tests/ref/lavf/mxf_d10 2 additions, 2 deletionstests/ref/lavf/mxf_d10
Loading
Please register or sign in to comment