| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_adelay: fix frame pts and set frame duration | Paul B Mahol | 2023-05-05 | 1 | -16/+42 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -4/+4 |
* | avfilter/af_adelay: add command support | David Lacko | 2022-02-11 | 1 | -26/+156 |
* | avfilter/af_adelay: use outlink where applicable | Paul B Mahol | 2021-11-07 | 1 | -4/+5 |
* | avfilter/af_adelay: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -19/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -16/+3 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/af_adelay: make per channel delay argument an int64_t | James Almer | 2021-04-25 | 1 | -4/+9 |
* | avfilter/af_adelay: Check sscanf() return value | Limin Wang | 2020-05-01 | 1 | -1/+4 |
* | avfilter/af_adelay: fix buggy behaviour | Paul B Mahol | 2019-10-09 | 1 | -3/+3 |
* | avfilter/af_adelay: add option which changes how unset channels are delayed | Paul B Mahol | 2019-10-07 | 1 | -0/+7 |
* | avfilter/af_adelay: allow setting delays in seconds | Paul B Mahol | 2019-01-01 | 1 | -2/+3 |
* | avfilter/af_adelay: use av_sscanf() | Paul B Mahol | 2018-11-18 | 1 | -2/+3 |
* | avfilter/af_adelay: switch to activate | Paul B Mahol | 2018-10-25 | 1 | -16/+74 |
* | avfilter/af_adelay: do not crash if allocation of chandelay failed | Paul B Mahol | 2018-10-18 | 1 | -3/+4 |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter/af_adelay: remove requirement that at least one delay should be prov... | Paul B Mahol | 2017-08-30 | 1 | -5/+0 |
* | avfilter/af_adelay: make it possible to delay channels by exact number of sam... | Paul B Mahol | 2016-08-11 | 1 | -2/+8 |
* | avfilter: do not leak frame if ff_get_audio_buffer() fails | Paul B Mahol | 2015-11-25 | 1 | -1/+3 |
* | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -5/+8 |
* | avfilter/af_adelay: use av_freep(), do not leave stale pointers in memory | Michael Niedermayer | 2014-10-07 | 1 | -1/+1 |
* | avfilter: remove superflous lines | Paul B Mahol | 2014-02-26 | 1 | -1/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: add adelay filter | Paul B Mahol | 2013-09-16 | 1 | -0/+283 |