| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |