summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_lavfi.c
Commit message (Expand)AuthorAgeFilesLines
* vf_rotate: support all multiples of 90 degreeswm42014-04-211-2/+3
* vf_lavfi: copy AVFrame metadata into vf_lavfi privKevin Mitchell2014-04-131-0/+20
* vf_lavfi: fix ffmpeg deprecation warning for avfilter_graph_parseKevin Mitchell2014-04-131-1/+1
* Remove some more unneeded version checkswm42014-03-161-12/+2
* m_option: add mp_log context to sub-module print_help callbackwm42013-12-211-7/+5
* video/filter: mp_msg conversionswm42013-12-211-5/+5
* vf_lavfi: don't access AVFilterPad directlywm42013-12-181-2/+3
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* video/filter: make vf->control non-recursivewm42013-12-071-2/+2
* vf: remove flags from filter format statuswm42013-12-071-3/+2
* video/filter: remove legacy option handling hackswm42013-12-041-2/+2
* vf_lavfi: export a wrapper functionwm42013-12-041-6/+112
* options: print lavfi filter list with --vf=lavfi=helpwm42013-11-231-0/+40
* video/filter: remove useless vf_info fieldswm42013-10-231-5/+3
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* Fix some -Wshadow warningswm42013-07-231-1/+1
* options: use m_config for options instead of m_structwm42013-07-211-14/+7
* video: add a new method to configure filters and VOswm42013-06-281-2/+2
* vf_lavfi: allow setting avoptswm42013-05-261-0/+9
* vf_lavfi: remove redundant statementswm42013-05-211-4/+0
* video/filter: fix option parser memory leakwm42013-05-181-1/+0
* vf_lavfi: move compat crap to the start of the filewm42013-04-261-18/+18
* vf_lavfi: silence stupid deprecation warningwm42013-04-261-2/+12
* vf_lavfi: recreate filter graph on seekwm42013-04-251-14/+41
* vf_lavfi: add libavfilter bridgewm42013-04-211-0/+311