summaryrefslogtreecommitdiff
path: root/libavfilter/vf_libopencv.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_libopencv: Use av_mallocz_array()Michael Niedermayer2014-07-111-1/+1
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-4/+4
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-15/+11
* | lavfi/ocv: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-7/+2
* | Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer2013-05-161-27/+27
|\ \ | |/
| * vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-26/+26
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | avfilter: add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer2013-04-121-1/+1
* | lavfi/ocv: fix crash with no dilate arguments.Clément Bœsch2013-04-121-6/+7
* | lavfi/ocv: fix crash with no filter name specified.Clément Bœsch2013-04-121-0/+4
* | lavfi/ocv: fix build after fd6228e65.Clément Bœsch2013-04-121-5/+5
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-5/+5
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | Merge commit 'ee0e8d4b15a87932ab6066cd6eae3cab08726319'Michael Niedermayer2013-04-101-13/+26
|\ \ | |/
| * vf_libopencv: switch to an AVOptions-based system.Anton Khirnov2013-04-091-13/+26
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-17/+16
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-17/+16
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-1/+1
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-18/+17
* | lavfi/opencv: isgraph -> av_isgraph.Clément Bœsch2013-03-031-1/+1
* | vf_libopencv: switch to filter_frame, this filter did not support slicesAnton Khirnov2012-11-281-18/+17
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-9/+21
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-9/+21
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-7/+7
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-171-0/+1
|\ \ | |/
| * Add missing includes for code relying on external librariesMartin Storsjö2012-08-161-0/+1
| * cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2012-08-041-2/+2
* | Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch2012-08-031-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-4/+10
|\ \ | |/
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-3/+6
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+4
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-10/+10
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-10/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-2/+0
|\ \ | |/
| * lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-3/+3
|\ \ | |/
| * lavfi: make filters less verbose.Anton Khirnov2012-06-261-3/+3
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-6/+6
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-6/+6
| * vf_libopencv: add missing headers.Anton Khirnov2012-06-101-0/+2
* | lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini2012-06-061-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-3/+3
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-2/+2