summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_lavfi.c
Commit message (Expand)AuthorAgeFilesLines
* video: rewrite filtering glue codewm42018-01-301-517/+0
* vf_lavfi: remove old internal wrapper API stuffwm42017-11-291-92/+0
* Get rid of deprecated AVFrame accessorswm42017-10-301-1/+1
* vf_lavfi, af_lavfi: remove unused/deprecated includewm42017-04-051-1/+0
* video: support positional arguments for automatic lavfi option bridgewm42017-04-031-1/+1
* video: add automatic libavfilter bridge to option parsingwm42017-04-021-13/+81
* vf_lavfi: don't crash with VOs without hardware decoding supportwm42017-01-251-5/+7
* build: replace some FFmpeg API checks with version checkswm42017-01-241-1/+1
* video: support filtering hardware frames via libavfilterwm42017-01-161-6/+25
* vf_lavfi: switch to AVBufferSrcParameterswm42017-01-161-7/+20
* vf_lavfi: remove pixel format whitelistwm42017-01-131-22/+2
* af_lavfi, vf_lavfi: work around recent libavfilter EOF bugwm42017-01-021-0/+6
* af_lavfi, vf_lavfi: fix compilation on Libavwm42016-01-221-0/+1
* command: add vf-command commandwm42016-01-221-0/+8
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* video: switch from using display aspect to sample aspectwm42015-12-191-34/+7
* vf: remove old config() callbackwm42015-12-191-1/+0
* vf_lavfi: cosmetics: fix coding stylewm42015-09-111-11/+11
* vf_lavfi: drop useless option from wrapper filterswm42015-02-121-4/+1
* video/filters: simplify libavfilter bridgewm42015-02-111-0/+1
* video: remove vfcap.hwm42015-01-211-1/+1
* vf_lavfi: proper rounding for lavfi->mpv aspect ratiowm42014-10-091-2/+3
* vf_lavfi: make chaining from other filters more flexiblewm42014-09-271-18/+29
* vf_lavfi: fetch output frames incrementallywm42014-09-181-22/+24
* Improve setting AVOptionswm42014-08-021-9/+6
* video: introduce failure path for image allocationswm42014-06-171-0/+4
* vf_lavfi: reinit after libavfilter EOFwm42014-05-021-13/+25
* vf_lavfi: reset metadata in reset()Kevin Mitchell2014-04-291-0/+4
* vf-metadata: fix handling of NULL metadataKevin Mitchell2014-04-291-4/+7
* vf_lavfi: distinguish real errors from other stateswm42014-04-281-2/+11
* video: don't drop last frame when deinterlacing with yadifwm42014-04-281-0/+2
* 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