Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-30lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobelThilo Borgmann
2022-04-25lafi/vf_edgedetect: Move some common functions into seperate fileThilo Borgmann
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-07-07avfilter/vf_edgedetect: properly implement double_threshold()Valery Kot
2019-10-16avfilter/vf_edgedetect: fix undefined behaviourPaul B Mahol
2019-10-15avfilter/vf_edgedetect: fix heap-buffer overflowPaul B Mahol
2019-10-14avfilter/vf_edgedetect: fix coverity issuePaul B Mahol
2019-10-13avfilter/vf_edgedetect: check if height is big enoughPaul B Mahol
2018-05-04avfilter/vf_edgedetect: add more formats support to canny modePaul B Mahol
2018-05-04avfilter/vf_edgedetect: add planes optionPaul B Mahol
2018-05-04avfilter/vf_edgedetect: add canny modePaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2015-03-08avfilter/vf_edgedetect: Change enums to int, which are accessed via AVOption ...Michael Niedermayer
2015-01-15avfilter/edgedetect: fix indentClément Bœsch
2014-05-17avfilter/edgedetect: reuse already defined ctx.Clément Bœsch
2014-05-03avfilter/edgedetect: update copyright.Clément Bœsch
2014-05-03avfilter/edgedetect: reindent after previous commit.Clément Bœsch
2014-05-03avfilter/edgedetect: add a colormix mode.Clément Bœsch
2014-05-03avfilter/edgedetect: make processing functions context free.Clément Bœsch
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-04-23lavfi: add timeline support.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/edgedetect: switch to an AVOptions-based system.Clément Bœsch
2013-04-03lavfi/edgedetect: reindent after previous commit.Clément Bœsch
2013-04-03lavfi/edgedetect: add direct path.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-11-29lavfi: add priv_class for some forgotten filters.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-28lavfi/edgedetect: switch to filter_frame.Clément Bœsch
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-02lavfi/edgedetect: add missing minus in a comment.Clément Bœsch
2012-08-21lavfi/edgedetect: use "@see" instead of the invalid "@url".Clément Bœsch
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-17lavfi/edgedetect: add rounding for high/low threshold.Clément Bœsch
2012-08-17lavfi: add edgedetect filter.Clément Bœsch