aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf.h
Commit message (Expand)AuthorAge
* video: rewrite filtering glue codeGravatar wm42018-01-30
* video: change --deinterlace behaviorGravatar wm42017-08-22
* video: redo video equalizer option handlingGravatar wm42017-08-22
* af, vf: improvements to libavfilter bridgeGravatar wm42017-05-31
* vf.c, vf.h: change license to LGPLGravatar wm42017-05-11
* video: support filtering hardware frames via libavfilterGravatar wm42017-01-16
* video: don't discard video frames after endptsGravatar wm42016-08-18
* video: remove d3d11 video processor use from OpenGL interopGravatar wm42016-05-29
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* command: add vf-command commandGravatar wm42016-01-22
* video: refactor: handle video format fixups closer to decoderGravatar wm42016-01-14
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* vf: remove old config() callbackGravatar wm42015-12-19
* vf_sub: minor simplificationGravatar wm42015-06-05
* vf_screenshot: remove this filterGravatar wm42015-04-16
* Update license headersGravatar Marcin Kurczewski2015-04-13
* vf_vapoursynth: add display refresh rate propertyGravatar Julian2015-02-13
* vf_divtc: remove this filterGravatar wm42015-01-27
* vf_softpulldown: remove this filterGravatar wm42015-01-27
* video: separate screenshot modesGravatar wm42015-01-23
* video: remove vfcap.hGravatar wm42015-01-21
* vf_vapoursynth: pass through container FPS valueGravatar wm42015-01-03
* video: better pipelining with vf_vapoursynthGravatar wm42015-01-03
* vf: minor simplificationGravatar wm42014-11-12
* video/filter: allow better dataflowGravatar wm42014-09-18
* 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: add alternate functions for retrieving filter outputGravatar wm42014-05-02
* vf: expose input parameters; clear parameters on failureGravatar wm42014-05-02
* video: don't drop last frame when deinterlacing with yadifGravatar wm42014-04-28
* vf: remove autoinserted filters on reconfigGravatar wm42014-04-21
* vf: add function to remove a filter from the chainGravatar wm42014-04-21
* vf_lavfi: copy AVFrame metadata into vf_lavfi privGravatar Kevin Mitchell2014-04-13
* vf: add vf_control_by_label to send vfctrl to specific filterGravatar Kevin Mitchell2014-04-13
* m_option: add mp_log context to sub-module print_help callbackGravatar wm42013-12-21
* video/filter: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* 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
* video: create a separate context for video filter chainGravatar wm42013-12-07
* video/filter: remove vf_match_csp()Gravatar wm42013-12-07
* vf: remove unused functionGravatar wm42013-12-07
* vf: declare config() as legacyGravatar wm42013-12-05
* vf: move norm_qscale() to the only filter which uses itGravatar wm42013-12-05
* video/filter: remove legacy option handling hacksGravatar wm42013-12-04