aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf.h
Commit message (Expand)AuthorAge
* 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
* vf_vo: don't abuse option strings to set VOGravatar wm42013-12-04
* vf: remove unneeded fieldGravatar wm42013-12-04
* options: implement --pphelp differentlyGravatar wm42013-11-23
* video: remove vf_pp auto-insertionGravatar wm42013-11-23
* video/filter: remove useless vf_info fieldsGravatar wm42013-10-23
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* vd: move aspect calculation to a functionGravatar wm42013-09-26
* vaapi: add vf_vavpp and use it for deinterlacingGravatar xylosper2013-09-25
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* vf: fix unintended overwriting of image infoGravatar wm42013-07-28
* options: use m_config for options instead of m_structGravatar wm42013-07-21
* vf: remove unnecessary indirectionGravatar wm42013-07-21
* vf: add vf_control wrapperGravatar wm42013-07-15
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* m_option, vf: add label supportGravatar wm42013-05-23
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* video: move handling of -x/-y/-xy options to VOGravatar wm42013-01-23
* video: reset filters on seekGravatar wm42013-01-20
* video: print filter chain in verbose modeGravatar wm42013-01-14
* vf: add vf_rescale_dsize()Gravatar wm42013-01-13
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributesGravatar wm42013-01-13
* vf_screenshot: simplifyGravatar wm42013-01-13