summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_libopencv.c
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-6/+6
| | | | | | It is not used in any filters currently and is inherently evil. If passing binary data to filters is required in the future, it should be done with some AVOptions-based system.
* vf_libopencv: add missing headers.Anton Khirnov2012-06-101-0/+2
| | | | Fix build after b74a1da4.
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-2/+2
| | | | | They are only useful inside filters and we don't allow user filters for now.
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-1/+1
| | | | | It is only useful inside filters and we don't allow user filters for now.
* vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.hStefano Sabatini2011-07-181-1/+1
| | | | | | cxtypes.h works with version 2.1 and older, cxcore.h works with 2.2 and older. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini2011-06-201-1/+1
| | | | | | | Fix compilatin after removal of FF_INTERNAL_MEM_TYPE_MAX_VALUE. Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add erode libopencv filter.Stefano Sabatini2010-12-261-0/+8
| | | | Originally committed as revision 26097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dilate libopencv filter.Stefano Sabatini2010-12-261-0/+165
| | | | Originally committed as revision 26096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-231-14/+77
| | | | | | | | | FILTERNAME=ARGS and FILTERNAME:ARGS syntax. The same filter class will be used for managing all the libopencv filtering functions. Originally committed as revision 26079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
| | | | | | headers. Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-241-1/+1
| | | | Originally committed as revision 25182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fix weird align.Stefano Sabatini2010-09-161-1/+1
| | | | Originally committed as revision 25134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use <> for system headers inclusion.Stefano Sabatini2010-09-161-2/+2
| | | | Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix copyright notice, make it more consistent with the rest of FFmpeg.Stefano Sabatini2010-09-161-1/+1
| | | | Originally committed as revision 25132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement libopencv smooth filter.Stefano Sabatini2010-09-141-0/+156
Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud