summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
Commit message (Expand)AuthorAgeFilesLines
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-3/+3
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-4/+4
* video: move VO reinit from filter chain to playerwm42013-12-101-19/+30
* vf: redo conversion filter insertion/format negotiationwm42013-12-071-122/+128
* video/filter: make vf->control non-recursivewm42013-12-071-10/+13
* vf: remove flags from filter format statuswm42013-12-071-23/+19
* video: create a separate context for video filter chainwm42013-12-071-57/+132
* video/filter: remove vf_match_csp()wm42013-12-071-54/+0
* vf: remove unused functionwm42013-12-071-22/+0
* vf: print error when creating filter failswm42013-12-071-0/+1
* vf: cleanup removed filter entrywm42013-12-051-1/+0
* options: remove legacy hacks for sub-option handlingwm42013-12-041-17/+8
* video/filter: remove legacy option handling hackswm42013-12-041-5/+3
* video/filter: remove vf_down3drightwm42013-12-041-2/+0
* options: add options that set defaults for af/vf/ao/vowm42013-12-011-0/+2
* options: implement --pphelp differentlywm42013-11-231-0/+1
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-4/+4
* video/filter: remove useless vf_info fieldswm42013-10-231-2/+2
* vd: move aspect calculation to a functionwm42013-09-261-0/+15
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-251-0/+4
* vf: fix filter initialization error checkwm42013-09-201-1/+1
* video: handle video output levels with mp_image_paramswm42013-08-241-0/+1
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-241-0/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-4/+4
* vf: fix unintended overwriting of image infowm42013-07-281-2/+3
* options: make legacy hacks for AFs/VFs more explicitwm42013-07-221-0/+1
* options: use m_config for options instead of m_structwm42013-07-211-43/+46
* vf: remove unnecessary indirectionwm42013-07-211-20/+5
* vf: make sure less important image params are set before/after filterswm42013-07-181-14/+21
* video: redo how colorspaces are handledwm42013-07-161-1/+16
* vf: add vf_control wrapperwm42013-07-151-0/+5
* build: change vf_dlopen testwm42013-07-121-1/+1
* configure: add libdl detection to ladspa, vf_dlopenRudolf Polzer2013-07-091-0/+2
* vo_opengl: handle chroma locationwm42013-06-281-0/+1
* video: add a new method to configure filters and VOswm42013-06-281-35/+57
* m_option, vf: add label supportwm42013-05-231-1/+14
* video/filter: fix option parser memory leakwm42013-05-181-0/+3
* vf_lavfi: add libavfilter bridgewm42013-04-211-0/+4
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-4/+1
* screenshot: minor simplification, prefer VF over VOwm42013-01-301-2/+0
* video: move handling of -x/-y/-xy options to VOwm42013-01-231-9/+5
* video: reset filters on seekwm42013-01-201-0/+7
* video: print filter chain in verbose modewm42013-01-141-2/+32
* vf: add vf_rescale_dsize()wm42013-01-131-0/+15
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-131-73/+0
* mp_image: change how palette is handledwm42013-01-131-0/+3
* video: remove things related to old DR codewm42013-01-131-19/+11
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-243/+91
* video: remove slice based filtering and video outputwm42013-01-131-42/+3
* video/filter: rename vf_eq2 to vf_eqwm42012-11-161-2/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-6/+6
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+830