612 Commits (7031a7beae5af7648c885e05435f179beb00d4d2)

Author SHA1 Message Date
Rob Sykes 801b315729 swr: Add SOX resampler support 12 years ago
Rob Sykes 41049d07f2 swr: add a lowpass default so that each Resampler can have its own default. 12 years ago
Michael Niedermayer ae5a55e77a swr: move flush into Resampler 12 years ago
Michael Niedermayer 431dcc49d2 swr: make realloc_audio() available outside swresample.c 12 years ago
Rob Sykes 5a5d70748c swr: Add API to make resample engine selectable. 12 years ago
Michael Niedermayer 5595e7a102 doxy: fix swr group name 12 years ago
Michael Niedermayer b6a7f66f93 resample: remove disabled debug code 12 years ago
Clément Bœsch 2273b3aaf9 swr: remove unused ONE define. 12 years ago
Stefano Sabatini 8bee8f778a lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format options 12 years ago
Clément Bœsch 52b7823b73 swr: include stdint.h instead of inttypes.h. 12 years ago
Clément Bœsch 186942a5e3 swr: fix a few typo in the public header. 12 years ago
Michael Niedermayer 156a75a459 swr-doxy: elaborate on swr_get_delay() and the timebase 12 years ago
Michael Niedermayer 7cca237ddd swr: general doxy text about swr and example code. 12 years ago
Clément Bœsch c02ae48271 swr: set default channel count options to 0. 12 years ago
Clément Bœsch 8f42b09604 swr/resample: fix SSSE3 included unconditionally. 12 years ago
Clément Bœsch 5e68bf9b92 swr/rematrix: move templating parameters to template itself. 12 years ago
Clément Bœsch 8ea8833979 swr/resample: move templating parameters to template itself. 12 years ago
Michael Niedermayer d53f447130 swr: move if() block into the only branch where it can be true. 12 years ago
Michael Niedermayer 17da2d9eee swr: reorder/redesign operations to avoid integer overflow. 12 years ago
Paul B Mahol 1acd2f6ba7 Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 12 years ago
Stefano Sabatini 6450c05ba5 lswr/swresample: adopt globally consistent rules for options help message 12 years ago
Stefano Sabatini 7be09a91c2 lswr/swresample.h: use consistent inclusion guard header name 12 years ago
Michael Niedermayer d23e8f53ad swr: use 64bit index/len for x86_64 mix 12 years ago
Hendrik Leppkes 04bf2e7f0e swresample: include ff_log2_tab for shared builds 12 years ago
Michael Niedermayer 9de5b11d58 swr-test: fix division by 0 12 years ago
Michael Niedermayer dd3e5baa59 swr-test: check pointers before use 12 years ago
Michael Niedermayer 555f352f99 swr/rematrix: fix C99 left shift overflow 12 years ago
Michael Niedermayer 7df9f595c9 swri_resample_init: unsupported sample formats are an internal error. 12 years ago
Michael Niedermayer 13a215236b swr-test: avoid VLA 12 years ago
jamal a70b4935f1 Add missing version macros to libraries 12 years ago
jamal b75c3d2b8b swresample: Create version.h header 12 years ago
Mans Rullgard 7e3208a087 ARM: libswresample: NEON optimised generic fltp to s16 conversion 12 years ago
Michael Niedermayer 97599f8c6d swr: make sure the last data element is NULL so we can use it to detect the number of channels 12 years ago
Mans Rullgard 5dc7363446 ARM: libswresample: NEON optimised stereo fltp to s16 conversion 12 years ago
Mans Rullgard 0eebde07a9 ARM: libswresample: NEON optimised flat float to s16 conversion 12 years ago
Michael Niedermayer 9d89d1d484 swr/resample: mark mm_flags as potentially unused 12 years ago
Michael Niedermayer 31a797eb28 swr: add av_cold to init/free functions 12 years ago
Michael Niedermayer 0e78e575ed swr/auto_matrix: treat a single channel as mono instead of failing 12 years ago
Michael Niedermayer f8d74cbdc3 swr/auto_matrix: treat stereo downmix like stereo. 12 years ago
Michael Niedermayer c8ffab06f4 swr/auto_matrix: add clean layout function 12 years ago
Michael Niedermayer ebc854e4e9 swr/auto_matrix: move layouts to local variables 12 years ago
Michael Niedermayer 070b0e1c77 libswr: remove redundant ARCH_X86, MMX* implicates X86 12 years ago
Derek Buitenhuis 5f256f9df2 swsresample: Fix unprotected inline asm 12 years ago
Michael Niedermayer c5278cb84f Add Dolby/DPLII downmix support to libswresample 12 years ago
Michael Niedermayer 2dd2e42951 swr: update rematrix coeffs to match AC-3 12 years ago
Michael Niedermayer 323d912010 swr: update copyright years 12 years ago
Carl Eugen Hoyos a26789cf9f Fix compilation with yasm-0.6.2. 12 years ago
Michael Niedermayer 4814326533 swr/resample: update SSSE3 flag to new name 12 years ago
Carl Eugen Hoyos 52be5428c0 Add some missing _EXTERNAL suffixes to yasm source files. 12 years ago
Michael Niedermayer 4ec03d1386 bessel: check that the function terminates as expected by av_assert2(). 12 years ago