summaryrefslogtreecommitdiffstats
path: root/TOOLS/vf_dlopen/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* vf_dlopen filters: add an "ildetect" filter that detects interlacingRudolf Polzer2013-06-161-1/+1
| | | | | The filter analyzes each frame for combing, and decides at the end whether the content is likely interlaced, telecined or progressive.
* vf_dlopen examples: add framestep filterRudolf Polzer2013-05-161-2/+2
| | | | Usage: -vf dlopen=./framestep.so:5
* vf_dlopen examples: add copyright headers (LGPL 2.1+)Rudolf Polzer2013-04-081-0/+21
|
* vf_dlopen: vf_rectangle filter moved to dlopen (unix only)Rudolf Polzer2012-09-181-1/+1
| | | | It is unix only, because vf_dlopen filters have no way to receive input (yet)
* vf_dlopen: improve performance for 1-frame-for-1-frame filtersRudolf Polzer2012-09-181-1/+6
| | | | | | This is done by requesting a buffer from the next filter in the chain, instead of always allocating our own. This allows the next filter to e.g. ensure its own preferred memory layout.
* vf_dlopen: add a generic filter to load external filtersRudolf Polzer2012-08-231-0/+24
Usage: -vf dlopen=filename.so:args... Examples of such filters are provided in TOOLS/vf_dlopen/