| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+4 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/vf_lut2: add support for commands | Paul B Mahol | 2021-02-07 | 1 | -9/+24 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -2/+2 |
* | avfilter/vf_lut2: add 12bit depth alpha formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_lut2: fix typo, correctly support gray14 | Paul B Mahol | 2019-10-23 | 1 | -1/+1 |
* | avfilter/vf_lut2: use time_base from framesync | Paul B Mahol | 2019-07-03 | 1 | -1/+4 |
* | avfilter/vf_lut2: add slice threading | Paul B Mahol | 2019-06-09 | 1 | -13/+37 |
* | avfilter/vf_lut2: implement support for different input depths | Paul B Mahol | 2018-11-15 | 1 | -78/+237 |
* | avfilter/vf_lut2: add timeline support to tlut2 filter | Paul B Mahol | 2018-05-14 | 1 | -9/+18 |
* | avfilter/vf_lut2: ignore SAR from all inputs | Paul B Mahol | 2017-11-12 | 1 | -11/+4 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -7/+7 |
* | avfilter/vf_lut2: add framesync options | Paul B Mahol | 2017-08-30 | 1 | -5/+7 |
* | avfilter: add support for GRAY9 and GBRAP10 | Paul B Mahol | 2017-08-07 | 1 | -2/+2 |
* | avfilter: add tlut2 filter | Paul B Mahol | 2017-08-04 | 1 | -46/+139 |
* | lavfi/vf_lut2: move to "activate" design. | Nicolas George | 2017-07-30 | 1 | -17/+9 |
* | avfilter/vf_lut2: add support for gray10 and gray12 pixel formats | Paul B Mahol | 2017-06-24 | 1 | -1/+1 |
* | avfilter/vf_lut2: also export video input bit depth | Paul B Mahol | 2016-09-16 | 1 | -0/+6 |
* | avfilter: add lut2 filter | Paul B Mahol | 2016-08-25 | 1 | -0/+373 |