| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -2/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/vf_readeia608: fix oversight in 278984b34 | Paul B Mahol | 2022-02-16 | 1 | -1/+1 |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 1 | -1/+3 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -23/+23 |
* | avfilter/vf_readeia608: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_readeia608: Use av_dict_set_int() | Andreas Rheinhardt | 2021-09-19 | 1 | -2/+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: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_readeia608: add >8 depth support | Paul B Mahol | 2021-01-21 | 1 | -32/+72 |
* | avfilter/vf_readeia608: add support for slice threads | Paul B Mahol | 2020-11-24 | 1 | -75/+161 |
* | avfilter/vf_readeia608: add support for commands | Paul B Mahol | 2020-11-24 | 1 | -1/+2 |
* | avfilter/vf_readeia608: factor some constants out | Paul B Mahol | 2019-12-23 | 1 | -6/+8 |
* | avfilter/vf_readeia608: check if gaps between clock bits are big enough | Paul B Mahol | 2019-12-23 | 1 | -1/+2 |
* | avfilter/vf_readeia608: use special struct to hold line items | Paul B Mahol | 2019-12-23 | 1 | -78/+70 |
* | avfilter/vf_readeia608: fix check for failed av_calloc | Limin Wang | 2019-12-23 | 1 | -1/+2 |
* | avfilter/vf_readeia608: if parity bit check fails, set correct value | Paul B Mahol | 2019-12-21 | 1 | -1/+1 |
* | avfilter/vf_readeia608: rewrite processing, make extracting more robust | Paul B Mahol | 2019-12-20 | 1 | -89/+227 |
* | avfilter/vf_readeia608: implement lowpass operation prior to processing lines | Paul B Mahol | 2019-07-08 | 1 | -4/+45 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -2/+2 |
* | avfilter: add EIA-608 line extractor | Paul B Mahol | 2017-01-24 | 1 | -0/+268 |