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 (Collapse)Author
2017-03-16swresample/options: enable linear_interp and exact_rational by defaultMuhammad Faiz
better quality without speedloss Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2016-06-13doc/resampler: add exact_rational optionMuhammad Faiz
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2015-11-09swresample: allow double precision beta value for the Kaiser windowGanesh Ajjanagadde
Kaiser windows inherently don't require beta to be an integer. This was an arbitrary restriction. Moreover, soxr does not require it, and in fact often estimates beta to a non-integral value. Thus, this patch allows greater flexibility for swresample clients. Micro version is updated. Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
2015-11-07doc/resampler: fix some trivial typosGanesh Ajjanagadde
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
2015-10-10doc/resampler, swresample/options: use proper capitalizationGanesh Ajjanagadde
Proper names should be capitalized in all user facing API as far as possible. The option names themselves have not been changed since: 1. We consistently keep option names in lower case. 2. Changing them would break existing scripts. 3. I suspect that we want to be similar to Sox and its relevant options. The converse is also true: improper names should not be capitalized generally. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2013-10-25doc: add a few links to the Channel Layout syntax sectionStefano Sabatini
2013-07-22doc: add "rematrix_maxval"Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-05swresample: set flags & description and add documentation for output_sample_bitsPaul B Mahol
Allows users to actually use such option. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-05doc: move ffmpeg-resampler.texi content to separated fileStefano Sabatini
This should simplify inclusion in monolithic tool manuals.