summaryrefslogtreecommitdiff
path: root/libavfilter/vf_libopencv.c
Commit message (Expand)AuthorAge
* avfilter: add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer2013-04-12
* lavfi/ocv: fix crash with no dilate arguments.Clément Bœsch2013-04-12
* lavfi/ocv: fix crash with no filter name specified.Clément Bœsch2013-04-12
* lavfi/ocv: fix build after fd6228e65.Clément Bœsch2013-04-12
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* Merge commit 'ee0e8d4b15a87932ab6066cd6eae3cab08726319'Michael Niedermayer2013-04-10
|\
| * vf_libopencv: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * 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/opencv: isgraph -> av_isgraph.Clément Bœsch2013-03-03
* | vf_libopencv: switch to filter_frame, this filter did not support slicesAnton Khirnov2012-11-28
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-17
|\|
| * Add missing includes for code relying on external librariesMartin Storsjö2012-08-16
| * cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2012-08-04
* | Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch2012-08-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
|\|
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-22
|\|
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * lavfi: make filters less verbose.Anton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
| * vf_libopencv: add missing headers.Anton Khirnov2012-06-10
* | lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini2012-06-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * 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
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | vf_libopencv: prefer opencv/cxcore.h over cxtypes.hStefano Sabatini2011-05-20
* | ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini2011-04-21
|/
* 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