summaryrefslogtreecommitdiff
path: root/libavfilter/vf_libopencv.c
Commit message (Expand)AuthorAgeFilesLines
* Add erode libopencv filter.Stefano Sabatini2010-12-261-0/+8
* Add dilate libopencv filter.Stefano Sabatini2010-12-261-0/+165
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-231-14/+77
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-241-1/+1
* Cosmetics: fix weird align.Stefano Sabatini2010-09-161-1/+1
* Use <> for system headers inclusion.Stefano Sabatini2010-09-161-2/+2
* Fix copyright notice, make it more consistent with the rest of FFmpeg.Stefano Sabatini2010-09-161-1/+1
* Implement libopencv smooth filter.Stefano Sabatini2010-09-141-0/+156