| Commit message (Expand) | Author | Age | Files | Lines |
* | swresample/swresample: Fix input channel count in resample_first computation | Michael Niedermayer | 2018-08-03 | 1 | -1/+1 |
* | swresample/arm: rename labels to fix xcode build error | Rahul Chaudhry | 2018-07-13 | 1 | -4/+4 |
* | swresample/arm: remove unintentional relocation. | Rahul Chaudhry | 2018-07-10 | 1 | -2/+4 |
* | swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_fl... | Hendrik Schreiber | 2018-07-10 | 1 | -1/+1 |
* | swresample/resample: free existing ResampleContext on reinit | James Almer | 2017-03-21 | 1 | -0/+1 |
* | swresample/resample: move resample_free() higher in the file | James Almer | 2017-03-21 | 1 | -7/+8 |
* | swresample/rematrix: Use clipping s16 rematrixing if overflows are possible | Michael Niedermayer | 2016-08-15 | 2 | -4/+22 |
* | swresample/rematrix: Use error diffusion to avoid error in the DC component o... | Michael Niedermayer | 2016-08-15 | 1 | -3/+9 |
* | swresample/resample: increase precision for compensation | Michael Niedermayer | 2015-11-11 | 1 | -0/+4 |
* | swresample/swresample: Fix integer overflow in seed calculation | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | swresample/swresample-test: Make layouts static const | Michael Niedermayer | 2015-08-30 | 1 | -1/+1 |
* | swresample/dither: use integer arithmetic | Ganesh Ajjanagadde | 2015-08-23 | 1 | -1/+1 |
* | x86: move XOP emulation code back to x86inc | James Almer | 2015-08-03 | 1 | -1/+6 |
* | swresample/x86: add missing colon to labels | James Almer | 2015-07-26 | 2 | -10/+10 |
* | lswr: Allow 64 channels internally. | Carl Eugen Hoyos | 2015-07-17 | 2 | -2/+2 |
* | swr: Remember previously set int_sample_format from user | Michael Niedermayer | 2015-06-22 | 3 | -2/+5 |
* | swresample/swresample: Clear delayed_samples_fixup in clear_context() | Michael Niedermayer | 2015-06-22 | 1 | -0/+1 |
* | swresample: soxr implementation for swr_get_out_samples() | Rob Sykes | 2015-06-21 | 2 | -4/+31 |
* | swresample/swresample: Print used int_sample_fmt | Michael Niedermayer | 2015-06-21 | 1 | -1/+1 |
* | swresample: Choose 16bit internally only if input and output is 16bit or less | Michael Niedermayer | 2015-06-21 | 1 | -1/+7 |
* | swr: Fix ASSERT_LEVEL warning | Michael Niedermayer | 2015-06-08 | 1 | -1/+1 |
* | swresample: fix initilaize/initialize typo | Clément Bœsch | 2015-06-06 | 1 | -1/+1 |
* | swresample/resample: fix typos | Michael Niedermayer | 2015-06-04 | 1 | -2/+2 |
* | swresample/swresample: Cleanup on init failure. | Michael Niedermayer | 2015-06-04 | 1 | -10/+24 |
* | swresample: Add swr_get_out_samples() | Michael Niedermayer | 2015-06-04 | 5 | -4/+75 |
* | libswresample/rematrix: Check for malloc errors | Michael Niedermayer | 2015-06-04 | 1 | -0/+8 |
* | swresample/dither: check memory allocation | Ganesh Ajjanagadde | 2015-06-03 | 3 | -3/+8 |
* | swresample: Check the return value of resampler->init() | Michael Niedermayer | 2015-06-03 | 1 | -0/+4 |
* | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-06-01 | 3 | -4/+6 |
* | swr: fix alignment issue caused by 8ch sse functions | Rainer Hochecker | 2015-05-13 | 1 | -2/+3 |
* | swresample/dither_template: Do not define macro functions to nothing | Michael Niedermayer | 2015-05-07 | 1 | -2/+2 |
* | swresample/swresample-test: Randomly wipe out channel counts | Michael Niedermayer | 2015-04-12 | 1 | -0/+5 |
* | swresample: Check channel layouts and channels against each other and print h... | Michael Niedermayer | 2015-04-12 | 1 | -3/+12 |
* | swresample: Allow reinitialization without ever setting channel layouts | Michael Niedermayer | 2015-04-12 | 4 | -8/+13 |
* | swresample: Allow reinitialization without ever setting channel counts | Michael Niedermayer | 2015-04-12 | 3 | -6/+14 |
* | swr/resample: use av_clip functions | James Almer | 2015-04-05 | 1 | -2/+2 |
* | swresample/swresample: Use av_mallocz_array() | Michael Niedermayer | 2015-03-30 | 1 | -1/+1 |
* | swresample/resample: Fix undefined shifts | Michael Niedermayer | 2015-03-14 | 1 | -1/+1 |
* | swresample: Add prefix to soxr_resampler | Michael Niedermayer | 2015-02-27 | 3 | -3/+4 |
* | swresample: add av_cold to init functions | Michael Niedermayer | 2015-02-21 | 2 | -2/+2 |
* | swresample/resample_template: Add () to protect the arguments of the OUT() macro | Michael Niedermayer | 2015-02-17 | 1 | -4/+4 |
* | swresample/swresample-test: Add () to protect uint_rand() argument | Michael Niedermayer | 2015-02-16 | 1 | -1/+1 |
* | x86/swr: make pack_8ch functions work with compilers without aligned stack | James Almer | 2015-02-15 | 2 | -14/+31 |
* | swresample/x86/rematrix_init: Check av_malloc* return codes, forward errors | Michael Niedermayer | 2015-02-09 | 3 | -4/+12 |
* | swresample/x86/rematrix_init: Use av_mallocz_array() | Michael Niedermayer | 2015-02-09 | 1 | -2/+2 |
* | swresample: Use int instead of enum for fields which are accessed through AVO... | Michael Niedermayer | 2015-02-02 | 1 | -4/+4 |
* | swresample/dither: Cleanup number suffixes | Michael Niedermayer | 2015-02-01 | 1 | -6/+6 |
* | swresample_internal.h: Move struct declaration before first use. | Reimar Döffinger | 2015-01-27 | 1 | -21/+21 |
* | x86/swr: add SSE/AVX unpack_6ch functions | James Almer | 2015-01-12 | 2 | -0/+105 |
* | x86/swr: load constants outside the loop in pack_6ch functions | James Almer | 2015-01-11 | 1 | -1/+1 |