summaryrefslogtreecommitdiff
path: root/libavfilter/vf_libopencv.c
Commit message (Expand)AuthorAge
* libopencv: Check kernel_str life cycleLuca Barbato2015-02-03
* libopencv: Rework error handling in parse_iplconvkernel()Vittorio Giovara2015-01-27
* lavfi: name anonymous structsVittorio Giovara2014-04-19
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* vf_libopencv: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-16
* cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2012-08-04
* lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-20
* lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-20
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* vf_libopencv: add missing headers.Anton Khirnov2012-06-10
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* 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