| Commit message (Expand) | Author | Age | Files | Lines |
* | swsresample/swresample: error out on invalid layouts | James Almer | 2022-09-14 | 1 | -16/+32 |
* | lswr: take const AVChannelLayout* in swr_alloc_set_opts2() | rcombs | 2022-08-24 | 1 | -2/+2 |
* | swresample/swresample: fill the correct buffer to print the output layout string | James Almer | 2022-08-21 | 1 | -1/+1 |
* | lib*/version: Move library version functions into files of their own | Andreas Rheinhardt | 2022-05-10 | 1 | -21/+0 |
* | libswresample: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | swresample: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -24/+128 |
* | libswresample/swresamplec: Err num(negative-size) was used as a function para... | Yu Yang | 2021-12-09 | 1 | -3/+5 |
* | swresample/swresample: Remove array size hint from swr_convert() | Andreas Rheinhardt | 2021-12-03 | 1 | -2/+4 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | 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 |