summaryrefslogtreecommitdiff
path: root/libavfilter/af_join.c
Commit message (Expand)AuthorAge
* avfilter/af_join: do not dereference possible null pointerPaul B Mahol2022-03-31
* avfilter/af_join: Don't use memcpy for overlapping regionsAndreas Rheinhardt2022-03-15
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avfilter/af_join: Free inpads' names genericallyAndreas Rheinhardt2021-08-22
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/af_join: fix eof timestamps and blocking in many scenariosPaul B Mahol2021-08-10
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/af_join: fix possible memory leaksPaul B Mahol2019-10-21
* avfilter/af_join: cosmeticsPaul B Mahol2019-09-30
* avfilter/af_join: use av_asprintf()Paul B Mahol2019-09-30
* avfilter: forward status back in some filters that missed itPaul B Mahol2018-05-05
* avfilter/af_join: Fix crash in join filterNikolas Bowe2018-02-03
* avfilter/af_join: switch to activatePaul B Mahol2017-10-31
* Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer2017-10-21
|\
| * lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara2017-03-23
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* | avfilter/af_join: check ff_insert_inpad() for failurePaul B Mahol2017-08-25
* | avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* | lavfi/af_join: partially fix scheduling.Nicolas George2015-11-07
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* | avfilter/af_join: swap av_mallocz_array() args for consistency with the proto...Paul B Mahol2015-01-20
* | avfilter/af_join: Use av_mallocz_array()Paul B Mahol2015-01-20
* | lavfi: check av_strdup() return valuePaul B Mahol2015-01-06
* | libavfilter/af_join: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-26
* | Merge commit '87efaa97ceb0ad5820870855d6df3e569e6eac7e'Michael Niedermayer2014-08-02
|\|
| * af_join: Set the output frame formatLuca Barbato2014-08-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter/af_join: remove now unnecessary gotoPaul B Mahol2013-10-08
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | lavfi/join: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-27
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-05
|\|
| * avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
* | lavfi: add missing periods in filter descriptions.Clément Bœsch2013-04-14
* | Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer2013-04-12
|\|
| * lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-11
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit 'dd7fc37c71955b78a2687f29e871f714d18de386'Michael Niedermayer2013-04-11
|\|
| * af_join: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | af_join: fix channel count and formatMichael Niedermayer2013-03-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-16
|\|
| * af_join: do not leak input frames.Anton Khirnov2013-03-16