summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/filter-metadata-cropdetect2
Commit message (Collapse)AuthorAgeFilesLines
* ffprobe: introduce section type, use for the compact outputStefano Sabatini2023-10-061-3/+0
| | | | | | | | | Also, avoid spurious end-of-line after side data entries, and improve rendering of compact output, by adding an indication of the side data type for each entry. Also fixes issue: http://trac.ffmpeg.org/ticket/9266
* avfilter/vf_cropdetect: add ability to change limit at runtimeAshyni2023-01-241-7/+7
| | | | | | Fixes: https://trac.ffmpeg.org/ticket/9851 Signed-off-by: Ashyni <[email protected]>
* tests/ref/fate/filter-metadata-cropdetect[12]: Fix ref fileAndreas Rheinhardt2022-07-301-9/+12
| | | | | | | | Necessitated by 6ca43a9675d651d7ea47c7ba2fafb1bf831c4d0b and 425b309fa43236f4b7c098c7829b70a421fc1dd7. Reviewed-by: Martin Storsjö <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>
* lavfi/cropdetect: Add new mode to detect crop-area based on motion vectors ↵Thilo Borgmann2022-07-301-0/+9
and edges This filter allows crop detection even if the video is embedded in non-black areas.