ffmpeg/libswresample
Hendrik Leppkes 04bf2e7f0e swresample: include ff_log2_tab for shared builds
This is done in accordance with all other libraries, which no longer access ff_log2_tab from avutil directly for shared builds, and instead obtain their own copy.

This change is required for MSVC DLL builds, as well as avoids accessing a private symbol from another library.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-20 01:58:04 +02:00
..
arm ARM: libswresample: NEON optimised generic fltp to s16 conversion 2012-09-24 23:19:32 +02:00
x86 swr: add av_cold to init/free functions 2012-09-09 02:26:20 +02:00
audioconvert.c swr: make sure the last data element is NULL so we can use it to detect the number of channels 2012-09-24 23:19:32 +02:00
audioconvert.h
dither.c
libswresample.v
log2_tab.c swresample: include ff_log2_tab for shared builds 2012-10-20 01:58:04 +02:00
Makefile swresample: include ff_log2_tab for shared builds 2012-10-20 01:58:04 +02:00
rematrix_template.c swr: update copyright years 2012-09-07 00:29:06 +02:00
rematrix.c swr/rematrix: fix C99 left shift overflow 2012-10-14 03:48:05 +02:00
resample_template.c swr: MMX2 & SSSE3 int16 resample core 2012-06-28 00:36:27 +02:00
resample.c swri_resample_init: unsupported sample formats are an internal error. 2012-10-11 04:36:23 +02:00
swresample_internal.h ARM: libswresample: NEON optimised flat float to s16 conversion 2012-09-24 23:16:14 +02:00
swresample-test.c swr-test: fix division by 0 2012-10-16 19:40:57 +02:00
swresample.c swr: make sure the last data element is NULL so we can use it to detect the number of channels 2012-09-24 23:19:32 +02:00
swresample.h swresample: Create version.h header 2012-09-28 15:10:36 +02:00
version.h swresample: Create version.h header 2012-09-28 15:10:36 +02:00