| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/vf_estdif: set frame durations | Anton Khirnov | 2022-10-13 | 1 | -3/+6 |
* | lavfi/vf_estdif: drop a redundant context variable | Anton Khirnov | 2022-10-13 | 1 | -7/+4 |
* | lavfi/vf_estdif: drop an unused function parameter | Anton Khirnov | 2022-10-13 | 1 | -3/+3 |
* | avfilter/vf_estdif: tweak ecost option | Paul B Mahol | 2022-06-21 | 1 | -1/+1 |
* | avfilter/vf_estdif: set frame_rate only when needed | Paul B Mahol | 2022-04-30 | 1 | -1/+3 |
* | avfilter/vf_estdif: allow to change two more options | Paul B Mahol | 2021-11-11 | 1 | -5/+10 |
* | avfilter/vf_estdif: do some clip calculations only once in loop | Paul B Mahol | 2021-11-09 | 1 | -9/+12 |
* | avfilter/vf_estdif: export distance cost as filter option | Paul B Mahol | 2021-11-09 | 1 | -10/+12 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -25/+25 |
* | avfilter/vf_estdif: 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/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 | -2/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter/[vf_nnedi, vf_estdif]: check interlaced flag on correct frame | Kacper Michajłow | 2021-07-16 | 1 | -1/+1 |
* | avfilter/vf_estdif: fix time base for large denominators | Paul B Mahol | 2021-07-16 | 1 | -4/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_estdif: make interpolation used user configurable | Paul B Mahol | 2021-01-22 | 1 | -6/+94 |
* | avfilter/vf_estdif: add some forgotten formats | Paul B Mahol | 2021-01-18 | 1 | -1/+4 |
* | avfilter: add estdif video filter | Paul B Mahol | 2021-01-16 | 1 | -0/+500 |