| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -5/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_edgedetect: properly implement double_threshold() | Valery Kot | 2020-07-06 | 1 | -1/+1 |
* | avfilter/vf_edgedetect: fix undefined behaviour | Paul B Mahol | 2019-10-16 | 1 | -1/+1 |
* | avfilter/vf_edgedetect: fix heap-buffer overflow | Paul B Mahol | 2019-10-15 | 1 | -3/+6 |
* | avfilter/vf_edgedetect: fix coverity issue | Paul B Mahol | 2019-10-14 | 1 | -2/+4 |
* | avfilter/vf_edgedetect: check if height is big enough | Paul B Mahol | 2019-10-13 | 1 | -3/+6 |
* | avfilter/vf_edgedetect: add more formats support to canny mode | Paul B Mahol | 2018-05-04 | 1 | -20/+28 |
* | avfilter/vf_edgedetect: add planes option | Paul B Mahol | 2018-05-04 | 1 | -0/+25 |
* | avfilter/vf_edgedetect: add canny mode | Paul B Mahol | 2018-05-04 | 1 | -0/+5 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -5/+10 |
* | avfilter/vf_edgedetect: Change enums to int, which are accessed via AVOption ... | Michael Niedermayer | 2015-03-08 | 1 | -1/+1 |
* | avfilter/edgedetect: fix indent | Clément Bœsch | 2015-01-15 | 1 | -7/+7 |
* | avfilter/edgedetect: reuse already defined ctx. | Clément Bœsch | 2014-05-17 | 1 | -1/+1 |
* | avfilter/edgedetect: update copyright. | Clément Bœsch | 2014-05-03 | 1 | -1/+1 |
* | avfilter/edgedetect: reindent after previous commit. | Clément Bœsch | 2014-05-03 | 1 | -28/+26 |
* | avfilter/edgedetect: add a colormix mode. | Clément Bœsch | 2014-05-03 | 1 | -17/+79 |
* | avfilter/edgedetect: make processing functions context free. | Clément Bœsch | 2014-05-03 | 1 | -15/+18 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -1/+1 |
* | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -1/+1 |
* | lavfi: add timeline support. | Clément Bœsch | 2013-04-23 | 1 | -0/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/edgedetect: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-10 | 1 | -7/+0 |
* | lavfi/edgedetect: reindent after previous commit. | Clément Bœsch | 2013-04-03 | 1 | -6/+6 |
* | lavfi/edgedetect: add direct path. | Clément Bœsch | 2013-04-03 | 1 | -1/+8 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -7/+6 |
* | lavfi: add priv_class for some forgotten filters. | Clément Bœsch | 2012-11-29 | 1 | -0/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -18/+21 |
* | lavfi/edgedetect: switch to filter_frame. | Clément Bœsch | 2012-11-28 | 1 | -13/+16 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | lavfi/edgedetect: add missing minus in a comment. | Clément Bœsch | 2012-10-01 | 1 | -1/+1 |
* | lavfi/edgedetect: use "@see" instead of the invalid "@url". | Clément Bœsch | 2012-08-20 | 1 | -1/+1 |
* | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -2/+3 |
* | lavfi/edgedetect: add rounding for high/low threshold. | Clément Bœsch | 2012-08-17 | 1 | -2/+2 |
* | lavfi: add edgedetect filter. | Clément Bœsch | 2012-08-16 | 1 | -0/+323 |