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-06-28libswresample/swresample: remove obsolete codeMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-09-27swresample: Add swr_build_matrix()Michael Niedermayer
API and Doxy documentation is taken from avresample_build_matrix() Fixes: Ticket5780 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
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>
2015-06-04swresample: Add swr_get_out_samples()Michael Niedermayer
Previous version reviewed-by: Pavel Koshevoy <pkoshevoy@gmail.com> Previous version reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-16swresample: Add AVFrame based APIMichael Niedermayer
Based on commit fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45 by Luca Barbato <lu_zero@gentoo.org> Adapted for libswresample by Michael Niedermayer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-11swresample: document the need to configure the context using AVOptionsLuca Barbato
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-08swresample: misc. doxy improvementsTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-07swresample: organize functions into doxy groupsTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-07swresample: better doxy for configuration-returning functionsTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-06swresample: improve Doxygen introductionTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-06swresample: add SwrContext doxyTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-06swresample: add SwrDitherType doxyTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-06swresample: group all the option constants in a section in doxyTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-06swresample: grammar/capitalization fixesTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-15swresample: swr_close()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-29Fix convertion typosMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-24swresample: add swr_is_initialized()Michael Niedermayer
Idea-from/based-on: 7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731 Reviewed-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-17lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUTStefano Sabatini
Improve interface flexibility. In particular makes it possible to set channel layout through symbolic names using the av_opt_set() interface.
2013-09-30swr: fix example code and doxy indent.Clément Bœsch
2013-01-09swr: update copyright years of a few files iam working onMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-09swr: Implement Noise shaping ditherMichael Niedermayer
The following variants are implemented: lipshitz noise shaping dither shibata noise shaping dither low shibata noise shaping dither high shibata noise shaping dither f-weighted noise shaping dither modified-e-weighted noise shaping dither improved-e-weighted noise shaping dither Data tables taken from SOX Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-17swr/doxy: fix missing quote in code example.Clément Bœsch
2012-12-12swr: Add SOX resampler supportRob Sykes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-12swr: Add API to make resample engine selectable.Rob Sykes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-11doxy: fix swr group nameMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-03lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format optionsStefano Sabatini
Improve usability and robustness.
2012-11-21swr: include stdint.h instead of inttypes.h.Clément Bœsch
stdint.h is for the [u]int*_t types, which is the only thing we need for the prototypes. inttypes.h includes stdint.h and defines more thing we don't need here. Bump micro in case a user app was relying on this include for its own code.
2012-11-20swr: fix a few typo in the public header.Clément Bœsch
2012-11-20swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-20swr: general doxy text about swr and example code.Michael Niedermayer
Based on doxy from avr Reviewed-by: Clément Bœsch Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-11-03lswr/swresample.h: use consistent inclusion guard header nameStefano Sabatini
2012-09-28swresample: Create version.h headerjamal
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-07swr: update copyright yearsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-07-23swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-05-19swr: add swr_next_pts()Michael Niedermayer
parameter descriptions partly reuse text from af_asyncts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-19swr: add swr_drop_output()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-19swr: add swr_inject_silence()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-19swr: add swr_get_delay() to find the exact delay the swresampler introduces.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-11swr: add triangular highpass ditherMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-11swr: add swr_get_class()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-10swr: add triangular dither supportMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-10swr: add dither support.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-03-25swr: More flexible and convenient bufferingMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-03-25swr: drop SWR_CH_MAX with the next major ABI bumpMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-03-25swr: dont use SWR_CH_MAX in the public function declaration.Michael Niedermayer
This change should make no binary difference to the generated code. the API version is just bumped for correctness sake, this is not really a API or ABI change. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-03-25swr: make SwrContext a typedef.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-03-25swresample: support up to 32 channelsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-02-27Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos
2012-02-20libswr: allow to set custom matrices.Nicolas George