| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_dcshift: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -17/+1 |
* | 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 |
* | libavfilter/af_dcshift.c: Fixed repeated spelling error | Kelly Ledford | 2017-12-13 | 1 | -10/+10 |
* | avfilter/af_dcshift: do not leak out frame | Paul B Mahol | 2017-09-12 | 1 | -2/+2 |
* | avfilter/af_dcshift: add direct path | Paul B Mahol | 2017-09-06 | 1 | -5/+11 |
* | 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: add dcshift filter | Paul B Mahol | 2015-02-11 | 1 | -0/+164 |