| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence "string-plus-int" warning shown by clang. | Carl Eugen Hoyos | 2020-01-06 | 1 | -1/+1 |
* | swresample/swresample: check for invalid sample rates | Paul B Mahol | 2019-05-26 | 1 | -0/+8 |
* | swresample/swresample: Fix input channel count in resample_first computation | Michael Niedermayer | 2018-07-26 | 1 | -1/+1 |
* | swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_fl... | Hendrik Schreiber | 2018-04-07 | 1 | -1/+1 |
* | lswr/swresample: Mention the actually supported formats when erroring out. | Carl Eugen Hoyos | 2017-10-28 | 1 | -2/+2 |
* | swresample/swresample: do not use s32p internally by default when resampling | Muhammad Faiz | 2017-03-18 | 1 | -0/+2 |
* | swresample/swresample: do not reset tsf on swr_alloc_set_opts | Muhammad Faiz | 2017-03-13 | 1 | -3/+0 |
* | swresample/swresample: Check count before memcpy() | Michael Niedermayer | 2016-12-10 | 1 | -2/+2 |
* | swresample: add int64 sample format | Paul B Mahol | 2016-08-18 | 1 | -1/+2 |
* | swresample: Skip over dither steps if dithering scale is 0 | Michael Niedermayer | 2016-08-18 | 1 | -0/+2 |
* | swresample: move dither init up | Michael Niedermayer | 2016-08-18 | 1 | -2/+11 |
* | swresample: add exact_rational option | Muhammad Faiz | 2016-06-13 | 1 | -1/+1 |
* | swresample/swresample: Remove "less than" comparissions of enums | Michael Niedermayer | 2016-03-22 | 1 | -4/+4 |
* | swresample/swresample: Fix integer overflow in seed calculation | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | swr: Remember previously set int_sample_format from user | Michael Niedermayer | 2015-06-22 | 1 | -0/+2 |
* | swresample/swresample: Clear delayed_samples_fixup in clear_context() | Michael Niedermayer | 2015-06-22 | 1 | -0/+1 |
* | 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/swresample: Cleanup on init failure. | Michael Niedermayer | 2015-06-04 | 1 | -10/+24 |
* | swresample: Add swr_get_out_samples() | Michael Niedermayer | 2015-06-04 | 1 | -0/+30 |
* | swresample/dither: check memory allocation | Ganesh Ajjanagadde | 2015-06-03 | 1 | -1/+2 |
* | swresample: Check the return value of resampler->init() | Michael Niedermayer | 2015-06-03 | 1 | -0/+4 |
* | swr: fix alignment issue caused by 8ch sse functions | Rainer Hochecker | 2015-05-13 | 1 | -2/+3 |
* | 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 | 1 | -2/+5 |
* | swresample: Allow reinitialization without ever setting channel counts | Michael Niedermayer | 2015-04-12 | 1 | -0/+4 |
* | swresample/swresample: Use av_mallocz_array() | Michael Niedermayer | 2015-03-30 | 1 | -1/+1 |
* | swresample: Add prefix to soxr_resampler | Michael Niedermayer | 2015-02-27 | 1 | -2/+1 |
* | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-19 | 1 | -0/+3 |
* | swresample: Fix swr_drop_output so it does not flush the buffers | Michael Niedermayer | 2014-11-04 | 1 | -1/+2 |
* | swresample: do not put multiple statements in one line | Michael Niedermayer | 2014-10-16 | 1 | -3/+9 |
* | swresample/swresample: replace always true if() by av_assert0() | Michael Niedermayer | 2014-10-06 | 1 | -2/+2 |
* | swresample/swresample: fix sample drop loop end condition | Michael Niedermayer | 2014-10-06 | 1 | -0/+2 |
* | swresample: check av_opt_set for failure in swr_alloc_set_opts() | Michael Niedermayer | 2014-08-11 | 1 | -9/+31 |
* | swresample/swresample: Treat mono as planar | Michael Niedermayer | 2014-08-04 | 1 | -0/+2 |
* | swresample: split option table to a separate file | Timothy Gu | 2014-07-06 | 1 | -132/+0 |
* | swr: handle initial negative sample index outside DSP function. | Ronald S. Bultje | 2014-06-14 | 1 | -0/+6 |
* | swresample: swr_close() | Michael Niedermayer | 2014-05-15 | 1 | -0/+4 |
* | swr: check that the context for swr_convert() has been initialized | Michael Niedermayer | 2014-02-24 | 1 | -0/+5 |
* | swresample: add swr_is_initialized() | Michael Niedermayer | 2014-02-24 | 1 | -0/+4 |
* | swresample: factorize clear_context() out | Michael Niedermayer | 2014-02-22 | 1 | -26/+20 |
* | lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo... | Stefano Sabatini | 2013-12-26 | 1 | -6/+6 |
* | swresample: use the internal buffer for resampling the last few samples | Michael Niedermayer | 2013-12-04 | 1 | -2/+7 |
* | lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUT | Stefano Sabatini | 2013-10-17 | 1 | -4/+4 |
* | swresample: replace 2 av_free() by av_freep() | Michael Niedermayer | 2013-09-16 | 1 | -1/+1 |
* | swresample: Make rematrix maxvalue user settable | Michael Niedermayer | 2013-07-22 | 1 | -0/+1 |
* | cosmetics: Fix "dont" "wont" "doesnt" typos | Timothy Gu | 2013-06-29 | 1 | -2/+2 |
* | swr: dont treat 32 and 24 as equal in simple copy check | Michael Niedermayer | 2013-06-05 | 1 | -1/+2 |