summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* vf_buffer: remove this filterwm42017-12-121-85/+0
| | | | | It has been deprecated for a while and is 100% useless. It was forgotten in the recent filter purge. Get rid of it.
* video: deprecate almost all video filterswm42017-04-021-0/+1
| | | | | | | | | | | | | The plan is to nuke the custom filter chain completely. It's not clear what will happen to the still needed builtin filters (mostly hardware deinterlacing and vf_vapoursynth). Most likely we'll replace them with different filter chain concept (whose main purpose will be providing builtin things and bridging to libavfilter). The undocumented "warn" options are there to disable deprecation warnings when the player inserts filter automatically. The same will be done to audio filters, at a later point.
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
| | | | This change helps avoiding conflict with talloc.h from libtalloc.
* vf: flush before reconfigwm42015-12-191-9/+0
|
* video/filter: add vf_bufferwm42014-07-301-0/+93
Mostly useful for debugging.