Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | malloc+memset(0) to calloc | Bruno George de Moraes | 2014-09-05 | 1 | -2/+1 |
| | | | | Signed-off-by: wm4 <wm4@nowhere> | ||||
* | TOOLS/vf_dlopen: use new pixelformats, fix usage for newstyle args | Kevin Mitchell | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | vf_dlopen framestep: step width of 0 | Rudolf Polzer | 2013-05-20 | 1 | -0/+2 |
| | | | | | This is now defined to mean to never output any frame again (except for the first). | ||||
* | vf_dlopen framestep filter: add a parameter for the phase | Rudolf Polzer | 2013-05-20 | 1 | -4/+9 |
| | | | | | also, default to 0-indexed frame counts (so by default, the 1st frame is output). Old behaviour can be done by -vf dlopen=./framestep.so:42:41. | ||||
* | vf_dlopen examples: slightly simply the framestep filter | Rudolf Polzer | 2013-05-16 | 1 | -8/+1 |
| | | | | We don't need config() ;) | ||||
* | vf_dlopen examples: add framestep filter | Rudolf Polzer | 2013-05-16 | 1 | -0/+104 |
Usage: -vf dlopen=./framestep.so:5 |