aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf.c
Commit message (Expand)AuthorAge
* vf_ilpack: remove this filterGravatar wm42015-01-27
* vf_divtc: remove this filterGravatar wm42015-01-27
* vf_phase: remove this filterGravatar wm42015-01-27
* vf_swapuv: remove this filterGravatar wm42015-01-27
* vf_softpulldown: remove this filterGravatar wm42015-01-27
* video: remove vfcap.hGravatar wm42015-01-21
* vf: make message less confusingGravatar wm42015-01-13
* video: better pipelining with vf_vapoursynthGravatar wm42015-01-03
* command: make empty vf-metadata not an errorGravatar wm42014-12-30
* vf: fix crash if filter doesn't provide control entrypointGravatar wm42014-12-30
* video/filter: kill vf_pp (libpostproc)Gravatar wm42014-12-03
* video: move formatting of image parameters to separate functionGravatar wm42014-11-12
* vf: minor simplificationGravatar wm42014-11-12
* vf_vapoursynth: add standalone Lua scriptingGravatar wm42014-10-12
* video/filter: allow better dataflowGravatar wm42014-09-18
* video/filter: add vf_bufferGravatar wm42014-07-30
* Remove some mp_msg calls with no trailing \nGravatar wm42014-07-13
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* video: check image parametersGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* options: remove global variables for swscale options; rename themGravatar wm42014-06-11
* vf: print for which filter initialization failedGravatar wm42014-05-04
* video: removed unused stuffGravatar wm42014-05-02
* video: handle colorspace and aspect overrides separatelyGravatar wm42014-05-02
* vf: sanitize filter input, instead of overriding itGravatar wm42014-05-02
* vf: add alternate functions for retrieving filter outputGravatar wm42014-05-02
* vf: expose input parameters; clear parameters on failureGravatar wm42014-05-02
* vf: mark auto-inserted conversion filters in verbose outputGravatar wm42014-05-02
* vdpau: add a postprocessing pseudo-filterGravatar wm42014-05-02
* vf: print error if filtering a frame failsGravatar wm42014-04-30
* video: don't drop last frame when deinterlacing with yadifGravatar wm42014-04-28
* vf: print all image parameter information in verbose outputGravatar wm42014-04-22
* vf: remove autoinserted filters on reconfigGravatar wm42014-04-21
* vf: add function to remove a filter from the chainGravatar wm42014-04-21
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* vf: auto-label video filters if no label is specifiedGravatar Kevin Mitchell2014-04-13
* vf: add vf_control_by_label to send vfctrl to specific filterGravatar Kevin Mitchell2014-04-13
* video: add VapourSynth filter bridgeGravatar wm42014-04-12
* build: simplify libavfilter configure checksGravatar wm42014-03-16
* video: add rounding to aspect ratio calculationsGravatar wm42014-02-19
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* video/filter: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* video: move VO reinit from filter chain to playerGravatar wm42013-12-10
* vf: redo conversion filter insertion/format negotiationGravatar wm42013-12-07
* video/filter: make vf->control non-recursiveGravatar wm42013-12-07
* vf: remove flags from filter format statusGravatar wm42013-12-07