| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -4/+4 |
* | avfilter/yadif_common: factorize some part of the config_output and the unini... | Marton Balint | 2024-02-04 | 1 | -26/+4 |
* | avfilter/bwdif: account for chroma sub-sampling in min size calculation | Cosmin Stejerean | 2023-12-07 | 1 | -4/+5 |
* | avfilter/vf_bwdif: Move DSP code to a new file | Andreas Rheinhardt | 2023-09-28 | 1 | -211/+0 |
* | avfilter/bwdif: Add proper BWDIFDSPContext | Andreas Rheinhardt | 2023-09-28 | 1 | -8/+15 |
* | avfilter/vf_bwdif: Remove obsolete emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -2/+0 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -3/+0 |
* | avfilter/vf_bwdif: Add a filter_line3 method for optimisation | John Cox | 2023-07-06 | 1 | -3/+41 |
* | avfilter/vf_bwdif: Add neon for filter_line | John Cox | 2023-07-06 | 1 | -5/+5 |
* | avfilter/vf_bwdif: Add neon for filter_edge | John Cox | 2023-07-06 | 1 | -4/+4 |
* | avfilter/vf_bwdif: Add neon for filter_intra | John Cox | 2023-07-06 | 1 | -3/+5 |
* | avfilter/ccfifo: remove unnecessary context allocations | James Almer | 2023-05-12 | 1 | -3/+5 |
* | avfilter/yadif: Properly preserve CEA-708 closed captions | Devin Heitmueller | 2023-05-11 | 1 | -0/+8 |
* | avfilter/bwdif: move filter_line init to a dedicated function | James Darnley | 2023-03-25 | 1 | -4/+9 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -20/+20 |
* | avfilter/vf_bwdif: 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 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -5/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter/bwdif: Fix time base for large denominators | Philip Langdale | 2021-05-29 | 1 | -4/+3 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Revert "avfilter/yadif: simplify the code for better readability" | Limin Wang | 2020-08-27 | 1 | -6/+7 |
* | avfilter/yadif: simplify the code for better readability | Limin Wang | 2020-08-26 | 1 | -7/+6 |
* | avfilter/vf_bwdif: fix heap-buffer overflow | Paul B Mahol | 2019-10-14 | 1 | -2/+2 |
* | avfilter/vf_bwdif: Use common yadif frame management logic | Philip Langdale | 2018-11-14 | 1 | -198/+37 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avfilter/vf_bwdif: Change default to deinterlace all frames | Thomas Mundt | 2016-06-19 | 1 | -1/+1 |
* | avfilter/vf_bwdif: add x86 SIMD | Thomas Mundt | 2016-03-13 | 1 | -55/+14 |
* | avfilter: add BobWeaver deinterlacing filter | Thomas Mundt | 2016-02-18 | 1 | -0/+625 |