summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* vf_rotate: fix for some obscure pixel formatswm42013-05-031-7/+6
* wayland: fix wrong poll comment, check for errorsAlexander Preisinger2013-05-021-2/+4
* wayland: avoid iterating over all outputsAlexander Preisinger2013-05-021-15/+18
* wayland: remove unused stuffAlexander Preisinger2013-05-022-17/+0
* wayland: use new function xkb_keymap_from_bufferAlexander Preisinger2013-05-021-9/+5
* Fix compilation with Libavwm42013-05-011-1/+1
* video: add XYZ supportwm42013-05-014-0/+19
* wayland: remove input modifier variableAlexander Preisinger2013-05-012-14/+0
* wayland: use GetTimerMS for hiding mouse cursorAlexander Preisinger2013-05-012-161/+39
* wayland: use mpv internal key auto-repeat handlingAlexander Preisinger2013-05-012-61/+5
* cocoa_common: fix window sizingStefano Pigozzi2013-04-281-2/+2
* vd_lavc: fix decoder init failure pathwm42013-04-271-14/+18
* vf_lavfi: move compat crap to the start of the filewm42013-04-261-18/+18
* vf_lavfi: silence stupid deprecation warningwm42013-04-261-2/+12
* vf_lavfi: recreate filter graph on seekwm42013-04-251-14/+41
* x11: use mpv internal key auto-repeat handling if possiblewm42013-04-242-2/+24
* vo_opengl_old: remove nomanyfmts warningwm42013-04-231-3/+0
* vf_lavfi: add libavfilter bridgewm42013-04-212-0/+315
* mp_image: provide function to convert mp_image to AVFramewm42013-04-212-0/+53
* x11_common: minor simplificationwm42013-04-211-13/+6
* cocoa_common: keep aspect ratio when clipping windowStefano Pigozzi2013-04-171-7/+35
* change reverse DNS strings to io.mpv.*Stefano Pigozzi2013-04-161-1/+1
* cocoa_common: refactor centered resizeStefano Pigozzi2013-04-161-24/+21
* vf_divtc, vf_phase: Fix handling of subsampled formatsMartin Herkt2013-04-102-3/+4
* wayland: use vo flags for enabling alpha supportAlexander Preisinger2013-04-021-3/+5
* wayland: enable alpha supportAlexander Preisinger2013-04-021-1/+1
* gl_video: remove double const qualifierStefano Pigozzi2013-03-301-1/+1
* gl_video: add some missing includeswm42013-03-301-0/+8
* gl_lcms: fix compilation when lcms2 is not availablewm42013-03-301-3/+10
* gl_video: actually fix shader compilation on OSXwm42013-03-282-2/+3
* gl_video: fix OSX by not using undefined name in GLSL "#if"wm42013-03-281-0/+2
* gl_header_fixes: add GL_RGBA32Fwm42013-03-281-0/+3
* gl_video: use choice option type for dither-depth suboptionwm42013-03-282-7/+8
* vo: rename vo_draw_image to vo_queue_imagewm42013-03-282-7/+4
* vo: remove two unused symbolswm42013-03-281-6/+0
* gl_video: add some alpha FBO formatswm42013-03-281-1/+5
* vo_opengl: add alpha outputwm42013-03-286-11/+73
* gl_video: always upload all planeswm42013-03-281-15/+2
* gl_video: support NV21 toowm42013-03-282-2/+6
* gl_video: add support for NV12wm42013-03-282-2/+20
* gl_video: make it possible for planes to have different formatswm42013-03-281-38/+56
* gl_video: move video image fields into a structwm42013-03-281-42/+68
* vo_opengl: split into multiple files, convert to new option APIwm42013-03-289-1963/+2177
* gl_common: split into platform specific fileswm42013-03-2810-805/+891
* core: always pass data via packet fields to video decoderswm42013-03-284-16/+11
* w32_common: Cygwin64 fixesKovensky2013-03-231-3/+4
* wayland: fully support cursor autohide optionsAlexander Preisinger2013-03-231-15/+15
* w32_common: reset internal display size to the window sizewm42013-03-191-0/+5
* video: deal with 0x0 window sizewm42013-03-191-2/+4
* x11_common: remove assumption that video is always centeredwm42013-03-174-33/+28
* video: enable panscan calculations even in windowed modewm42013-03-171-3/+2
* video: apply --no-keepaspect even on fullscreenwm42013-03-171-1/+1
* video: remove rounding of display size to multiples of 2wm42013-03-171-2/+0
* video: remove aspect.h includes from files which don't need itwm42013-03-178-8/+0
* video: simplify aspect calculation stuffwm42013-03-174-93/+38
* vo_xv: minor simplificationswm42013-03-171-17/+4
* vo_x11: accept all swscale formatswm42013-03-171-6/+6
* vo_corevideo: use generic aspect ratio codewm42013-03-171-62/+38
* vo_opengl_old: use generic aspect ratio codewm42013-03-171-45/+42
* vo_x11: use generic aspect ratio code, refactorwm42013-03-171-149/+77
* cocoa_common: fix regression when changing videos in fullscreenStefano Pigozzi2013-03-151-3/+4
* video: use new method to get QP tablewm42013-03-151-5/+9
* video: make use of libavcodec refcountingwm42013-03-134-10/+106
* video: prepare for libavcodec refcountingwm42013-03-133-62/+84
* Prefix CODEC_ID_ with AV_wm42013-03-131-6/+6
* image_writer: switch to avcodec_encode_video2()wm42013-03-131-14/+11
* wayland: remove asserts from egl_create_contextAlexander Preisinger2013-03-131-17/+7
* wayland: simplify egl_create_windowAlexander Preisinger2013-03-131-13/+4
* wayland: use the cursor_autohide_delay optionAlexander Preisinger2013-03-111-6/+9
* wayland: move window by grabing itAlexander Preisinger2013-03-111-0/+8
* vo_opengl: insert a magical glFlush callwm42013-03-111-0/+6
* cocoa_common: fix window position when bigger than displayStefano Pigozzi2013-03-101-4/+4
* vo_sdl: we don't want to minize the window when losing focusRudolf Polzer2013-03-061-0/+2
* options: remove --no-vsyncwm42013-03-063-9/+8
* w32_common: fix compilationwm42013-03-051-10/+10
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-0414-204/+204
* cocoa_common: fix crashStefano Pigozzi2013-03-041-1/+5
* cocoa_common: fix compilationStefano Pigozzi2013-03-041-7/+7
* Remove vo_fps global variablewm42013-03-042-4/+0
* wayland: remove unnecessary function pointersAlexander Preisinger2013-03-041-10/+1
* vo: remove and cleanup globalsAlexander Preisinger2013-03-0416-267/+243
* cocoa_common: make windows appear againStefano Pigozzi2013-03-031-17/+23
* gl_common: get rid of symbol redefinition warnings with recent Mesawm42013-03-033-0/+17
* x11_common: fix --cursor-autohide when pausedwm42013-03-033-27/+44
* vo_opengl: don't destroy VOFLAG_HIDDEN windowwm42013-03-034-35/+1
* x11_common: fix window mapping, refactor window creation/resize handlingwm42013-03-032-136/+148
* x11_common: use private variables for window statewm42013-03-036-56/+57
* video/out: remove VO_EVENT_REINITwm42013-03-033-11/+0
* w32_common: remove unused variablewm42013-03-032-6/+2
* fix clang compiler warningsStefano Pigozzi2013-03-031-1/+1
* vf_flip: move flipping code to mp_image.cwm42013-03-013-4/+10
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-015-4/+2
* core: move X11 specific code to x11_common.cwm42013-03-012-3/+4
* vf_vo: remove pointless NULL checkswm42013-03-011-4/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-0119-64/+33
* vo_sdl, vo_xv: remove redundant/useless VOCTRL_PAUSE usagewm42013-03-012-11/+0
* wayland: add wayland supportAlexander Preisinger2013-02-287-1/+1466
* video/out: remove video mode switching (--vm)wm42013-02-269-190/+8
* x11_common: always create a window, even with --widwm42013-02-261-37/+31
* video/out: rename create_window to config_windowwm42013-02-2612-31/+31
* gl_common: simplify window/context creationwm42013-02-263-217/+191
* dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMESwm42013-02-262-5/+6
* vd_lavc: better warning message for software decoding fallbackwm42013-02-261-1/+2
* gl_common: remove compatibility aliases for backend sub-optionwm42013-02-261-6/+0
* img_format: add pixel format name for IMGFMT_MONO_Wwm42013-02-261-0/+1
* vf_yadif: remove dead codewm42013-02-261-2/+0
* Remove --rootwin option and rootwin propertywm42013-02-243-6/+0
* demux_mf: support .xbmwm42013-02-243-0/+3
* vo_caca: remove OSD supportwm42013-02-241-86/+1
* vo_direct3d: always clear window before drawing videowm42013-02-241-15/+2
* vf_yadif: switch to option parser, allow disabling by defaultwm42013-02-231-7/+21
* vf_scale: remove video dimension presets ("presize" suboption)wm42013-02-231-41/+0
* vf_stereo3d: get rid of m_obj_presets_t usagewm42013-02-231-49/+3
* options: drop --opt:subopt option nameswm42013-02-231-1/+1
* core: add fs-screen option for fullscreen display selectionStefano Pigozzi2013-02-215-47/+77
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-215-14/+16
* x11_common: uncrustifywm42013-02-212-390/+328
* vd_lavc: fix software decoding fallbackwm42013-02-211-1/+1
* cocoa_common: fix crash with dead key input and simplify related codeStefano Pigozzi2013-02-191-9/+20
* vo_xv: fix green border on the rightwm42013-02-141-0/+1
* dec_video: fix bogus assertwm42013-02-131-1/+1
* Prefix keycode defines with MP_wm42013-02-126-182/+188
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-101-6/+11
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupwm42013-02-101-54/+61
* core: redo how codecs are mapped, remove codecs.confwm42013-02-108-241/+131
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-094-7/+7
* options: change handling of "no-" optionswm42013-02-091-1/+0
* audio/out, video/out: hide encoding VO/AOwm42013-02-063-4/+12
* video/out: change autoprobe orderwm42013-02-061-16/+12
* vf_stereo3d: add support for green-magenta and yellow-blue duboiscehoyos2013-02-031-1/+11
* vf_dlopen: fix external pixel format nameswm42013-02-031-7/+35
* cocoa_common: fix `--ontop` behaviour when windowedStefano Pigozzi2013-02-031-4/+4
* cocoa_common: fix focus with --ontop and space switchingStefano Pigozzi2013-02-031-4/+5
* cocoa_common: make the resize window menu items use video sizeStefano Pigozzi2013-02-031-10/+5
* cocoa_events: remove this functionalityStefano Pigozzi2013-02-021-0/+1
* build: make it work on somewhat older ffmpeg versionswm42013-01-311-1/+1
* screenshot: minor simplification, prefer VF over VOwm42013-01-302-13/+0
* osx_common: cache OSX version numberStefano Pigozzi2013-01-272-37/+34
* vo_x11: fix redrawing on expose eventswm42013-01-271-9/+2
* x11: simplify handling of X Visuals and Colormaps in VOswm42013-01-276-101/+71
* x11: fix some obvious video mode switching bugswm42013-01-272-20/+31
* x11: reduce VO mode switching code duplicationwm42013-01-275-85/+35
* x11_common: do not set custom error handler when calling XSelectInputwm42013-01-271-47/+21
* x11: cleanup, refactorwm42013-01-276-968/+774
* vf_scale: fix warningwm42013-01-271-1/+0
* sws_utils: use libswscale for GBRP output if availablewm42013-01-271-1/+1
* vo_opengl: always ditherWessel Dankers2013-01-271-25/+12
* vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.xwm42013-01-241-5/+8
* vo_xv: always try to use native bit depthwm42013-01-231-5/+2
* vo_vdpau: always try to native bit depth (makes 30 bit work)wm42013-01-231-5/+2
* video: remove -x/-y/-xy optionswm42013-01-231-32/+0
* video: add --autofit and --autofit-larger optionswm42013-01-231-2/+33
* options: move -geometry parsing to m_option.cwm42013-01-238-159/+11
* video: move handling of -x/-y/-xy options to VOwm42013-01-2311-88/+94
* cocoa_common: improved trackpad scrollingMad Fish2013-01-201-5/+45
* cocoa_common: handle all pending events instead of just oneMad Fish2013-01-201-19/+24
* video: reset filters on seekwm42013-01-204-0/+31
* vf_format: fix forcing output formatwm42013-01-171-1/+11
* options: also accept ffmpeg pixel format nameswm42013-01-172-6/+20
* osxbundle: cocoa_common: change playlist on fileopen eventsStefano Pigozzi2013-01-163-0/+42
* Silence two compiler warningswm42013-01-161-1/+0
* vo_opengl_old: add missing include statementwm42013-01-151-0/+1
* vo_sdl: I think the XVidmode hack is no longer neededRudolf Polzer2013-01-151-5/+0
* vo_sdl: request "desktop" fullscreen mode if -vm is not usedRudolf Polzer2013-01-151-8/+7
* vo_corevideo: make compile with recent changesStefano Pigozzi2013-01-151-1/+1
* video: print filter chain in verbose modewm42013-01-143-10/+42
* img_format: do not mark hwaccel formats as planar yuv formatswm42013-01-141-7/+8
* gl_common: move things used by vo_opengl_old.c only to vo_opengl_old.cwm42013-01-133-1244/+1241
* vd_lavc: remove -lavdopts vstats suboptionwm42013-01-132-97/+0
* vd_lavc: remove lowres decodingwm42013-01-131-11/+2
* vo_x11: use two buffers like XvRudolf Polzer2013-01-131-71/+94
* vo_x11, vo_xv: XShmCompletion event supportRudolf Polzer2013-01-134-16/+73
* vo_direct3d: remove 2ch hack for 10 bit playbackwm42013-01-133-261/+5
* vo_sdl: avoid copying just for taking screenshotswm42013-01-131-5/+3
* vd_lavc: prefer AVFrame over AVCodecContext fieldswm42013-01-131-18/+17
* mp_image: remove mp_image.bppwm42013-01-135-12/+5
* imgfmt: add more ffmpeg pixel formatswm42013-01-133-2/+136
* img_format: change meaning of MP_IMGFLAG_PLANARwm42013-01-132-2/+2
* vf_sub: allow more formats, simplify codewm42013-01-13