aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vf_vo: remove pointless NULL checksGravatar wm42013-03-01
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* vo_sdl, vo_xv: remove redundant/useless VOCTRL_PAUSE usageGravatar wm42013-03-01
* wayland: add wayland supportGravatar Alexander Preisinger2013-02-28
* video/out: remove video mode switching (--vm)Gravatar wm42013-02-26
* x11_common: always create a window, even with --widGravatar wm42013-02-26
* video/out: rename create_window to config_windowGravatar wm42013-02-26
* gl_common: simplify window/context creationGravatar wm42013-02-26
* dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMESGravatar wm42013-02-26
* vd_lavc: better warning message for software decoding fallbackGravatar wm42013-02-26
* gl_common: remove compatibility aliases for backend sub-optionGravatar wm42013-02-26
* img_format: add pixel format name for IMGFMT_MONO_WGravatar wm42013-02-26
* vf_yadif: remove dead codeGravatar wm42013-02-26
* Remove --rootwin option and rootwin propertyGravatar wm42013-02-24
* demux_mf: support .xbmGravatar wm42013-02-24
* vo_caca: remove OSD supportGravatar wm42013-02-24
* vo_direct3d: always clear window before drawing videoGravatar 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
* options: drop --opt:subopt option namesGravatar wm42013-02-23
* core: add fs-screen option for fullscreen display selectionGravatar Stefano Pigozzi2013-02-21
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Gravatar Stefano Pigozzi2013-02-21
* x11_common: uncrustifyGravatar wm42013-02-21
* vd_lavc: fix software decoding fallbackGravatar wm42013-02-21
* cocoa_common: fix crash with dead key input and simplify related codeGravatar Stefano Pigozzi2013-02-19
* vo_xv: fix green border on the rightGravatar wm42013-02-14
* dec_video: fix bogus assertGravatar wm42013-02-13
* Prefix keycode defines with MP_Gravatar wm42013-02-12
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlyGravatar wm42013-02-10
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupGravatar wm42013-02-10
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGGravatar wm42013-02-09
* options: change handling of "no-" optionsGravatar wm42013-02-09
* audio/out, video/out: hide encoding VO/AOGravatar wm42013-02-06
* video/out: change autoprobe orderGravatar wm42013-02-06
* vf_stereo3d: add support for green-magenta and yellow-blue duboisGravatar cehoyos2013-02-03
* vf_dlopen: fix external pixel format namesGravatar wm42013-02-03
* cocoa_common: fix `--ontop` behaviour when windowedGravatar Stefano Pigozzi2013-02-03
* cocoa_common: fix focus with --ontop and space switchingGravatar Stefano Pigozzi2013-02-03
* cocoa_common: make the resize window menu items use video sizeGravatar Stefano Pigozzi2013-02-03
* cocoa_events: remove this functionalityGravatar Stefano Pigozzi2013-02-02
* build: make it work on somewhat older ffmpeg versionsGravatar wm42013-01-31
* screenshot: minor simplification, prefer VF over VOGravatar wm42013-01-30
* osx_common: cache OSX version numberGravatar Stefano Pigozzi2013-01-27
* vo_x11: fix redrawing on expose eventsGravatar wm42013-01-27
* x11: simplify handling of X Visuals and Colormaps in VOsGravatar wm42013-01-27
* x11: fix some obvious video mode switching bugsGravatar wm42013-01-27
* x11: reduce VO mode switching code duplicationGravatar wm42013-01-27
* x11_common: do not set custom error handler when calling XSelectInputGravatar wm42013-01-27