Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-14swsresample/swresample: error out on invalid layoutsJames Almer
2022-08-25lswr: take const AVChannelLayout* in swr_alloc_set_opts2()rcombs
2022-08-21swresample/swresample: fill the correct buffer to print the output layout stringJames Almer
2022-05-10lib*/version: Move library version functions into files of their ownAndreas Rheinhardt
2022-03-16libswresample: Split version.hMartin Storsjö
2022-03-15swresample: convert to new channel layout APIJames Almer
2021-12-09libswresample/swresamplec: Err num(negative-size) was used as a function para...Yu Yang
2021-12-03swresample/swresample: Remove array size hint from swr_convert()Andreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2019-05-26swresample/swresample: check for invalid sample ratesPaul B Mahol
2018-07-26swresample/swresample: Fix input channel count in resample_first computationMichael Niedermayer
2018-04-07swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_fl...Hendrik Schreiber
2017-10-28lswr/swresample: Mention the actually supported formats when erroring out.Carl Eugen Hoyos
2017-03-18swresample/swresample: do not use s32p internally by default when resamplingMuhammad Faiz
2017-03-12swresample/swresample: do not reset tsf on swr_alloc_set_optsMuhammad Faiz
2016-12-10swresample/swresample: Check count before memcpy()Michael Niedermayer
2016-08-18swresample: add int64 sample formatPaul B Mahol
2016-08-18swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer
2016-08-18swresample: move dither init upMichael Niedermayer
2016-06-13swresample: add exact_rational optionMuhammad Faiz
2016-03-22swresample/swresample: Remove "less than" comparissions of enumsMichael Niedermayer
2015-09-03swresample/swresample: Fix integer overflow in seed calculationMichael Niedermayer
2015-06-22swr: Remember previously set int_sample_format from userMichael Niedermayer
2015-06-22swresample/swresample: Clear delayed_samples_fixup in clear_context()Michael Niedermayer
2015-06-21swresample/swresample: Print used int_sample_fmtMichael Niedermayer
2015-06-21swresample: Choose 16bit internally only if input and output is 16bit or lessMichael Niedermayer
2015-06-08swr: Fix ASSERT_LEVEL warningMichael Niedermayer
2015-06-06swresample: fix initilaize/initialize typoClément Bœsch
2015-06-04swresample/swresample: Cleanup on init failure.Michael Niedermayer
2015-06-04swresample: Add swr_get_out_samples()Michael Niedermayer
2015-06-03swresample/dither: check memory allocationGanesh Ajjanagadde
2015-06-03swresample: Check the return value of resampler->init()Michael Niedermayer
2015-05-13swr: fix alignment issue caused by 8ch sse functionsRainer Hochecker
2015-04-12swresample: Check channel layouts and channels against each other and print h...Michael Niedermayer
2015-04-12swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer
2015-04-12swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer
2015-03-31swresample/swresample: Use av_mallocz_array()Michael Niedermayer
2015-02-27swresample: Add prefix to soxr_resamplerMichael Niedermayer
2014-12-19Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-11-04swresample: Fix swr_drop_output so it does not flush the buffersMichael Niedermayer
2014-10-16swresample: do not put multiple statements in one lineMichael Niedermayer
2014-10-06swresample/swresample: replace always true if() by av_assert0()Michael Niedermayer
2014-10-06swresample/swresample: fix sample drop loop end conditionMichael Niedermayer
2014-08-11swresample: check av_opt_set for failure in swr_alloc_set_opts()Michael Niedermayer
2014-08-04swresample/swresample: Treat mono as planarMichael Niedermayer
2014-07-06swresample: split option table to a separate fileTimothy Gu
2014-06-14swr: handle initial negative sample index outside DSP function.Ronald S. Bultje
2014-05-15swresample: swr_close()Michael Niedermayer
2014-02-24swr: check that the context for swr_convert() has been initializedMichael Niedermayer