summaryrefslogtreecommitdiff
path: root/libavfilter/vf_ocr.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-0/+1
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-11/+11
* avfilter/vf_ocr: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_ocr: add white space to whitelistDominic Mayers2021-03-191-1/+1
* avfilter/vf_ocr: also export confidence of resultPaul B Mahol2019-05-171-0/+10
* avfilter/vf_ocr: check ff_set_common_formats() return valueMoritz Barsnick2017-11-011-3/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter: add ocr filterPaul B Mahol2015-09-121-0/+151