aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* 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
* video: reset filters on seekGravatar wm42013-01-20
* vf_format: fix forcing output formatGravatar wm42013-01-17
* options: also accept ffmpeg pixel format namesGravatar wm42013-01-17
* osxbundle: cocoa_common: change playlist on fileopen eventsGravatar Stefano Pigozzi2013-01-16
* Silence two compiler warningsGravatar wm42013-01-16
* vo_opengl_old: add missing include statementGravatar wm42013-01-15
* vo_sdl: I think the XVidmode hack is no longer neededGravatar Rudolf Polzer2013-01-15
* vo_sdl: request "desktop" fullscreen mode if -vm is not usedGravatar Rudolf Polzer2013-01-15
* vo_corevideo: make compile with recent changesGravatar Stefano Pigozzi2013-01-15
* video: print filter chain in verbose modeGravatar wm42013-01-14
* img_format: do not mark hwaccel formats as planar yuv formatsGravatar wm42013-01-14
* gl_common: move things used by vo_opengl_old.c only to vo_opengl_old.cGravatar wm42013-01-13
* vd_lavc: remove -lavdopts vstats suboptionGravatar wm42013-01-13
* vd_lavc: remove lowres decodingGravatar wm42013-01-13
* vo_x11: use two buffers like XvGravatar Rudolf Polzer2013-01-13
* vo_x11, vo_xv: XShmCompletion event supportGravatar Rudolf Polzer2013-01-13
* vo_direct3d: remove 2ch hack for 10 bit playbackGravatar wm42013-01-13
* vo_sdl: avoid copying just for taking screenshotsGravatar wm42013-01-13