summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_edgedetect.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_edgedetect: fix undefined behaviourPaul B Mahol2019-10-161-1/+1
* avfilter/vf_edgedetect: fix heap-buffer overflowPaul B Mahol2019-10-151-3/+6
* avfilter/vf_edgedetect: fix coverity issuePaul B Mahol2019-10-141-2/+4
* avfilter/vf_edgedetect: check if height is big enoughPaul B Mahol2019-10-131-3/+6
* avfilter/vf_edgedetect: add more formats support to canny modePaul B Mahol2018-05-041-20/+28
* avfilter/vf_edgedetect: add planes optionPaul B Mahol2018-05-041-0/+25
* avfilter/vf_edgedetect: add canny modePaul B Mahol2018-05-041-0/+5
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-5/+10
* avfilter/vf_edgedetect: Change enums to int, which are accessed via AVOption ...Michael Niedermayer2015-03-081-1/+1
* avfilter/edgedetect: fix indentClément Bœsch2015-01-151-7/+7
* avfilter/edgedetect: reuse already defined ctx.Clément Bœsch2014-05-171-1/+1
* avfilter/edgedetect: update copyright.Clément Bœsch2014-05-031-1/+1
* avfilter/edgedetect: reindent after previous commit.Clément Bœsch2014-05-031-28/+26
* avfilter/edgedetect: add a colormix mode.Clément Bœsch2014-05-031-17/+79
* avfilter/edgedetect: make processing functions context free.Clément Bœsch2014-05-031-15/+18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-1/+1
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-1/+1
* lavfi: add timeline support.Clément Bœsch2013-04-231-0/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/edgedetect: switch to an AVOptions-based system.Clément Bœsch2013-04-101-7/+0
* lavfi/edgedetect: reindent after previous commit.Clément Bœsch2013-04-031-6/+6
* lavfi/edgedetect: add direct path.Clément Bœsch2013-04-031-1/+8
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-7/+6
* lavfi: add priv_class for some forgotten filters.Clément Bœsch2012-11-291-0/+1
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-18/+21
* lavfi/edgedetect: switch to filter_frame.Clément Bœsch2012-11-281-13/+16
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
* lavfi/edgedetect: add missing minus in a comment.Clément Bœsch2012-10-011-1/+1
* lavfi/edgedetect: use "@see" instead of the invalid "@url".Clément Bœsch2012-08-201-1/+1
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-2/+3
* lavfi/edgedetect: add rounding for high/low threshold.Clément Bœsch2012-08-171-2/+2
* lavfi: add edgedetect filter.Clément Bœsch2012-08-161-0/+323
OpenPOWER on IntegriCloud