summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'wm42012-04-019-1517/+165
|\
| * cocoa_common: update screen info before entering fullscreenStefano Pigozzi2012-03-251-0/+1
| * VO: move gl+cocoa before corevideo in default VO orderStefano Pigozzi2012-03-251-1/+4
| * cocoa_common: add license informationStefano Pigozzi2012-03-252-0/+38
| * vo_quartz: remove this video outputStefano Pigozzi2012-03-252-1375/+0
| * cocoa_common: fix double click handlingStefano Pigozzi2012-03-251-8/+8
| * cocoa_common: accept window drag event from the whole window surfaceStefano Pigozzi2012-03-251-0/+8
| * options, x11+cocoa: add option --cursor-autohide-delayStefano Pigozzi2012-03-253-16/+49
| * x11: remove wskeys.hwm42012-03-252-107/+20
| * x11: input: add print and menu keyswm42012-03-251-0/+1
| * x11: add KP_Separator to key mappingwm42012-03-252-0/+2
| * x11: allow unicode inputwm42012-03-252-29/+49
| * x11: fix setting UTF-8 window titles for some special caseswm42012-03-251-29/+18
| * vo_gl: cocoa: add support for --ontopStefano Pigozzi2012-03-253-4/+33
| * vo_xv: remove direct rendering supportUoti Urpala2012-03-251-111/+22
| * cosmetics: misc minor cleanupsUoti Urpala2012-03-251-1/+0
| * core: restructure main play loop, continue audio after videoUoti Urpala2012-03-191-0/+1
* | gl_common: minor cleanup/refactorwm42012-03-312-64/+44
* | gl_common: remove unused glValName()wm42012-03-312-58/+0
* | gl_common: move header hacks into gl_header_fixes.hwm42012-03-312-208/+232
* | libvo: add vo_gl3wm42012-03-317-0/+3082
* | gl_common: cocoa: add OpenGL 3.2 context creation codeStefano Pigozzi2012-03-313-10/+53
* | gl_common: slightly change win32 GL 3 context creationwm42012-03-312-18/+29
* | gl_common: OpenGL 3.x context support on windowsKovensky2012-03-312-1/+107
* | gl_common: add OpenGL 3.x context creationwm42012-03-312-117/+423
* | vo_direct3d: fix crash when using RGB formatswm42012-03-261-5/+5
* | windows support: prefer vo_direct3d_shaders over vo_direct3dwm42012-03-171-1/+1
* | vo_direct3d: fix bug in screenshot code with some pixel formatswm42012-03-171-1/+1
* | vo_direct3d: fix crash when repeatedly reinitializing an uncooperative devicewm42012-03-171-2/+4
* | vo_direct3d: stop D3D from switching the FPU to single precision modewm42012-03-171-1/+2
* | vo: fix EOSD change detectionwm42012-03-171-29/+35
* | win32: properly set window titlewm42012-03-172-5/+8
* | vo_direct3d: implement screenshotswm42012-03-171-0/+186
* | win32: fix fullscreen not working on Windows 7wm42012-03-171-2/+2
* | vo_direct3d: fix dealing with uncooperative deviceswm42012-03-171-6/+25
* | vo_direct3d: add hack for using 2 channel textures for 10 bit pixel formatswm42012-03-173-8/+272
* | vo_direct3d: add some debugging optionswm42012-03-171-12/+53
* | vo_direct3d: refactor D3D initialization and reconfigure codewm42012-03-171-171/+111
* | vo_direct3d: disable using shaders by default, and add direct3d_shaders VOwm42012-03-172-10/+44
* | vo_direct3d: use new VO API, and do some minor reformattingwm42012-03-171-269/+298
* | vo_direct3d: implement YUV conversion using shaderswm42012-03-173-192/+842
* | vo_direct3d: reduce number of lock calls in OSD renderingwm42012-03-171-29/+21
* | vo_direct3d: use the same texture management for EOSD and OSDwm42012-03-171-152/+166
* | windows support: prefer vo_direct3d over vo_directxwm42012-03-171-3/+3
* | vo_direct3d: make VO re-config faster by not recreating the whole D3D statewm42012-03-171-36/+38
* | vo_direct3d: don't framestep when paused and OSD is updatedwm42012-03-171-4/+23
* | vo_direct3d: add EOSD supportwm42012-03-171-36/+335
* | vo_direct3d: minor cleanupwm42012-03-171-10/+23
* | vo_directx: do not clip overlay against screen sizewm42012-03-171-3/+1
* | win32: different method to force window aspect ratiowm42012-03-171-15/+53
* | win32, vo_directx: don't use vo_dx/dy, directly query window positionwm42012-03-172-9/+9
* | win32: fix window creation and size handlingwm42012-03-171-48/+109
* | vo_directx: minor fixes and reformatreimar2012-03-171-883/+847
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-168-37/+31
|\|
| * vo_gl: improve 10-bit YUV->RGB conversion accuracy slightlyUoti Urpala2012-03-094-17/+16
| * windows support: unicode filenameswm42012-03-092-11/+4
| * cleanup: Silence compilation warnings on MinGW-w64wm42012-03-012-9/+11
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-054-14/+26
|\|
| * vo_png: set AVCodecContext parameters before opening itUoti Urpala2012-02-281-19/+21
| * vo: reject vo_redraw_frame() if no frames have been drawnUoti Urpala2012-02-282-1/+4
| * build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-011-1/+1
| * Update Libav API usesUoti Urpala2012-02-011-5/+12
* | mpcodecs: remove mp_image_t.x/ywm42012-02-246-18/+16
* | x11: fix crash when using switch_video (broken by UTF-8 input changes)wm42012-02-241-0/+1
* | vo_gl: add "backend" suboption to allow selecting the GUI backendwm42012-02-094-35/+54
* | vo_gl: minor cleanupsreimar2012-02-093-22/+20
* | vo_gl: add noise filterreimar2012-02-093-13/+81
* | x11: fix setting UTF-8 window titles for some special caseswm42012-01-251-9/+15
* | Merge branch 'eosd' into my_masterwm42012-01-186-346/+503
|\ \
| * | vo_gl: use generic eosd codewm42011-12-253-145/+124
| * | libvo, vo_vdpau: make the EOSD packer code from vo_vdpau genericwm42011-12-253-201/+379
* | | Merge branch 'utf8_input' into my_masterwm42012-01-183-134/+69
|\ \ \
| * | | x11: remove wskeys.hwm42012-01-182-107/+20
| * | | x11: add print and menu keyswm42012-01-181-0/+1
| * | | x11: add KP_Separator to key mappingwm42012-01-182-0/+2
| * | | x11: allow unicode inputwm42012-01-182-29/+48
| |/ /
* | | Merge remote-tracking branch 'origin/master' into my_masterwm42012-01-181-25/+27
|\ \ \ | | |/ | |/|
| * | vo_vdpau: fix preemption recovery after recent commitsUoti Urpala2011-12-201-25/+27
| |/
* / x11: simplify setting unicode text propertieswm42012-01-181-22/+6
|/
* configure, build: remove --disable-libav supportUoti Urpala2011-12-111-2/+0
* vo_vdpau: use new want_redraw mechanism in one more caseUoti Urpala2011-12-091-3/+1
* Merge remote-tracking branch 'pigoz/gl'Uoti Urpala2011-12-073-13/+27
|\
| * vo_gl: cocoa: point swapinterval to cocoa_common functionStefano Pigozzi2011-12-063-0/+11
| * vo_gl: cocoa: decouple cocoa_common from gl_commonStefano Pigozzi2011-12-063-13/+16
* | Merge remote-tracking branch 'wm4/window_title'Uoti Urpala2011-12-0713-58/+104
|\|
| * libvo: change default window title to "mplayer2"wm42011-12-062-2/+2
| * x11: set window titles as UTF-8wm42011-12-062-3/+58
| * libvo: remove title argument from struct vo_driver.configwm42011-12-0613-56/+47
* | core, vo: new window refresh logic, add slow-video OSD redrawUoti Urpala2011-12-065-68/+26
* | core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-065-42/+40
* | vo: do final frame draw only near page flipUoti Urpala2011-12-063-12/+50
|/
* vo_gl: add native mac osx Cocoa backend for vo_glStefano Pigozzi2011-11-264-0/+623
* vo_corevideo: fix key interpretation with modifiersStefano Pigozzi2011-11-261-2/+9
* vo_gl: fix cscale=4 and cscale=5 doing nothingwm42011-11-251-2/+4
* vo_gl: fix 10 bit with Mesa drivers (Intel/Nouveau on Linux)wm42011-11-253-8/+18
* vo_gl: make shader code generation easier to deal withwm42011-11-251-152/+188
* vo_xv: implement screenshotswm42011-11-251-0/+51
* vo_gl: implement screenshotswm42011-11-253-0/+80
* vo_vdpau: implement screenshotswm42011-11-252-11/+90
* core: add screenshot mode for actual VO window contentswm42011-11-251-0/+7
* core: add infrastructure to get screenshots from VOswm42011-11-251-0/+12
* vo_gl: fix crash with backends lacking control() featureswm42011-10-241-0/+6
* vo_gl: remove support for nvidia register combiners (yuv=1)wm42011-10-243-169/+7
* vo_gl: fix crash with ati-hack after 20256a8a64c9679bc9136bbwm42011-10-241-28/+34
* vo_gl: remove mesa-buffer suboptionwm42011-10-243-79/+28
* vo: sdl: handle key modifierswm42011-10-241-9/+43
* vo_gl: move window creation functions from vo_gl.c into gl_common.cwm42011-10-243-90/+71
* vo_gl/sdl: use desktop resolution for fullscreen modewm42011-10-243-0/+20
* vo_gl: add new vo name "gl_sdl" to make SDL+GL mode availablewm42011-10-242-9/+45
* vo_gl: remove "noaspect" suboptionwm42011-10-241-13/+13
* vo_gl: convert to new API, clean up codewm42011-10-243-2745/+2980
* vo_gl2, vo_matrixview: remove these VOswm42011-10-245-1680/+0
* video, options: implement better YUV->RGB conversion controlwm42011-10-167-167/+241
* vo_gl: fix image corruption with PBOs when playing 10 bit videowm42011-10-061-10/+14
* csputils/vo_gl: rewrite YUV->RGB matrix generationUoti Urpala2011-08-292-77/+97
* cosmetics: csputils.[ch]: reindentUoti Urpala2011-08-282-138/+146
* video_out.h: change VOCTRL_* defines to enumharklu2011-08-251-54/+56
* vo_vpdau: fix preemption recovery broken in decec7f2a37e559dUoti Urpala2011-08-111-11/+22
* vo: X key input: remove ambiguous KeySym remappingUoti Urpala2011-07-292-68/+63
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-1/+0
* vo_vdpau: skip resize code if not fully initializedUoti Urpala2011-07-171-0/+5
* input: rework event reading and command queuingUoti Urpala2011-07-171-1/+1
* vo_directx: include <libavutil/common.h> for FFMINUoti Urpala2011-07-071-0/+1
* Merge branch 'mplayer1_changes'Uoti Urpala2011-07-0615-484/+130
|\
| * cleanup: silence some clang warningsreimar2011-07-063-4/+4
| * vo_gl: fix YUY2/YVYU colorspace mixupreimar2011-07-062-2/+4
| * cleanup: vo_directx: remove redundant codereimar2011-07-061-94/+23
| * vo_directx: Change vo_directx to use w32_common.creimar2011-07-061-370/+43
| * VO: w32_common: also generate VO_EVENT_MOVEreimar2011-07-061-0/+8
| * VO: support Pause/Break key in X11 inputdiego2011-07-062-1/+3
| * cleanup: x11_common: remove pointless GC operationsiive2011-07-061-3/+2
| * vo_xv: avoid setting background color due to resize flickeriive2011-07-061-4/+5
| * vo_gl: Support 9- and 10-bit YUV input for OpenGL VOsreimar2011-07-065-15/+46
| * cleanup: vo_direct3d: Mark a function staticdiego2011-07-061-2/+3
* | vo: avoid losing initial expose eventUoti Urpala2011-07-061-3/+2
* | vo_xv: avoid clearing too much on resizeUoti Urpala2011-07-064-32/+6
|/
* debug output: reduce verbosity of some frequent messagesUoti Urpala2011-07-051-5/+4
* VO: silence "[ASPECT] Warning: No suitable new res found!"Uoti Urpala2011-07-051-1/+1
* VO: clean up aspect.c, remove aspecttest toolUoti Urpala2011-07-052-133/+43
* cleanup: mark some vo_directfb2.c and vo_s3fb.c functions staticUoti Urpala2011-06-292-12/+22
* vo_gl: Request GL_LUMINANCE16 for 16-bit YUV inputreimar2011-06-292-2/+5
* vo_gl: don't accept 9/10-bit formats as inputreimar2011-06-293-14/+18
* cleanup: some warning fixes and minor cleanupsreimar2011-06-292-4/+4
* Windows: vo/input: handle WM_XBUTTONDOWN messageRudolf Polzer2011-06-191-1/+16
* vo_xvmc: drop XvMC supportUoti Urpala2011-05-092-1319/+0
* cleanup: shut up more warningsClément Bœsch2011-05-064-23/+8
* vo_svga: fix build after previous commit 6506d4adClément Bœsch2011-05-031-1/+1
* cleanup: remove more warningsClément Bœsch2011-05-022-8/+3
* Merge branch 'mplayer1_changes'Uoti Urpala2011-05-023-60/+45
|\
| * cleanup: vo_fbdev: simplify some codereimar2011-05-021-39/+14
| * vo_fbdev: clip x/y offsets to avoid bad video placementreimar2011-05-022-3/+8
| * vo_fbdev: Add -geometry support reusing common codereimar2011-05-021-13/+10
| * vo_fbdev: add RGB framebuffer supportreimar2011-05-021-7/+13
| * vo_gl: fix "gamma" equalizer settingreimar2011-04-121-0/+2
* | input: move all key code lists to input/keycodes.hUoti Urpala2011-05-0213-26/+13
* | vo_dga: replace xf86dga.h with Xxf86dga.hClément Bœsch2011-04-202-2/+2
* | cleanup: avoid various GCC warningsClément Bœsch2011-04-203-11/+9
|/
* VO: don't wait for map event in X VO initializationUoti Urpa