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