summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.h
Commit message (Expand)AuthorAgeFilesLines
* video: rewrite filtering glue codewm42018-01-301-179/+0
* video: change --deinterlace behaviorwm42017-08-221-8/+0
* video: redo video equalizer option handlingwm42017-08-221-7/+0
* af, vf: improvements to libavfilter bridgewm42017-05-311-0/+1
* vf.c, vf.h: change license to LGPLwm42017-05-111-7/+13
* video: support filtering hardware frames via libavfilterwm42017-01-161-0/+7
* video: don't discard video frames after endptswm42016-08-181-0/+1
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-0/+1
* video: refactor how VO exports hwdec device handleswm42016-05-091-2/+2
* command: add vf-command commandwm42016-01-221-0/+3
* video: refactor: handle video format fixups closer to decoderwm42016-01-141-3/+1
* video: switch from using display aspect to sample aspectwm42015-12-191-6/+0
* vf: remove old config() callbackwm42015-12-191-9/+0
* vf_sub: minor simplificationwm42015-06-051-2/+1
* vf_screenshot: remove this filterwm42015-04-161-1/+0
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* vf_vapoursynth: add display refresh rate propertyJulian2015-02-131-0/+1
* vf_divtc: remove this filterwm42015-01-271-12/+0
* vf_softpulldown: remove this filterwm42015-01-271-3/+0
* video: separate screenshot modeswm42015-01-231-1/+1
* video: remove vfcap.hwm42015-01-211-2/+0
* vf_vapoursynth: pass through container FPS valuewm42015-01-031-0/+2
* video: better pipelining with vf_vapoursynthwm42015-01-031-0/+13
* vf: minor simplificationwm42014-11-121-2/+0
* video/filter: allow better dataflowwm42014-09-181-0/+9
* video: introduce failure path for image allocationswm42014-06-171-1/+1
* options: remove global variables for swscale options; rename themwm42014-06-111-0/+1
* vf: print for which filter initialization failedwm42014-05-041-1/+2
* video: removed unused stuffwm42014-05-021-1/+0
* video: handle colorspace and aspect overrides separatelywm42014-05-021-1/+3
* vf: add alternate functions for retrieving filter outputwm42014-05-021-0/+4
* vf: expose input parameters; clear parameters on failurewm42014-05-021-0/+1
* video: don't drop last frame when deinterlacing with yadifwm42014-04-281-1/+4
* vf: remove autoinserted filters on reconfigwm42014-04-211-0/+1
* vf: add function to remove a filter from the chainwm42014-04-211-0/+1
* vf_lavfi: copy AVFrame metadata into vf_lavfi privKevin Mitchell2014-04-131-0/+1
* vf: add vf_control_by_label to send vfctrl to specific filterKevin Mitchell2014-04-131-0/+1
* m_option: add mp_log context to sub-module print_help callbackwm42013-12-211-1/+1
* video/filter: mp_msg conversionswm42013-12-211-2/+5
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* video: move VO reinit from filter chain to playerwm42013-12-101-2/+4
* vf: redo conversion filter insertion/format negotiationwm42013-12-071-7/+11
* video/filter: make vf->control non-recursivewm42013-12-071-1/+0
* vf: remove flags from filter format statuswm42013-12-071-9/+2
* video: create a separate context for video filter chainwm42013-12-071-22/+30
* video/filter: remove vf_match_csp()wm42013-12-071-3/+0
* vf: remove unused functionwm42013-12-071-1/+0
* vf: declare config() as legacywm42013-12-051-5/+5
* vf: move norm_qscale() to the only filter which uses itwm42013-12-051-15/+0
* video/filter: remove legacy option handling hackswm42013-12-041-1/+1
* vf_vo: don't abuse option strings to set VOwm42013-12-041-0/+1
* vf: remove unneeded fieldwm42013-12-041-1/+0
* options: implement --pphelp differentlywm42013-11-231-0/+1
* video: remove vf_pp auto-insertionwm42013-11-231-2/+0
* video/filter: remove useless vf_info fieldswm42013-10-231-4/+2
* cosmetics: replace "CTRL" defines by enumswm42013-10-021-13/+15
* vd: move aspect calculation to a functionwm42013-09-261-0/+1
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-251-0/+1
* video: handle video output levels with mp_image_paramswm42013-08-241-2/+0
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-2/+0
* vf: fix unintended overwriting of image infowm42013-07-281-2/+2
* options: use m_config for options instead of m_structwm42013-07-211-2/+4
* vf: remove unnecessary indirectionwm42013-07-211-6/+0
* vf: add vf_control wrapperwm42013-07-151-0/+1
* video: add a new method to configure filters and VOswm42013-06-281-6/+15
* m_option, vf: add label supportwm42013-05-231-0/+4
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-2/+0
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-1/+0
* video: move handling of -x/-y/-xy options to VOwm42013-01-231-2/+2
* video: reset filters on seekwm42013-01-201-0/+2
* video: print filter chain in verbose modewm42013-01-141-1/+2
* vf: add vf_rescale_dsize()wm42013-01-131-0/+3
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-131-3/+0
* vf_screenshot: simplifywm42013-01-131-7/+1
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-29/+28
* video: make vdpau hardware decoding not use DR code pathwm42013-01-131-0/+1
* video: remove slice based filtering and video outputwm42013-01-131-5/+0
* video: make vdpau hardware decoding not use slices code pathwm42013-01-131-3/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-5/+6
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+189