aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter
Commit message (Expand)AuthorAge
* 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
* vf_crop: make it work with more image formatsGravatar wm42013-01-13
* vf: add vf_rescale_dsize()Gravatar wm42013-01-13
* sub: do not copy the target image if there is no OSD/subsGravatar wm42013-01-13
* video: remove img_format compat hacksGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributesGravatar wm42013-01-13
* mp_image: change how palette is handledGravatar wm42013-01-13
* vf_screenshot: simplifyGravatar wm42013-01-13
* video: remove things related to old DR codeGravatar wm42013-01-13
* video/filter: change filter API, use refcounting, remove filter DRGravatar wm42013-01-13
* mp_image: require using mp_image_set_size() for setting w/hGravatar wm42013-01-13
* video: make vdpau hardware decoding not use DR code pathGravatar wm42013-01-13
* video: remove slice based filtering and video outputGravatar wm42013-01-13
* video: make vdpau hardware decoding not use slices code pathGravatar wm42013-01-13
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatGravatar wm42013-01-13
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEGravatar wm42013-01-13
* configure: remove check for .align semanticsGravatar wm42013-01-13
* vf_scale: prefer 420P10 -> YV12 instead of 444PGravatar wm42012-12-28
* vf_scale: support more pixel formatsGravatar Rudolf Polzer2012-12-28
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subGravatar wm42012-12-12