| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_xfade: add reveal transitions | Paul B Mahol | 2023-06-17 | 1 | -0/+80 |
* | avfilter/vf_xfade: add cover transitions | Paul B Mahol | 2023-06-17 | 1 | -0/+80 |
* | lavfi/vf_xfade: rewrite activate inputs handling | Marvin Scholz | 2023-06-07 | 1 | -88/+124 |
* | avfilter/vf_xfade: send EOF to first input early | Paul B Mahol | 2023-05-22 | 1 | -3/+7 |
* | avfilter/vf_xfade: fix fadegrays for gbrp* formats | Paul B Mahol | 2023-05-22 | 1 | -0/+1 |
* | avfilter/vf_xfade: avoid some not needed dereferencing in inner loops | Paul B Mahol | 2023-05-22 | 1 | -43/+76 |
* | avfilter/vf_xfade: add horizontal and vertical wind transforms | Paul B Mahol | 2023-05-22 | 1 | -0/+74 |
* | avfilter/*xfade: reduce memory consumption | Paul B Mahol | 2023-05-14 | 1 | -0/+11 |
* | avfilter/vf_xfade: fix zx and zy comparison for slide* | George Floarea | 2022-07-12 | 1 | -4/+4 |
* | avfilter/vf_xfade: add two more transitions | Paul B Mahol | 2022-07-09 | 1 | -0/+70 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -18/+18 |
* | avfilter/vf_xfade: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_xfade: Remove always-false format check | Andreas Rheinhardt | 2021-09-21 | 1 | -4/+0 |
* | avfilter/vf_xfade: check default switch case | Paul B Mahol | 2021-09-12 | 1 | -0/+1 |
* | avfilter/vf_xfade: add zoomin transition | Paul B Mahol | 2021-09-12 | 1 | -0/+47 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+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 |
* | avfilter/vf_xfade: drop unused frames from inactive inputs | Paul B Mahol | 2021-03-14 | 1 | -0/+5 |
* | avfilter/vf_xfade: ensure metadata is copied to transition frames | Musee Ullah | 2020-11-24 | 1 | -0/+1 |
* | avfilter/vf_xfade: add squeeze transitions | Paul B Mahol | 2020-11-19 | 1 | -0/+81 |
* | avfilter/vf_xfade: fix excessive number of queued frames | Paul B Mahol | 2020-08-30 | 1 | -7/+9 |
* | avfilter/vf_xfade: do not use alpha for average rgb color | Paul B Mahol | 2020-08-27 | 1 | -4/+5 |
* | avfilter/vf_xfade: add corner wipe transforms | Paul B Mahol | 2020-08-27 | 1 | -0/+140 |
* | avfilter/vf_xfade: add fadegrays transition | Paul B Mahol | 2020-08-26 | 1 | -4/+75 |
* | avfilter/vf_xfade: check that fps between inputs are valid | Paul B Mahol | 2020-08-11 | 1 | -0/+16 |
* | avfilter/vf_xfade: add hblur transition | Paul B Mahol | 2020-07-21 | 1 | -0/+47 |
* | avfilter/vf_xfade: add slice transitions | Paul B Mahol | 2020-04-07 | 1 | -0/+135 |
* | avfilter/vf_xfade: add diagonal smooth transitions | Paul B Mahol | 2020-02-09 | 1 | -0/+129 |
* | aviflter/vf_xfade: add pixelize transition | Paul B Mahol | 2020-02-07 | 1 | -1/+36 |
* | avfilter/vf_xfade: add dissolve transition | Paul B Mahol | 2020-02-07 | 1 | -0/+36 |
* | avfilter/vf_xfade: add horzopen/close transition | Paul B Mahol | 2020-02-05 | 1 | -0/+60 |
* | avfilter/vf_xfade: add vertopen/close transition | Paul B Mahol | 2020-02-05 | 1 | -0/+60 |
* | avfilter/vf_xfade: add circleopen & circleclose transition | Paul B Mahol | 2020-02-04 | 1 | -0/+64 |
* | avfilter/vf_xfade: move passthrough code before eof check | Paul B Mahol | 2020-02-03 | 1 | -3/+3 |
* | avfilter/vf_xfade: remove unused header | Paul B Mahol | 2020-02-01 | 1 | -1/+0 |
* | avfilter/vf_xfade: add smooth transitions | Paul B Mahol | 2020-01-31 | 1 | -0/+122 |
* | avfilter/vf_xfade: add radial transition | Paul B Mahol | 2020-01-30 | 1 | -0/+31 |
* | avfilter: add xfade filter | Paul B Mahol | 2020-01-30 | 1 | -0/+935 |