summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* spelling fixessiretart2010-11-024-6/+6
* vo_gl.c: Use early return instead of large if blockreimar2010-11-021-26/+26
* vo_gl: Make OSD rendering code more readablereimar2010-11-021-7/+12
* vo_corevideo: Move variable into the only function it's used inreimar2010-11-022-1/+1
* vo_corevideo: move mouse hiding to check_eventsreimar2010-11-021-23/+21
* vo_corevideo: Make the Quit menu entry workreimar2010-11-021-0/+14
* vo_corevideo: simplify check_eventsreimar2010-11-021-1/+1
* vo_corevideo: change window-closing handlingreimar2010-11-021-2/+5
* vo_corevideo, vo_quartz: remove useless kQuitCmdreimar2010-11-023-7/+0
* vo_corevideo: indentation fixesreimar2010-11-022-27/+27
* vo_corevideo: Avoid some code duplication.reimar2010-11-021-4/+2
* vo_corevideo: Simplify update_screen_inforeimar2010-11-021-7/+6
* vo_corevideo: avoid dangerous castsreimar2010-11-021-3/+2
* vo_corevideo.m: remote useless parentheses and castsreimar2010-11-021-11/+11
* vo_corevideo: Send KEY_CLOSE_WIN instead of KEY_ESC for quitreimar2010-11-021-2/+2
* vo_gl2: Use identical code to -vo gl for -wid modereimar2010-11-021-3/+4
* vo_gl: Make it possible to select GL_NEAREST scalingreimar2010-11-021-1/+9
* vo_gl: add helper macros to build the yuv conversion type numberreimar2010-11-022-1/+6
* gl_common.h: Add () around macro arguments.reimar2010-11-021-3/+3
* vo_gl: Cosmetics: create luma texture firstreimar2010-11-021-4/+5
* vo_tga: specify 15 bpp tga format endiannessreimar2010-11-021-1/+1
* vo_tga: Use the proper imgfmt namesreimar2010-11-021-2/+2
* vo_tag: fix RGB with alpha output on little-endianreimar2010-11-021-42/+1
* vo_vdpau: fix indentation of some switch statementsUoti Urpala2010-11-021-49/+49
* vo_vdpau: add extra check for unknown image formatUoti Urpala2010-11-021-2/+4
* vo_gl: remove unused labelUoti Urpala2010-11-021-1/+0
* x11_common.h: remove some unused declarationsUoti Urpala2010-11-021-3/+0
* vo_gl: remove "broken" comment from quadbuffer stereocehoyos2010-11-021-1/+1
* vo_gl: Some small whitespace and {} cosmeticsreimar2010-11-021-19/+21
* vo_gl: Try to get a quadbuffered visual for corresponding 3D modereimar2010-11-021-1/+13
* vo_gl: cleanupreimar2010-11-021-9/+2
* vo_gl: Add initial stereo supportreimar2010-11-023-0/+118
* x11_common: Get window dimensions also for -wid 0reimar2010-11-021-1/+2
* x11_common.c: minor cleanupreimar2010-11-021-3/+1
* x11_common.c: Some indentation fixesreimar2010-11-021-10/+10
* x11_common: Do not try to grab input from -wid windowsreimar2010-11-021-8/+21
* vo_gl: Fix -geometry with -wid behaviour (y position was flipped)reimar2010-11-021-3/+4
* vo_mga: Rename libvo/mga_common.c --> libvo/mga_template.cdiego2010-11-023-2/+2
* vo_gl: More sensible behaviour for -geometry with -widreimar2010-11-021-1/+1
* cosmetics: Remove some unused linesdiego2010-11-022-4/+0
* x11_common: Consistently use "None" instead of "NULL" for X resourcesreimar2010-11-021-7/+7
* ao_ivtv: Add header for ivtv_write() instead of forward declaring itdiego2010-11-022-0/+33
* SDL input: add missing 0-termination of keymap filereimar2010-11-021-0/+1
* vo_gl, csputils: dual-license under LGPL v2.1reimar2010-11-025-0/+25
* libvo: Reduce verbosity of suboption parsing messagesdiego2010-11-023-12/+12
* vo_gl: Remove nonsense commented-out function headerreimar2010-10-271-1/+0
* vo: improve fixed-vo behavior when video size changes in x11 VOsUoti Urpala2010-07-232-0/+26
* Merge svn changes r31318 to r31328Uoti Urpala2010-06-052-269/+6
|\
| * Remove colorspace conversion code from -vo yuv4mpeg, -vf scale shouldreimar2010-06-051-268/+2
| * Add support for -geometry x syntax since the documentation claimsreimar2010-06-051-1/+4
* | Merge svn change r31315Uoti Urpala2010-06-051-0/+1
|\|
| * Force window placement also if -xineramascreen was set >= 0,reimar2010-06-041-0/+1
| * apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa...siretart2010-06-031-0/+6
| * vo_yuv4mpeg: disable RGB support when compiling against a shared libswscalesiretart2010-06-031-4/+10
* | Merge svn changes up to r31303Uoti Urpala2010-06-022-15/+26
|\|
| * Extend geometry parsing to reject all invalid strings.reimar2010-06-011-9/+12
| * Factor out some common code and ensure we will not try to draw OSDreimar2010-05-311-3/+12
* | Merge svn changes up to r31291Uoti Urpala2010-06-021-1/+5
|\|
| * Change code to let Window Manager chose window location by default.reimar2010-05-301-1/+5
* | Merge svn changes up to r31284Uoti Urpala2010-06-022-4/+4
|\|
| * Treat a NULL renderer string as indication for software renderer.reimar2010-05-301-1/+1
| * Prefer -vo sdl over "probably software" OpenGL.reimar2010-05-301-3/+3
| * misc cosmetics: K&R style nits, #include placement, indentationdiego2010-05-291-72/+71
* | Merge svn changes up to r31226Uoti Urpala2010-05-301-0/+2
|\|
| * Add missing RGB12 version of the fast OSD table.diego2010-05-261-0/+2
* | Merge svn changes up to r31211Uoti Urpala2010-05-302-5/+14
|\|
| * Change -vo md5sum to not interleave U and V lines when calculatingreimar2010-05-241-0/+2
| * Fix OpenGL autodetection to not leave values at -1.reimar2010-05-241-5/+12
* | Merge svn changes up to r31189Uoti Urpala2010-05-302-6/+16
|\|
| * Do not return pointer to on-stack memory.reimar2010-05-191-1/+3
| * Fix return value (it was missing completely).reimar2010-05-191-1/+1
| * Handle -wid Window being closed for direct3d and gl vos on Windows.reimar2010-05-191-4/+8
| * Quit MPlayer if we receive a DestroyNotify event.reimar2010-05-141-0/+4
* | Merge svn changes up to r31169Uoti Urpala2010-05-302-6/+8
|\|
| * Fix compilation with --disable-fastmemcpy on x86astrange2010-05-111-1/+1
| * Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.reimar2010-05-091-0/+2
| * Minor code cleanup.reimar2010-05-091-4/+4
| * yuv=5 supports brightness and contrast adjustment.reimar2010-05-091-1/+1
* | Merge svn changes up to r31145Uoti Urpala2010-05-301-1/+6
|\|
| * Handle chroma texture size becoming 0, e.g. due to bad rounding.reimar2010-05-091-1/+6
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-1/+2
* | vo_vdpau: fix loop initializing output surfaces as invalidUoti Urpala2010-05-261-5/+10
* | vo_vdpau: support queuing an arbitrary number of frames aheadUoti Urpala2010-05-141-37/+56
* | vo_vdpau: add option for studio level outputUoti Urpala2010-05-121-0/+15
* | vdpau: drop support for old versionsUoti Urpala2010-05-111-5/+0
* | Merge svn changes up to r31141Uoti Urpala2010-05-075-1/+74
|\|
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-065-1/+74
* | Merge svn changes up to r31133Uoti Urpala2010-05-072-6/+3
|\|
| * Also print OpenGL renderer string with vendor and version with -vreimar2010-05-011-1/+2
| * Avoid duplicating the GL/gl.h include.reimar2010-04-301-4/+0
| * 100l, open the customtex also in binary mode, not just the program.reimar2010-04-301-1/+1
* | Merge svn changes up to r31104Uoti Urpala2010-05-071-2/+2
|\|
| * Move variable declaration into the block where it is actually used.reimar2010-04-271-2/+2
| * Add missing input.h #include, fixes the warnings:diego2010-04-271-1/+1
* | Merge svn changes up to r31100Uoti Urpala2010-05-071-1/+1
|\|
| * Move "screen" variable declaration below the relevant #ifdef, fixes the warning:diego2010-04-271-1/+1
* | vo_vdpau.c cosmetics: add WRAP_ADD macroUoti Urpala2010-05-061-6/+9
* | Merge svn changes up to r31097Uoti Urpala2010-04-2615-211/+396
|\|
| * Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.reimar2010-04-251-0/+2
| * Missing space after if.reimar2010-04-251-1/+1
| * Support mouse movements in SDL.reimar2010-04-251-1/+4
| * Avoid duplicating mouse-movement command-generation code.reimar2010-04-255-17/+20
| * Deduplicate enable_mouse_movements declaration.reimar2010-04-254-4/+1
| * Minor cosmetics.reimar2010-04-251-7/+9
| * Add comment for endif.reimar2010-04-251-1/+1
| * Support for auto-selecting the OpenGL backend.reimar2010-04-253-7/+10
| * Add reinitialization support. Necessary for fullscreen on OSX.reimar2010-04-254-0/+18
| * Handle SDL expose events with -vo gl.reimar2010-04-251-0/+2
| * Missing space in error message.reimar2010-04-251-1/+1
| * Simplify SDL key symbol mapping.reimar2010-04-251-48/+26
| * Use the proper define for translating the tab key.reimar2010-04-251-1/+1
| * Make uppercase characters and in general all ASCII characters workreimar2010-04-251-12/+5
| * Share SDL initialization code.reimar2010-04-254-20/+30
| * Remove unnecessary check.reimar2010-04-251-2/+0
| * Fullscreen support for -vo gl using SDL.reimar2010-04-253-1/+40
| * Set SDL window title.reimar2010-04-251-0/+1
| * Window resizing support for -vo gl with SDL backend.reimar2010-04-254-7/+20
| * Add sdl_common file and use it to share the input handling between -vo glreimar2010-04-254-83/+159
| * Use SDL_GL_ProcAddress to work around conflicts between -lGLreimar2010-04-251-0/+10
| * Update copyright and email address.reimar2010-04-251-1/+1
| * Clarify that the GL_TEXT_FRAGMENT_SHADER_ATI bug workaround is for OSX,reimar2010-04-251-3/+3
| * Missing gl.h include for SDL backend.reimar2010-04-241-0/+3
| * Slightly more correct ifdefs for vo_gl2.reimar2010-04-241-6/+9
| * Add workaroound for yuv=7 mode - does hurt speed but not muchreimar2010-04-241-1/+5
| * Remove code to work around bugs in ancient libSDL versions, the code has beenreimar2010-04-241-35/+0
| * Try harder to find linked OpenGL functions.reimar2010-04-241-27/+22
| * Disable OSD support by default if the necessary OpenGL functionality is missing.reimar2010-04-241-1/+3
| * SDL support with related crash-resilience fixes.reimar2010-04-241-4/+30
| * Some crash-resilience fixes.reimar2010-04-241-0/+2
| * First steps to support -vo gl with SDL-based Window handling.reimar2010-04-242-0/+40
| * 10l: Remove leftover commented-out #include.diego2010-04-241-1/+0
| * Remove unnecessary kd.h #include.diego2010-04-241-6/+1
| * rename 'struct keymap' -> 'struct mp_keymap'siretart2010-04-236-10/+10
| * include sys/kd.h on non-Linux architectures correctlysiretart2010-04-231-2/+2
* | Merge svn changes up to r31040Uoti Urpala2010-04-261-1/+1
|\|
| * Open cutomtex file in binary mode to avoid potential issues onreimar2010-04-131-1/+1
* | Merge svn changes up to r31033Uoti Urpala2010-04-261-0/+9
|\|
| * Add some fallback OpenGL defines to fix compilation on Windows.reimar2010-04-071-0/+9
* | Merge svn changes up to r31020Uoti Urpala2010-04-265-39/+63
|\|
| * Fix RGB support for corevideo: corevideo can only supportreimar2010-04-051-8/+22
| * Enable OSD also for BGR32, the code is the same as for RGB32.reimar2010-04-051-0/+1
| * Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoidingreimar2010-04-051-10/+6
| * Check texture dimensions instead of internal format in max texturereimar2010-04-041-3/+3
| * Cosmetics/reindent.reimar2010-04-041-14/+13
| * Avoid duplicating a condition.reimar2010-04-041-4/+4
| * Print width before height,reimar2010-04-041-1/+1
| * Fix width/height mixup in error message.reimar2010-04-041-1/+1
| * Factor out the YUV->RGB conversion auto-selection and alsoreimar2010-04-044-4/+18
* | Merge svn changes up to r31004Uoti Urpala2010-04-267-592/+671
|\|
| * Mark dxr2_opts array as const.diego2010-04-041-1/+1
| * Share more code between the two ATI fragment shader YUV to RGBreimar2010-04-041-69/+87
| * Try to detect and work around broken glXGetProcAddress on atreimar2010-04-031-0/+6
| * Implement OpenGL-based YUV to RGB version for Radeon 9200 classreimar2010-04-032-0/+55
| * Indentation fix.reimar2010-04-031-1/+1
| * Add mpgl prefix to all OpenGL-related function pointers.reimar2010-04-035-572/+572
| * Use (void) instead of () to indicate a parameterless function, fixes:diego2010-03-281-1/+1
| * Add const to some video_out extern declarations to match their definitions.reimar2010-03-271-45/+45
* |