summaryrefslogtreecommitdiff
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAge
* swresample/swresample: fill the correct buffer to print the output layout stringJames Almer2022-08-21
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-10
* libswresample: Split version.hMartin Storsjö2022-03-16
* swresample: convert to new channel layout APIJames Almer2022-03-15
* libswresample/swresamplec: Err num(negative-size) was used as a function para...Yu Yang2021-12-09
* swresample/swresample: Remove array size hint from swr_convert()Andreas Rheinhardt2021-12-03
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-06
* swresample/swresample: check for invalid sample ratesPaul B Mahol2019-05-26
* swresample/swresample: Fix input channel count in resample_first computationMichael Niedermayer2018-07-26
* swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_fl...Hendrik Schreiber2018-04-07
* lswr/swresample: Mention the actually supported formats when erroring out.Carl Eugen Hoyos2017-10-28
* swresample/swresample: do not use s32p internally by default when resamplingMuhammad Faiz2017-03-18
* swresample/swresample: do not reset tsf on swr_alloc_set_optsMuhammad Faiz2017-03-13
* swresample/swresample: Check count before memcpy()Michael Niedermayer2016-12-10
* swresample: add int64 sample formatPaul B Mahol2016-08-18
* swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer2016-08-18
* swresample: move dither init upMichael Niedermayer2016-08-18
* swresample: add exact_rational optionMuhammad Faiz2016-06-13
* swresample/swresample: Remove "less than" comparissions of enumsMichael Niedermayer2016-03-22
* swresample/swresample: Fix integer overflow in seed calculationMichael Niedermayer2015-09-03
* swr: Remember previously set int_sample_format from userMichael Niedermayer2015-06-22
* swresample/swresample: Clear delayed_samples_fixup in clear_context()Michael Niedermayer2015-06-22
* swresample/swresample: Print used int_sample_fmtMichael Niedermayer2015-06-21
* swresample: Choose 16bit internally only if input and output is 16bit or lessMichael Niedermayer2015-06-21
* swr: Fix ASSERT_LEVEL warningMichael Niedermayer2015-06-08
* swresample: fix initilaize/initialize typoClément Bœsch2015-06-06
* swresample/swresample: Cleanup on init failure.Michael Niedermayer2015-06-04
* swresample: Add swr_get_out_samples()Michael Niedermayer2015-06-04
* swresample/dither: check memory allocationGanesh Ajjanagadde2015-06-03
* swresample: Check the return value of resampler->init()Michael Niedermayer2015-06-03
* swr: fix alignment issue caused by 8ch sse functionsRainer Hochecker2015-05-13
* swresample: Check channel layouts and channels against each other and print h...Michael Niedermayer2015-04-12
* swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer2015-04-12
* swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer2015-04-12
* swresample/swresample: Use av_mallocz_array()Michael Niedermayer2015-03-30
* swresample: Add prefix to soxr_resamplerMichael Niedermayer2015-02-27
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-19
* swresample: Fix swr_drop_output so it does not flush the buffersMichael Niedermayer2014-11-04
* swresample: do not put multiple statements in one lineMichael Niedermayer2014-10-16
* swresample/swresample: replace always true if() by av_assert0()Michael Niedermayer2014-10-06
* swresample/swresample: fix sample drop loop end conditionMichael Niedermayer2014-10-06
* swresample: check av_opt_set for failure in swr_alloc_set_opts()Michael Niedermayer2014-08-11
* swresample/swresample: Treat mono as planarMichael Niedermayer2014-08-04
* swresample: split option table to a separate fileTimothy Gu2014-07-06
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-14
* swresample: swr_close()Michael Niedermayer2014-05-15
* swr: check that the context for swr_convert() has been initializedMichael Niedermayer2014-02-24
* swresample: add swr_is_initialized()Michael Niedermayer2014-02-24
* swresample: factorize clear_context() outMichael Niedermayer2014-02-22