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-03-31avfilter/af_join: do not dereference possible null pointerPaul B Mahol
2022-03-15avfilter/af_join: Don't use memcpy for overlapping regionsAndreas Rheinhardt
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-22avfilter/af_join: Free inpads' names genericallyAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-08-10avfilter/af_join: fix eof timestamps and blocking in many scenariosPaul B Mahol
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2019-10-21avfilter/af_join: fix possible memory leaksPaul B Mahol
2019-09-30avfilter/af_join: cosmeticsPaul B Mahol
2019-09-30avfilter/af_join: use av_asprintf()Paul B Mahol
2018-05-05avfilter: forward status back in some filters that missed itPaul B Mahol
2018-02-03avfilter/af_join: Fix crash in join filterNikolas Bowe
2017-10-31avfilter/af_join: switch to activatePaul B Mahol
2017-10-21Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer
2017-08-25avfilter/af_join: check ff_insert_inpad() for failurePaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-03-23lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2015-11-07lavfi/af_join: partially fix scheduling.Nicolas George
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-01-20avfilter/af_join: swap av_mallocz_array() args for consistency with the proto...Paul B Mahol
2015-01-20avfilter/af_join: Use av_mallocz_array()Paul B Mahol
2015-01-06lavfi: check av_strdup() return valuePaul B Mahol
2014-09-27libavfilter/af_join: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet
2014-08-02Merge commit '87efaa97ceb0ad5820870855d6df3e569e6eac7e'Michael Niedermayer
2014-08-02af_join: Set the output frame formatLuca Barbato
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-08avfilter/af_join: remove now unnecessary gotoPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-05-27lavfi/join: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun
2013-04-14lavfi: add missing periods in filter descriptions.Clément Bœsch
2013-04-12Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-11lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov
2013-04-11Merge commit 'dd7fc37c71955b78a2687f29e871f714d18de386'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09af_join: switch to an AVOptions-based system.Anton Khirnov
2013-03-28af_join: fix channel count and formatMichael Niedermayer
2013-03-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-16af_join: do not leak input frames.Anton Khirnov