summaryrefslogtreecommitdiffstats
path: root/player/lavfi.h
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: support hwdec filters for --lavfi-complexwm42017-02-201-0/+1
| | | | | | Not so important by itself, but important for when we replace the vf libavfilter wrapper with the common implementation. (Which will hopefully happen, but not too soon.)
* player: add complex filter graph supportwm42016-02-051-0/+32
See --lavfi-complex option. This is still quite rough. There's no support for dynamic configuration of any kind. There are probably corner cases where playback might freeze or burn 100% CPU (due to dataflow problems when interaction with libavfilter). Future possible plans might include: - freely switch tracks by providing some sort of default track graph label - automatically enabling audio visualization - automatically mix audio or stack video when multiple tracks are selected at once (similar to how multiple sub tracks can be selected)