| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -5/+5 |
* | avfilter/vf_weave: Fix odd height handling | Michael Niedermayer | 2023-12-29 | 1 | -2/+7 |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 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/+5 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats* | Andreas Rheinhardt | 2021-09-26 | 1 | -8/+2 |
* | avfilter/vf_weave: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -5/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -6/+4 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -2/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avfilter/vf_weave: add slice threading support | Paul B Mahol | 2021-01-30 | 1 | -16/+44 |
* | avfilter/vf_weave: use ff_formats_pixdesc_filter() | Paul B Mahol | 2021-01-16 | 1 | -11/+5 |
* | avfilter: Remove redundant ff_formats/channel_layouts_unref() | Andreas Rheinhardt | 2020-08-24 | 1 | -1/+0 |
* | avfilter/vf_weave: pal and hwaccel formats are not supported | Paul B Mahol | 2019-11-19 | 1 | -0/+22 |
* | lavfi/weave: Refactor two near-identical clauses. | Shlomi Fish | 2018-07-04 | 1 | -19/+13 |
* | avfilter/vf_weave: fix top vs bottom field order | Paul B Mahol | 2017-08-16 | 1 | -4/+4 |
* | avfilter: add doubleweave filter | Paul B Mahol | 2017-04-22 | 1 | -14/+55 |
* | avfilter/vf_weave: do not leak unused frame | Paul B Mahol | 2016-09-09 | 1 | -0/+8 |
* | avfilter: add weave filter | Paul B Mahol | 2016-09-02 | 1 | -0/+143 |