summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Change <endian.h> include to <sys/types.h>wm42012-07-312-2/+2
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-311-3/+2
* libvo: remove exit_player_bad()wm42012-07-303-17/+12
* vo_gl, vo_gl3: honor global --vsync optionwm42012-07-303-3/+3
* Rip out 3DNOW supportwm42012-07-302-187/+2
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-303-3/+7
* fastmemcpy.h: remove code duplicationwm42012-07-301-28/+2
* libvo: remove custom assembler memcpy implementations (aka fastmemcpy)wm42012-07-303-697/+6
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-4/+4
* osd: use libass for OSD renderingwm42012-07-284-29/+4
* libvo, libao: remove useless video and audio output driverswm42012-07-2841-17445/+4
* build: remove bin_to_header.py and use TOOLS/file2string.py insteadwm42012-07-281-1/+3
* Merge remote-tracking branch 'origin/master'wm42012-07-289-188/+151
|\
| * vo_sharedbuffer: remove from autoprobe listStefano Pigozzi2012-07-271-3/+3
| * vo_corevideo, vo_sharedbuffer: put private state in vo->privStefano Pigozzi2012-07-272-81/+77
| * vo_vdpau: disable refresh-aware frame timing when compositedUoti Urpala2012-07-273-2/+18
| * vo_vdpau: fix possible crash after preemptionUoti Urpala2012-07-161-3/+5
| * build: use python3 to generate some files previously in gitUoti Urpala2012-07-161-43/+0
| * VO: implement shared option handling, use for vdpauUoti Urpala2012-07-163-58/+50
* | cocoa: return the real CGLPixelFormatObjStefano Pigozzi2012-05-151-1/+1
* | cocoa: don't request a depth buffer sizeStefano Pigozzi2012-05-151-2/+0
* | cocoa: gl3: make window creation fail on <10.7Stefano Pigozzi2012-05-151-0/+5
* | cocoa: gl3: support querying of colors bit depthStefano Pigozzi2012-05-153-0/+21
* | cocoa: handle failure on pixel format creationStefano Pigozzi2012-05-141-0/+6
* | screenshot, vo_png: fix dependency on sizeof(AVFrame)wm42012-04-291-4/+11
* | Merge remote-tracking branch 'origin/master'wm42012-04-299-1058/+723
|\|
| * cocoa_common: fix problems with alt-tab window changesStefano Pigozzi2012-04-261-4/+5
| * cocoa_common, gl_common: add OSX specific getProcAddressStefano Pigozzi2012-04-263-1/+17
| * OSX, input: implement wakeup in response to Cocoa eventsStefano Pigozzi2012-04-262-0/+8
| * vo_sharedbuffer: add this video outputStefano Pigozzi2012-04-263-0/+318
| * vo_corevideo: restructure this video outputStefano Pigozzi2012-04-265-352/+349
| * vo_corevideo: use cocoa_common to display the windowStefano Pigozzi2012-04-264-838/+166
| * vo_corevideo: use soft tabs (4 spaces)Stefano Pigozzi2012-04-261-684/+684
* | vo_directx: clear panscan borders in windowed modewm42012-04-241-5/+32
* | vo_gl: reject MS Windows native OpenGL as software rasterizerwm42012-04-241-1/+3
* | vo_gl: refuse to use software renderer, unless explicitly requestedwm42012-04-242-21/+19
* | win32: don't crash if vo_w32_uninit() is called without vo_w32_init()wm42012-04-241-0/+2
* | gl_common: do not call glXGetClientString() and glXGetServerString()wm42012-04-161-34/+12
* | win32: fix handling of AltGrwm42012-04-141-0/+5
* | win32: simplify icon loadingwm42012-04-141-6/+1
* | win32: move global variables into a struct & some refactoringwm42012-04-146-321/+345
* | win32: use GetKeyState() instead of maintaining the state manuallywm42012-04-141-16/+9
* | Merge remote-tracking branch 'origin/master'wm42012-04-131-1090/+0
|\|
| * build: remove OS/2 supportUoti Urpala2012-04-061-1090/+0
* | win32: prevent modifier keys from getting stuckwm42012-04-131-0/+5
* | win32: make F10 key not enter the window menuwm42012-04-071-0/+2
* | win32: fix behavior of enter keywm42012-04-071-5/+11
* | vo_directx: do not do aspect scaling in windowed mode.reimar2012-04-061-4/+6
* | win32: use more unicode functionswm42012-04-061-38/+24
* | win32: support key modifiers (shift, ctrl, alt)wm42012-04-061-13/+45
* | 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/