summaryrefslogtreecommitdiff
path: root/libavfilter/vf_libopencv.c
Commit message (Expand)AuthorAge
* avfilter/vf_libopencv: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_libopencv: fix resource leak in read_shape_frame_filterSteven Liu2017-01-11
* vf_libopencv: add support for opencv 3Andreas Cadhalpun2016-01-25
* avfilter/vf_libopencv: Make ocv_filter_entries constMichael Niedermayer2015-05-02
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* Merge commit 'a6653787a4b1e89170ff7962312dd110769c83a3'Michael Niedermayer2015-02-03
|\
| * libopencv: Check kernel_str life cycleLuca Barbato2015-02-03
* | Merge commit '8805589b803fab5f362008306319336ac79a3fa7'Michael Niedermayer2015-01-27
|\|
| * libopencv: Rework error handling in parse_iplconvkernel()Vittorio Giovara2015-01-27
* | avfilter/vf_libopencv: use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-19
* | avfilter/vf_libopencv: Use av_mallocz_array()Michael Niedermayer2014-07-11
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\|
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | lavfi/ocv: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-27
* | Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer2013-05-16
|\|
| * vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | 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
|\|