summaryrefslogtreecommitdiff
path: root/libavfilter/vf_libopencv.c
Commit message (Expand)AuthorAge
* vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.hStefano Sabatini2011-07-18
* ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini2011-06-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add erode libopencv filter.Stefano Sabatini2010-12-26
* Add dilate libopencv filter.Stefano Sabatini2010-12-26
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-23
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-24
* Cosmetics: fix weird align.Stefano Sabatini2010-09-16
* Use <> for system headers inclusion.Stefano Sabatini2010-09-16
* Fix copyright notice, make it more consistent with the rest of FFmpeg.Stefano Sabatini2010-09-16
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14