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
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
This is more correct. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-06Merge commit 'f519e131c101ae3948dabf1f7f598efbff5fb536'James Almer
* commit 'f519e131c101ae3948dabf1f7f598efbff5fb536': af_bs2b: Add missing casts to complex pointer assignments Merged-by: James Almer <jamrial@gmail.com>
2017-06-24avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-06-21af_bs2b: Add missing casts to complex pointer assignmentsDiego Biurrun
Fixes several warnings of the type: libavfilter/af_bs2b.c:171:22: warning: assignment from incompatible pointer type
2017-05-16avfilter/af_bs2b: add missing flag for optionsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-02avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2014-05-06avfilter/af_bs2b: Fix incompatible pointer type warningsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-01Merge commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e'Michael Niedermayer
* commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e': lavfi: add Bauer stereo-to-binaural audio filter Conflicts: Changelog configure doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-01lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini
Signed-off-by: Anton Khirnov <anton@khirnov.net>