1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libswresample
Clément Bœsch 8ea8833979 swr/resample: move templating parameters to template itself.
It has various benefits such as allowing some refactoring, clarifying
the code in the inclusion part, and making the template understandable
in standalone.

This commit is based on the templating method used by Justin Ruggles for
libavresample.
2012-11-15 21:24:49 +01:00
..
arm ARM: libswresample: NEON optimised generic fltp to s16 conversion 2012-09-24 23:19:32 +02:00
x86 Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' 2012-10-31 13:43:33 +01: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 Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 2012-11-13 13:21:21 +00:00
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: use 64bit index/len for x86_64 mix 2012-10-28 02:09:08 +02:00
rematrix.c Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 2012-11-13 13:21:21 +00:00
resample_template.c swr/resample: move templating parameters to template itself. 2012-11-15 21:24:49 +01:00
resample.c swr/resample: move templating parameters to template itself. 2012-11-15 21:24:49 +01:00
swresample_internal.h Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 2012-11-13 13:21:21 +00:00
swresample-test.c Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 2012-11-13 13:21:21 +00:00
swresample.c Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 2012-11-13 13:21:21 +00:00
swresample.h lswr/swresample.h: use consistent inclusion guard header name 2012-11-03 12:06:43 +01:00
version.h swresample: Create version.h header 2012-09-28 15:10:36 +02:00