summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_libopencv.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_libopencv: fix resource leak in read_shape_frame_filterSteven Liu2017-01-111-4/+10
* vf_libopencv: add support for opencv 3Andreas Cadhalpun2016-01-251-0/+6
* avfilter/vf_libopencv: Make ocv_filter_entries constMichael Niedermayer2015-05-021-2/+2
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-3/+4
* Merge commit 'a6653787a4b1e89170ff7962312dd110769c83a3'Michael Niedermayer2015-02-031-8/+13
|\
| * libopencv: Check kernel_str life cycleLuca Barbato2015-02-031-6/+12
* | Merge commit '8805589b803fab5f362008306319336ac79a3fa7'Michael Niedermayer2015-01-271-8/+14
|\ \ | |/
| * libopencv: Rework error handling in parse_iplconvkernel()Vittorio Giovara2015-01-271-8/+14
* | avfilter/vf_libopencv: use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-191-1/+1
* | 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
OpenPOWER on IntegriCloud