summaryrefslogtreecommitdiff
path: root/libavfilter/vf_readeia608.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_readeia608: add >8 depth supportPaul B Mahol2021-01-211-32/+72
* avfilter/vf_readeia608: add support for slice threadsPaul B Mahol2020-11-241-75/+161
* avfilter/vf_readeia608: add support for commandsPaul B Mahol2020-11-241-1/+2
* avfilter/vf_readeia608: factor some constants outPaul B Mahol2019-12-231-6/+8
* avfilter/vf_readeia608: check if gaps between clock bits are big enoughPaul B Mahol2019-12-231-1/+2
* avfilter/vf_readeia608: use special struct to hold line itemsPaul B Mahol2019-12-231-78/+70
* avfilter/vf_readeia608: fix check for failed av_callocLimin Wang2019-12-231-1/+2
* avfilter/vf_readeia608: if parity bit check fails, set correct valuePaul B Mahol2019-12-211-1/+1
* avfilter/vf_readeia608: rewrite processing, make extracting more robustPaul B Mahol2019-12-201-89/+227
* avfilter/vf_readeia608: implement lowpass operation prior to processing linesPaul B Mahol2019-07-081-4/+45
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-2/+2
* avfilter: add EIA-608 line extractorPaul B Mahol2017-01-241-0/+268