summaryrefslogtreecommitdiff
path: root/libswresample/swresample.c
Commit message (Expand)AuthorAge
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-07
* swresample/swresample: Constify swr_convert()Andreas Rheinhardt2024-03-02
* swr/swresample: avoid reapplication of firstptsGyan Doshi2023-12-18
* libswresample/swresample: avoid s16p internal transfer formatPaul B Mahol2023-09-25
* libswresample: Prevent out of bounds.Eli Kobrin2023-08-02
* swresample/swresample: add a used channel layout option using the new APIJames Almer2023-02-19
* swsresample/swresample: error out on invalid layoutsJames Almer2022-09-14
* lswr: take const AVChannelLayout* in swr_alloc_set_opts2()rcombs2022-08-24
* 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