summaryrefslogtreecommitdiff
path: root/libswresample/options.c
Commit message (Expand)AuthorAgeFilesLines
* swresample/swresample: add a used channel layout option using the new APIJames Almer2023-02-191-2/+4
* swresample: convert to new channel layout APIJames Almer2022-03-151-8/+25
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* swresample/options: enable linear_interp and exact_rational by defaultMuhammad Faiz2017-03-171-2/+2
* swresample: Skip over dither steps if dithering scale is 0Michael Niedermayer2016-08-181-1/+1
* swresample: add exact_rational optionMuhammad Faiz2016-06-131-0/+1
* swresample: use AV_OPT_TYPE_BOOL for linear_interp and cheby optionsClément Bœsch2015-12-041-2/+2
* swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde2015-11-081-1/+1
* swr: do not reject channel layouts that use channel 63wm42015-10-281-4/+4
* doc/resampler, swresample/options: use proper capitalizationGanesh Ajjanagadde2015-10-101-7/+7
* swr: Remember previously set int_sample_format from userMichael Niedermayer2015-06-221-2/+2
* swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer2015-04-121-4/+4
* swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer2015-04-121-6/+6
* swresample: split option table to a separate fileTimothy Gu2014-07-061-0/+155