| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -3/+0 |
* | avfilter/vsrc_gradients: fix several issues with !rgba output | Paul B Mahol | 2023-05-06 | 1 | -17/+20 |
* | avutil/frame: deprecate key_frame | James Almer | 2023-05-04 | 1 | -0/+5 |
* | avfilter: use the new AVFrame key_frame flag in all filters | James Almer | 2023-05-04 | 1 | -0/+1 |
* | avutil/frame: deprecate interlaced_frame and top_field_first | James Almer | 2023-05-04 | 1 | -0/+4 |
* | avfilter: use the new AVFrame interlace flags in all filters | James Almer | 2023-05-04 | 1 | -0/+1 |
* | avfilter/vsrc_gradients: set output video frame duration | Paul B Mahol | 2023-01-17 | 1 | -0/+1 |
* | avfilter/vsrc_gradients: add spiral type | Paul B Mahol | 2022-04-05 | 1 | -5/+10 |
* | avfilter/vsrc_gradients: add circular type | Paul B Mahol | 2022-04-05 | 1 | -28/+64 |
* | avfilter/vsrc_gradients: set outlink frame_rate | Paul B Mahol | 2022-03-25 | 1 | -0/+1 |
* | avfilter/vsrc_gradients: rename misleading variable | Paul B Mahol | 2022-03-25 | 1 | -7/+7 |
* | avfilter/vsrc_gradients: add radial gradients | Paul B Mahol | 2022-03-06 | 1 | -9/+13 |
* | avfilter/vsrc_gradients: add gbrapf32 format support | Paul B Mahol | 2022-03-06 | 1 | -3/+94 |
* | avfilter/vsrc_gradients: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -12/+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 | -2/+1 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Remove double ';' | Andreas Rheinhardt | 2021-03-01 | 1 | -2/+2 |
* | avfilter/vsrc_gradients: switch to activate | Paul B Mahol | 2020-09-04 | 1 | -22/+31 |
* | avfilter/vsrc_gradients: add speed option | Paul B Mahol | 2020-08-31 | 1 | -1/+3 |
* | avfilter/vsrc_gradients: do not use (l)lrint variants for double | Paul B Mahol | 2020-08-31 | 1 | -8/+8 |
* | avfilter/vsrc_gradients: add duration option | Paul B Mahol | 2020-08-31 | 1 | -1/+11 |
* | avfilter: add gradients source video filter | Paul B Mahol | 2020-05-19 | 1 | -0/+290 |