summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r28461Uoti Urpala2009-02-044-25/+40
|\
| * Add [gl] in front of vo_gl messagereimar2009-02-031-1/+1
| * Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ...reimar2009-02-031-1/+10
| * Add checks that a D3D device is available before attempting rendering.reimar2009-02-031-1/+16
| * Remove the Present call after adapter reinitialization, it can not work anywayreimar2009-02-031-4/+0
| * Cosmetics: remove empty line, improve some messages.reimar2009-02-031-5/+3
| * Whitespace/comment typo cosmetics.reimar2009-02-031-5/+5
| * Check for change_d3d_backbuffer failure.reimar2009-02-031-1/+2
| * Fix several return valuesreimar2009-02-031-3/+3
| * Remove pointless #ifdef around internal header includes.diego2009-02-011-4/+0
* | Merge svn changes up to r28403Uoti Urpala2009-01-317-91/+161
|\|
| * Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.diego2009-01-301-1/+1
| * Allocate a larger backbuffer to allow resizing without reinit.reimar2009-01-271-43/+113
| * HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-265-47/+47
* | Merge svn changes up to r28348Uoti Urpala2009-01-232-2/+2
|\|
| * cosmetics: Remove pointless period after copyright statement non-sentences.diego2009-01-192-2/+2
* | Merge svn changes up to r28341Uoti Urpala2009-01-196-100/+149
|\|
| * fix device_id option after r28165gpoirier2009-01-181-7/+6
| * 100l, forgot to delete two defines left over from old HAVE_MMX handling code.reimar2009-01-161-2/+0
| * More #ifdef HAVE_MMX etc. missed by earlier search.reimar2009-01-161-1/+1
| * More #ifdef -> #if fixesreimar2009-01-161-2/+2
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-164-90/+142
* | Merge svn changes up to r28310Uoti Urpala2009-01-1519-117/+185
|\|
| * Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationreimar2009-01-103-11/+45
| * Fix build: calc_drwXY was factorized into vo_calc_drwXY.diego2009-01-091-1/+1
| * Factor calc_drwXY out of vo_xv and vo_xvmc.cehoyos2009-01-094-35/+22
| * Support loading font faces other then the first one in a font file.eugeni2009-01-062-7/+9
| * Add missing 'void' keyword to parameterless function declarations.diego2009-01-056-19/+19
| * Fix deinit problem due to r28215gpoirier2009-01-031-2/+4
| * Sync with latest round of xvmc changes in FFmpeg.diego2009-01-021-19/+20
| * Conditionally define render_one_glyph and kerning dummy functions indiego2009-01-022-9/+5
| * Remove unused debug code.diego2009-01-021-9/+0
| * Add an option to vo_macosx to set a custom buffer_name.gpoirier2008-12-301-6/+23
| * Support F- and numpad keys for w32_common based vos.reimar2008-12-301-0/+10
* | Merge branch 'pause'Uoti Urpala2009-01-153-279/+300
|\ \
| * | 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 r28204Uoti Urpala2008-12-273-3/+23
|\ \ \ | | |/ | |/|
| * | Fix ugly borders problem with ati-hackreimar2008-12-271-0/+19
| * | Remove unused variable.diego2008-12-241-1/+0
| * | Warn when using features that are broken due to ATI driver bugs.reimar2008-12-231-0/+3
| * | Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 ...reimar2008-12-231-1/+1
| * | Remove pointless forward declaration.diego2008-12-231-1/+0
* | | Merge svn changes up to r28176Uoti Urpala2008-12-226-428/+146
|\| |
| * | 100l, forgot an assignment, broke special keys handling for X11-based vos.reimar2008-12-211-1/+1
| * | Add and use a special lookup function to do table-based translation to MPlaye...reimar2008-12-204-55/+49
| * | Cosmetics: get rid of some tabs and trailing whitespace.reimar2008-12-201-32/+32
| * | Use a table to translate X11 to MPlayer keycodes.reimar2008-12-201-145/+46
| * | Get rid of pointless and now unused defines.reimar2008-12-201-88/+0
| * | Simplify handling of X11 key events that are just passed through.reimar2008-12-201-97/+7
| * | Replace vo_macosx's custom options parsing with a subopt_parse()-based onegpoirier2008-12-191-22/+24
* | | Merge svn changes up to r28162Uoti Urpala2008-12-193-2/+3
|\| |
| * | Do not use full relative #include path for headers in the same directory.diego2008-12-171-1/+1
| * | #include sub.h instead of locally declaring vo_draw_text().diego2008-12-171-1/+1
| * | xvmc is now a CONFIG_ option in FFmpeg.diego2008-12-151-1/+1
* | | Merge svn changes up to r28149Uoti Urpala2008-12-147-60/+355
|\| | | |/ |/|
| * Add support for writing PNG files with alpha channel in -vo pngreimar2008-12-101-2/+9
| * Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).reimar2008-12-101-3/+13
| * Fix MGSTR vs. MSGTR typo.diego2008-12-091-3/+3
| * Set d3d_handle to NULL after release.reimar2008-12-091-0/+1
| * Forgotten part of previous cosmetics commitreimar2008-12-091-3/+2
| * Slightly simplify the conditional release/free codereimar2008-12-091-21/+14
| * First version of OSD support for vo_direct3dreimar2008-12-091-7/+282
| * cosmetics: indentationdiego2008-12-081-1/+2
| * Remove pointless or even wrong N/A return values doxy commentsreimar2008-12-081-5/+0
| * Add missing unistd.h #include, fixes the warning:diego2008-12-081-0/+1
| * Remove unused variable, fixes the warning:diego2008-12-081-1/+0
| * #include appropriate headers instead of locally declaring function prototypes.diego2008-12-082-5/+3
| * ati_hack only makes sense when PBOs are used, not with mesa_buffer.reimar2008-12-061-4/+4
| * More possible fixes for mesa-buffer mode.reimar2008-12-061-3/+6
| * Move one ati_hack check to a better place.reimar2008-12-061-1/+1
| * Reindentreimar2008-12-061-11/+11
| * 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.reimar2008-12-062-5/+13
* | 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-23