aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* vo_opengl: handle chroma locationGravatar wm42013-06-28
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* vf_rotate: fix params >= 4Gravatar wm42013-06-28
* fix compile, sorryGravatar Rudolf Polzer2013-06-16
* vf_dlopen filters: add an "ildetect" filter that detects interlacingGravatar Rudolf Polzer2013-06-16
* vf_delogo: copy in non-direct case, fix double-freeGravatar wm42013-05-26
* vf_lavfi: allow setting avoptsGravatar wm42013-05-26
* m_option, vf: add label supportGravatar wm42013-05-23
* dec_video: get rid of two global variablesGravatar wm42013-05-21
* vf_lavfi: remove redundant statementsGravatar wm42013-05-21
* video/filter: fix option parser memory leakGravatar wm42013-05-18
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* vf_yadif: actually set PTS for output framesGravatar wm42013-05-06
* vf_rotate: fix for some obscure pixel formatsGravatar wm42013-05-03
* video: add XYZ supportGravatar wm42013-05-01
* vf_lavfi: move compat crap to the start of the fileGravatar wm42013-04-26
* vf_lavfi: silence stupid deprecation warningGravatar wm42013-04-26
* vf_lavfi: recreate filter graph on seekGravatar wm42013-04-25
* vf_lavfi: add libavfilter bridgeGravatar wm42013-04-21
* vf_divtc, vf_phase: Fix handling of subsampled formatsGravatar Martin Herkt2013-04-10
* vf_flip: move flipping code to mp_image.cGravatar wm42013-03-01
* vf_vo: remove pointless NULL checksGravatar wm42013-03-01
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* video/out: remove video mode switching (--vm)Gravatar wm42013-02-26
* vf_yadif: remove dead codeGravatar wm42013-02-26
* demux_mf: support .xbmGravatar wm42013-02-24
* vf_yadif: switch to option parser, allow disabling by defaultGravatar wm42013-02-23
* vf_scale: remove video dimension presets ("presize" suboption)Gravatar wm42013-02-23
* vf_stereo3d: get rid of m_obj_presets_t usageGravatar wm42013-02-23
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* vf_stereo3d: add support for green-magenta and yellow-blue duboisGravatar cehoyos2013-02-03
* vf_dlopen: fix external pixel format namesGravatar wm42013-02-03
* screenshot: minor simplification, prefer VF over VOGravatar wm42013-01-30
* vf_scale: fix warningGravatar wm42013-01-27
* video: move handling of -x/-y/-xy options to VOGravatar wm42013-01-23
* video: reset filters on seekGravatar wm42013-01-20
* vf_format: fix forcing output formatGravatar wm42013-01-17
* video: print filter chain in verbose modeGravatar wm42013-01-14
* vf_sub: allow more formats, simplify codeGravatar wm42013-01-13
* vf_expand: support more image formatsGravatar wm42013-01-13
* vf_rotate: support more image formatsGravatar wm42013-01-13
* vf_softpulldown: reject unsupported image formats, fix code duplicationGravatar wm42013-01-13
* vf_yadif: Y8 is not supportedGravatar wm42013-01-13
* vf_swapuv: support more image formatsGravatar wm42013-01-13
* vf_pullup: remove check for MP_IMGFLAG_PLANARGravatar wm42013-01-13
* vf_phase: reject unsupported image formatsGravatar wm42013-01-13
* vf_mirror: rewriteGravatar wm42013-01-13
* vf_gradfun: does not work with NV pixel formatsGravatar wm42013-01-13
* vf_flip: make it work with more image formatsGravatar wm42013-01-13
* vf_divtc: reduce code duplicationGravatar wm42013-01-13