summaryrefslogtreecommitdiff
path: root/libavfilter/vf_edgedetect.c
Commit message (Expand)AuthorAge
* lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobelThilo Borgmann2022-07-30
* lafi/vf_edgedetect: Move some common functions into seperate fileThilo Borgmann2022-04-25
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* 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_edgedetect: properly implement double_threshold()Valery Kot2020-07-06
* avfilter/vf_edgedetect: fix undefined behaviourPaul B Mahol2019-10-16
* avfilter/vf_edgedetect: fix heap-buffer overflowPaul B Mahol2019-10-15
* avfilter/vf_edgedetect: fix coverity issuePaul B Mahol2019-10-14
* avfilter/vf_edgedetect: check if height is big enoughPaul B Mahol2019-10-13
* avfilter/vf_edgedetect: add more formats support to canny modePaul B Mahol2018-05-04
* avfilter/vf_edgedetect: add planes optionPaul B Mahol2018-05-04
* avfilter/vf_edgedetect: add canny modePaul B Mahol2018-05-04
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* avfilter/vf_edgedetect: Change enums to int, which are accessed via AVOption ...Michael Niedermayer2015-03-08
* avfilter/edgedetect: fix indentClément Bœsch2015-01-15
* avfilter/edgedetect: reuse already defined ctx.Clément Bœsch2014-05-17
* avfilter/edgedetect: update copyright.Clément Bœsch2014-05-03
* avfilter/edgedetect: reindent after previous commit.Clément Bœsch2014-05-03
* avfilter/edgedetect: add a colormix mode.Clément Bœsch2014-05-03
* avfilter/edgedetect: make processing functions context free.Clément Bœsch2014-05-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
* lavfi: add timeline support.Clément Bœsch2013-04-23
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/edgedetect: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* lavfi/edgedetect: reindent after previous commit.Clément Bœsch2013-04-03
* lavfi/edgedetect: add direct path.Clément Bœsch2013-04-03
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi: add priv_class for some forgotten filters.Clément Bœsch2012-11-29
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi/edgedetect: switch to filter_frame.Clément Bœsch2012-11-28
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* lavfi/edgedetect: add missing minus in a comment.Clément Bœsch2012-10-01
* lavfi/edgedetect: use "@see" instead of the invalid "@url".Clément Bœsch2012-08-20
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* lavfi/edgedetect: add rounding for high/low threshold.Clément Bœsch2012-08-17
* lavfi: add edgedetect filter.Clément Bœsch2012-08-16