| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_join: do not use ff_outlink_get_status() on inlink | Paul B Mahol | 2023-05-30 | 1 | -7/+7 |
* | avfilter/af_join: fix leak on error | Paul B Mahol | 2023-05-10 | 1 | -1/+1 |
* | avfilter/af_join: set output frame duration | Paul B Mahol | 2023-05-05 | 1 | -0/+4 |
* | avfilter/af_join: do not dereference possible null pointer | Paul B Mahol | 2022-03-31 | 1 | -1/+2 |
* | avfilter/af_join: Don't use memcpy for overlapping regions | Andreas Rheinhardt | 2022-03-15 | 1 | -2/+2 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -93/+177 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -7/+7 |
* | avfilter/af_join: Free inpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -7/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -2/+1 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter/af_join: fix eof timestamps and blocking in many scenarios | Paul B Mahol | 2021-08-10 | 1 | -25/+37 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -2/+2 |
* | avfilter/af_join: fix possible memory leaks | Paul B Mahol | 2019-10-21 | 1 | -1/+4 |
* | avfilter/af_join: cosmetics | Paul B Mahol | 2019-09-30 | 1 | -2/+2 |
* | avfilter/af_join: use av_asprintf() | Paul B Mahol | 2019-09-30 | 1 | -3/+2 |
* | avfilter: forward status back in some filters that missed it | Paul B Mahol | 2018-05-05 | 1 | -0/+2 |
* | avfilter/af_join: Fix crash in join filter | Nikolas Bowe | 2018-02-03 | 1 | -0/+3 |
* | avfilter/af_join: switch to activate | Paul B Mahol | 2017-10-31 | 1 | -47/+51 |
* | Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000' | James Almer | 2017-10-21 | 1 | -8/+0 |
|\ |
|
| * | lavfi: Drop deprecated way of passing options for a few filters | Vittorio Giovara | 2017-03-23 | 1 | -8/+0 |
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | avfilter/af_join: check ff_insert_inpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -1/+4 |
* | | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | | lavfi/af_join: partially fix scheduling. | Nicolas George | 2015-11-07 | 1 | -17/+33 |
* | | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -8/+9 |
* | | avfilter/af_join: swap av_mallocz_array() args for consistency with the proto... | Paul B Mahol | 2015-01-20 | 1 | -6/+6 |
* | | avfilter/af_join: Use av_mallocz_array() | Paul B Mahol | 2015-01-20 | 1 | -6/+6 |
* | | lavfi: check av_strdup() return value | Paul B Mahol | 2015-01-06 | 1 | -0/+2 |
* | | libavfilter/af_join: avoid derreferencing possible null | Reynaldo H. Verdejo Pinochet | 2014-09-26 | 1 | -3/+6 |
* | | Merge commit '87efaa97ceb0ad5820870855d6df3e569e6eac7e' | Michael Niedermayer | 2014-08-02 | 1 | -1/+1 |
|\| |
|
| * | af_join: Set the output frame format | Luca Barbato | 2014-08-02 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter/af_join: remove now unnecessary goto | Paul B Mahol | 2013-10-08 | 1 | -10/+5 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -8/+4 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | lavfi/join: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -6/+1 |
* | | Merge commit '093804a93cc5da3f95f98265a5df116912443cec' | Michael Niedermayer | 2013-05-05 | 1 | -2/+2 |
|\| |
|
| * | avfilter: Add av_cold attributes to init/uninit functions | Diego Biurrun | 2013-05-04 | 1 | -2/+2 |
* | | lavfi: add missing periods in filter descriptions. | Clément Bœsch | 2013-04-14 | 1 | -1/+1 |
* | | Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65' | Michael Niedermayer | 2013-04-12 | 1 | -0/+2 |
|\| |
|
| * | lavfi: mark filters with dynamic number of inputs or outputs with special flags | Anton Khirnov | 2013-04-11 | 1 | -0/+2 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit 'dd7fc37c71955b78a2687f29e871f714d18de386' | Michael Niedermayer | 2013-04-11 | 1 | -7/+11 |
|\| |
|
| * | af_join: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -8/+11 |