summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* vo_gl: Support changing OSD over existing frameUoti Urpala2009-01-141-0/+6
* vo_xv: Always support updating OSD if none was drawn yetUoti Urpala2008-12-101-4/+19
* Update OSD while pausedUoti Urpala2008-12-092-15/+62
* vo_xv: Reformat codeUoti Urpala2008-12-091-268/+221
* Merge svn changes up to r28103Uoti Urpala2008-12-064-15/+84
|\
| * 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.reimar2008-12-051-0/+2
| * Fix indentationreimar2008-12-051-12/+12
| * Add experimental support for glXAllocateMemoryMESAreimar2008-12-053-5/+33
| * Avoid one more duplicated logic.reimar2008-12-051-2/+4
| * Simplify, do not duplicate buffer size calculationreimar2008-12-051-2/+2
| * Set the base size window manager hint, otherwise some subtract the minimumreimar2008-12-051-0/+7
| * Add some forgotten documentation for gl suboptionsreimar2008-12-051-1/+8
| * Add support for YCBCR MESA texture format to vo_gl.reimar2008-12-053-0/+23
* | Merge svn changes up to r28087Uoti Urpala2008-12-0414-63/+66
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-0312-33/+33
| * Remove unused declarations and references to vo_draw_text_osd(),diego2008-12-033-16/+1
| * Fix indentation.reimar2008-12-031-1/+1
| * More robust w32 -wid size handlingreimar2008-12-031-0/+5
| * Reindent after previous commitreimar2008-12-031-5/+5
| * Do not override the vo_dwidth/vo_dheight values in vo_w32_configreimar2008-12-031-0/+3
| * Cosmetics, whitespace and "... == NULL" to "!..."reimar2008-12-031-8/+8
| * Some whitespace and () cosmeticsreimar2008-12-031-17/+17
* | w32_common.c, vo_direct3d.c: Fix Windows compilation issuesUoti Urpala2008-12-022-3/+3
* | Merge svn changes up to r28065Uoti Urpala2008-12-024-200/+287
|\|
| * Remove resize_d3d call from render_d3d_frame that was made uselessreimar2008-12-021-2/+0
| * 100l, do not call check_events from resize_d3d since there should bereimar2008-12-021-3/+0
| * Cosmetics: Remove unnecessary ()reimar2008-12-021-1/+1
| * Consistency cosmetics: do not compare against NULL in ifsreimar2008-12-021-6/+6
| * Cosmetics: remove spaces before argument (reimar2008-12-021-3/+3
| * Reorganize Direct3D initialization code.reimar2008-12-021-51/+150
| * Remove a lot of completely pointless mp_msg_test calls.reimar2008-12-011-53/+26
| * use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>nplourde2008-11-301-17/+32
| * whitespace cosmetics: prettyprinting and indentationdiego2008-11-281-77/+81
| * factorize mouse hiding and screensaver disabling codegpoirier2008-11-272-10/+11
* | Merge svn changes up to r28043Uoti Urpala2008-11-261-2/+8
|\|
| * Use D3DFMT_ constants where possible instead of MAKEFOURCCreimar2008-11-261-2/+2
| * Add support for RGB formats to vo_direct3dreimar2008-11-261-0/+6
* | Merge svn changes up to r28038Uoti Urpala2008-11-259-2474/+2392
|\|
| * 100l, OSD alpha textures were cleared to the wrong value.reimar2008-11-251-1/+1
| * typo fix + readability improvementgpoirier2008-11-251-1/+1
| * Remove unnecessary #ifdef around a struct and a bunch of extern declarations.diego2008-11-241-4/+0
| * Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.diego2008-11-241-1/+1
| * cosmetics: Add/remove a few newlines similar to vo_fbdev.c.diego2008-11-241-2/+1
| * cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)gpoirier2008-11-241-1186/+1189
| * avoid putting several statements on a single linegpoirier2008-11-241-9/+21
| * Use doxygen-style comments in file header. Remove tabs usage.gpoirier2008-11-241-12/+10
| * whitespace-cleanupgpoirier2008-11-241-175/+175
| * Allow vo_macosx to be compiled in 64-bits mode:gpoirier2008-11-241-3/+7
| * More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off...reimar2008-11-241-0/+40
| * Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with cu...gpoirier2008-11-241-69/+96
| * Remove a ColorFill that is not necessary since the surface it is usedreimar2008-11-241-4/+0
| * Make sure the backbuffer is cleared when the border size might have changed.reimar2008-11-241-1/+14
| * Remove useless setting of frame_buffer to NULL as suggested by Reimar.diego2008-11-242-2/+1
| * cosmetics: indentationdiego2008-11-241-2/+2
| * Move setting of frame_buffer variable out of 'if', as preferred by Reimar.diego2008-11-242-4/+8
| * Clear the whole window on resize in vo_x11 since we do notreimar2008-11-231-1/+3
| * Simplify vo_x11 check_events functionreimar2008-11-231-7/+2
| * Do not draw in window if our image has not yet been adjusted to the new windo...reimar2008-11-231-0/+5
| * Remove unnecessary xf86vmode.h include.reimar2008-11-231-3/+0
| * Remove some usnused variables and commented-out code.reimar2008-11-231-6/+0
| * Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.reimar2008-11-231-9/+3
| * Patch to improve/consistify coding style.reimar2008-11-231-20/+20
| * Fix indentationreimar2008-11-231-12/+12
| * Lock/unlock surface only once even when drawing many slices.reimar2008-11-231-7/+14
| * Move locked_rect from stack to priv struct in preparation for following patch.reimar2008-11-231-17/+13
| * Move the StretchRect call from draw_slices to render_d3d_frame.reimar2008-11-231-28/+8
| * Remove pointless is_cfG_finished variable.reimar2008-11-231-17/+3
| * Handle fb_dev_name similar to vo_fbdev in vo_wii.diego2008-11-232-6/+10
| * Merge another if condition check to lessen differences to vo_fbdev.c.diego2008-11-231-4/+2
| * Use static variable instead of #define to lessen differences to vo_fbdev.c.diego2008-11-231-6/+10
| * Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.diego2008-11-231-6/+5
| * Merge another if condition check to lessen differences to vo_fbdev.c.diego2008-11-231-2/+1
| * Merge if condition check to lessen differences to vo_fbdev.c.diego2008-11-231-3/+1
| * Remove debug function.diego2008-11-231-70/+0
| * cosmetics: one more round of whitespace changesdiego2008-11-231-4/+4
| * cosmetics: further reformatting to lessen differences to vo_fbdev.cdiego2008-11-231-56/+53
| * cosmetics: complete reformatting, tabs to spaces, etc.diego2008-11-231-956/+952
| * cosmetics: Lessen differences to vo_wii.c.diego2008-11-231-3/+2
| * cosmetics: consistent formatting for if/else/casediego2008-11-231-36/+46
| * Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declarationreimar2008-11-232-10/+2
| * Remove unused flip_flag variablereimar2008-11-231-2/+0
| * cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.diego2008-11-231-118/+62
| * Remove unused variables and the related warnings along with them.diego2008-11-231-3/+0
* | Remove old VO vo_mouse_autohide compatibility #defineUoti Urpala2008-11-221-1/+0
* | Merge svn changes up to r27979Uoti Urpala2008-11-2212-205/+826
|\|
| * Remove a aspect calculation line.reimar2008-11-212-2/+0
| * Simplify handling of "flags" parameterreimar2008-11-211-13/+4
| * Add forgotten initialization if Flip_Flag to 0.reimar2008-11-211-0/+1
| * cosmetics: typo fixesdiego2008-11-211-1/+1
| * Fix and enable panscan handling for vo_direct3dreimar2008-11-211-77/+43
| * Cosmetics: rename variables etc. in vo_direct3d.creimar2008-11-201-253/+225
| * Factor common code like -wid handling, vo_gc creation etc. out intoreimar2008-11-199-191/+30
| * Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.reimar2008-11-191-12/+13
| * Add missing "static" qualifiers to vo_direct3dreimar2008-11-181-18/+18
| * 100l, the video_out_drivers list must be sorted by priority, notreimar2008-11-181-3/+3
| * Direct3D based video_out module.reimar2008-11-182-0/+755
| * Doxygen documentation for w32_common.creimar2008-11-181-0/+98
* | Merge svn changes up to r27949Uoti Urpala2008-11-1714-256/+104
|\|
| * Remove a useless XGetGeometry call, the X11 event handling alreadyreimar2008-11-171-5/+0
| * Get rid of (besides useless assignments) unused XSizeHints variablereimar2008-11-161-7/+0
| * Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...reimar2008-11-158-22/+0
| * Remove a duplicated vo_x11_selectinput_witherrreimar2008-11-151-8/+0
| * respect -vf dsize etc. also for -rootwin, just like vo_xv does.reimar2008-11-151-10/+8
| * Sync with vo_x11: make sure we get expose events even when drawing to the roo...reimar2008-11-151-1/+2
| * Remove a nonsensical "else" for the video mode switching case.reimar2008-11-151-1/+1
| * include limits.h for INT_MAX.reimar2008-11-151-0/+1
| * Remove now unused variables.reimar2008-11-153-12/+1
| * Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.reimar2008-11-152-2/+2
| * Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) samereimar2008-11-155-59/+26
| * Set modified window position and monitor aspect in vo_vm_switch instead of inreimar2008-11-153-5/+7
| * Get rid of (besides useless assignments) unused XSizeHints variablereimar2008-11-151-12/+0
| * Set modeline_width/height to sane values in vo_vm_switch even whenreimar2008-11-151-1/+4
| * Cosmetics: remove useless "extern"reimar2008-11-151-33/+33
| * Replace some of the different inconsistent XGetGeometry uses by areimar2008-11-155-34/+21
| * Remove a useless XGetGeometry call, the X11 event handling already takes care...reimar2008-11-151-5/+0
| * Remove code from unused and since ages deprecated draw_frame function.reimar2008-11-152-23/+2
| * Remove vo_xv code that has been under #if 0 since ages.reimar2008-11-151-29/+0
| * vo_x11: do not replace the vo_gc created by the Gui.reimar2008-11-151-4/+3
| * Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.reimar2008-11-151-2/+4
| * Cosmetics for vo_x11 control() to make it more similar to vo_xv.creimar2008-11-151-8/+6
| * Fix grammar of comment and sync it with vo_x11.creimar2008-11-151-1/+1
| * Fix ati-hack to work again with ATI 8.9 and later drivers.reimar2008-11-141-9/+8
| * Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead ofreimar2008-11-131-2/+2
| * Fix Windows OpenGL -wid:reimar2008-11-111-15/+1
* | Merge svn changes up to r27899Uoti Urpala2008-11-063-3/+34
|\|
| * For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEX...reimar2008-11-062-1/+4
| * Add #include <string.h> for memset.diego2008-11-041-0/+1
| * Change OpenGL support to work on unmodified MinGW64reimar2008-11-021-2/+29
* | Merge svn changes up to r27850Uoti Urpala2008-10-301-2/+2
|\|
| * Remove X11 backing store: this is now a useless flag.ben2008-10-291-2/+2
* | Merge svn changes up to 27824Uoti Urpala2008-10-2513-82/+71
|\|
| * Improve error message when screen width and height are not set.diego2008-10-191-3/+8
| * fixed image format detection for 15 bit color depthsfaust32008-10-171-1/+7
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-11/+11
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-162-22/+22
| * Move X11_FULLSCREEN definition to x11_common.h where it belongs.diego2008-10-162-3/+6
| * fixed overlay x and y calculationfaust32008-10-161-38/+3
| * Honour differences between src and dst stride for packed yuvfaust32008-10-141-1/+1
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-1/+1
| * Surround conditionally used function with corresponding #ifdef, fixes:diego2008-10-131-0/+2
| * Remove redundant variable declaration, fixes the warning:diego2008-10-131-1/+0
| * Add missing support for some multimedia keys to X11 backend code.diego2008-10-121-0/+9
| * Replace numeric constants by their defines.cehoyos2008-10-091-1/+1
| * Add missing #include for mplayer.h, fixes the warning:diego2008-10-031-0/+1
* | Merge svn changes up to r27682Uoti Urpala2008-10-024-21/+27
|\ \
| * | Revert "add outdir sub-option to vo png"Uoti Urpala2008-10-021-64/+2
| |/
| * Fix glAdjustAlignment parameter in glCreateClearTexreimar2008-09-201-1/+1
| * Change glCreateClearTex to use the same host data format as later uploads.reimar2008-09-204-20/+26
| * add outdir sub-option to vo pngben2008-09-201-2/+64
* | Merge svn changes up to r27649Uoti Urpala2008-09-206-268/+333
|\|
| * Remove already disabled and probably long obsolete code that worked around an...reimar2008-09-201-16/+0
| * Use already "prefetched" atoms instead of calling XInternAtom each time.reimar2008-09-201-5/+2
| * Update the copyright statement.syrjala2008-09-151-1/+1
| * Cosmetics:syrjala2008-09-151-143/+132
| * Don't limit BES to non-synced single buffer