aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* 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
* x11: cleanup, refactorGravatar wm42013-01-27
* vf_scale: fix warningGravatar wm42013-01-27
* sws_utils: use libswscale for GBRP output if availableGravatar wm42013-01-27
* vo_opengl: always ditherGravatar Wessel Dankers2013-01-27
* vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.xGravatar wm42013-01-24
* vo_xv: always try to use native bit depthGravatar wm42013-01-23
* vo_vdpau: always try to native bit depth (makes 30 bit work)Gravatar wm42013-01-23
* video: remove -x/-y/-xy optionsGravatar wm42013-01-23
* video: add --autofit and --autofit-larger optionsGravatar wm42013-01-23
* options: move -geometry parsing to m_option.cGravatar wm42013-01-23
* video: move handling of -x/-y/-xy options to VOGravatar wm42013-01-23
* cocoa_common: improved trackpad scrollingGravatar Mad Fish2013-01-20
* cocoa_common: handle all pending events instead of just oneGravatar Mad Fish2013-01-20