aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_lavfi.c
Commit message (Expand)AuthorAge
* Remove some more unneeded version checksGravatar wm42014-03-16
* m_option: add mp_log context to sub-module print_help callbackGravatar wm42013-12-21
* video/filter: mp_msg conversionsGravatar wm42013-12-21
* vf_lavfi: don't access AVFilterPad directlyGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* video/filter: make vf->control non-recursiveGravatar wm42013-12-07
* vf: remove flags from filter format statusGravatar wm42013-12-07
* video/filter: remove legacy option handling hacksGravatar wm42013-12-04
* vf_lavfi: export a wrapper functionGravatar wm42013-12-04
* options: print lavfi filter list with --vf=lavfi=helpGravatar wm42013-11-23
* video/filter: remove useless vf_info fieldsGravatar wm42013-10-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* options: use m_config for options instead of m_structGravatar wm42013-07-21
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* vf_lavfi: allow setting avoptsGravatar wm42013-05-26
* vf_lavfi: remove redundant statementsGravatar wm42013-05-21
* video/filter: fix option parser memory leakGravatar wm42013-05-18
* vf_lavfi: move compat crap to the start of the fileGravatar wm42013-04-26
* vf_lavfi: silence stupid deprecation warningGravatar wm42013-04-26
* vf_lavfi: recreate filter graph on seekGravatar wm42013-04-25
* vf_lavfi: add libavfilter bridgeGravatar wm42013-04-21