summaryrefslogtreecommitdiff
path: root/libavfilter/vf_edgedetect.c
Commit message (Expand)AuthorAge
* 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