| Commit message (Expand) | Author | Age | Files | Lines |
* | lswr: Improve default resampler's default parameters | Alexander Strasser | 2013-01-04 | 2 | -2/+2 |
* | lswr: improve rematrixing error message. | Nicolas George | 2012-12-31 | 1 | -1/+5 |
* | docs: add soxr documentation | Rob Sykes | 2012-12-27 | 2 | -17/+19 |
* | soxr_resample: soxr API parameter rename | Rob Sykes | 2012-12-27 | 1 | -1/+1 |
* | soxr_resample: Correct email address | Rob Sykes | 2012-12-27 | 1 | -1/+1 |
* | swr: support -async X as a simple way to do what ffmpeg -async X did | Michael Niedermayer | 2012-12-25 | 2 | -0/+11 |
* | swr/doxy: fix missing quote in code example. | Clément Bœsch | 2012-12-16 | 1 | -2/+2 |
* | audioconvert/arm: require alignment of 16 | Michael Niedermayer | 2012-12-14 | 1 | -0/+2 |
* | audioconvert: support simd code with specific alignment requirements. | Michael Niedermayer | 2012-12-14 | 2 | -1/+19 |
* | swr: Add SOX resampler support | Rob Sykes | 2012-12-11 | 6 | -4/+106 |
* | swr: add a lowpass default so that each Resampler can have its own default. | Rob Sykes | 2012-12-11 | 2 | -2/+3 |
* | swr: move flush into Resampler | Michael Niedermayer | 2012-12-11 | 3 | -18/+25 |
* | swr: make realloc_audio() available outside swresample.c | Michael Niedermayer | 2012-12-11 | 2 | -11/+12 |
* | swr: Add API to make resample engine selectable. | Rob Sykes | 2012-12-11 | 4 | -39/+87 |
* | doxy: fix swr group name | Michael Niedermayer | 2012-12-11 | 1 | -0/+1 |
* | resample: remove disabled debug code | Michael Niedermayer | 2012-12-06 | 1 | -7/+0 |
* | swr: remove unused ONE define. | Clément Bœsch | 2012-12-05 | 1 | -4/+0 |
* | lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format options | Stefano Sabatini | 2012-12-03 | 3 | -9/+9 |
* | swr: include stdint.h instead of inttypes.h. | Clément Bœsch | 2012-11-20 | 2 | -2/+2 |
* | swr: fix a few typo in the public header. | Clément Bœsch | 2012-11-20 | 1 | -5/+5 |
* | swr-doxy: elaborate on swr_get_delay() and the timebase | Michael Niedermayer | 2012-11-20 | 1 | -0/+4 |
* | swr: general doxy text about swr and example code. | Michael Niedermayer | 2012-11-20 | 1 | -2/+72 |
* | swr: set default channel count options to 0. | Clément Bœsch | 2012-11-19 | 2 | -5/+5 |
* | swr/resample: fix SSSE3 included unconditionally. | Clément Bœsch | 2012-11-15 | 1 | -0/+2 |
* | swr/rematrix: move templating parameters to template itself. | Clément Bœsch | 2012-11-15 | 2 | -33/+38 |
* | swr/resample: move templating parameters to template itself. | Clément Bœsch | 2012-11-15 | 2 | -112/+82 |
* | swr: move if() block into the only branch where it can be true. | Michael Niedermayer | 2012-11-15 | 1 | -4/+5 |
* | swr: reorder/redesign operations to avoid integer overflow. | Michael Niedermayer | 2012-11-15 | 1 | -6/+17 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 5 | -5/+4 |
* | lswr/swresample: adopt globally consistent rules for options help message | Stefano Sabatini | 2012-11-03 | 1 | -55/+62 |
* | lswr/swresample.h: use consistent inclusion guard header name | Stefano Sabatini | 2012-11-03 | 1 | -3/+3 |
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 2 | -2/+0 |
* | swr: use 64bit index/len for x86_64 mix | Michael Niedermayer | 2012-10-28 | 2 | -8/+15 |
* | swresample: include ff_log2_tab for shared builds | Hendrik Leppkes | 2012-10-20 | 2 | -0/+2 |
* | swr-test: fix division by 0 | Michael Niedermayer | 2012-10-16 | 1 | -1/+1 |
* | swr-test: check pointers before use | Michael Niedermayer | 2012-10-16 | 1 | -4/+8 |
* | swr/rematrix: fix C99 left shift overflow | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | swri_resample_init: unsupported sample formats are an internal error. | Michael Niedermayer | 2012-10-11 | 1 | -1/+1 |
* | swr-test: avoid VLA | Michael Niedermayer | 2012-10-06 | 1 | -2/+2 |
* | Add missing version macros to libraries | jamal | 2012-09-28 | 1 | -1/+7 |
* | swresample: Create version.h header | jamal | 2012-09-28 | 3 | -8/+42 |
* | ARM: libswresample: NEON optimised generic fltp to s16 conversion | Mans Rullgard | 2012-09-24 | 2 | -0/+242 |
* | swr: make sure the last data element is NULL so we can use it to detect the n... | Michael Niedermayer | 2012-09-24 | 2 | -0/+3 |
* | ARM: libswresample: NEON optimised stereo fltp to s16 conversion | Mans Rullgard | 2012-09-24 | 2 | -0/+72 |
* | ARM: libswresample: NEON optimised flat float to s16 conversion | Mans Rullgard | 2012-09-24 | 5 | -0/+121 |
* | swr/resample: mark mm_flags as potentially unused | Michael Niedermayer | 2012-09-13 | 1 | -1/+1 |
* | swr: add av_cold to init/free functions | Michael Niedermayer | 2012-09-09 | 3 | -8/+8 |
* | swr/auto_matrix: treat a single channel as mono instead of failing | Michael Niedermayer | 2012-09-08 | 1 | -0/+7 |
* | swr/auto_matrix: treat stereo downmix like stereo. | Michael Niedermayer | 2012-09-08 | 1 | -0/+2 |
* | swr/auto_matrix: add clean layout function | Michael Niedermayer | 2012-09-08 | 1 | -1/+9 |