Sun, 04 Apr 2010 16:56:30 +0000 |
reimar |
Factor out the YUV->RGB conversion auto-selection and also
|
Sat, 03 Apr 2010 07:08:07 +0000 |
reimar |
Add mpgl prefix to all OpenGL-related function pointers.
|
Sat, 27 Feb 2010 18:20:22 +0000 |
reimar |
Update -vo gl info structs, it isn't X11-only since ages and there's basically
|
Sat, 27 Feb 2010 18:17:33 +0000 |
reimar |
100l, remove forgotten debugging code.
|
Sat, 27 Feb 2010 18:16:41 +0000 |
reimar |
Only prefer -vo gl over -vo x11 if hardware acceleration is available.
|
Fri, 05 Feb 2010 07:12:05 +0000 |
reimar |
Print messages only after we are sure preinit will not fail anymore.
|
Thu, 04 Feb 2010 22:08:23 +0000 |
reimar |
Create the OpenGL probe window as a hidden Window on X11.
|
Tue, 02 Feb 2010 20:37:48 +0000 |
reimar |
Add support for autodetection during preinit and use that to detect a default
|
Tue, 02 Feb 2010 20:20:48 +0000 |
reimar |
Avoid using options before autodetectGlExtensions to allow it to change them properly.
|
Tue, 02 Feb 2010 20:16:57 +0000 |
reimar |
Remove vo_config_count check from uninit, it should always be safe to run.
|
Sat, 16 Jan 2010 19:59:31 +0000 |
reimar |
Add support for adjustable TV <-> PC level conversion.
|
Sun, 03 Jan 2010 18:44:56 +0000 |
reimar |
Make vo gl print the OpenGL vendor and version strings.
|
Fri, 01 Jan 2010 13:18:49 +0000 |
reimar |
Fix function declarations to avoid casting function pointers.
|
Fri, 01 Jan 2010 12:54:09 +0000 |
reimar |
Slightly generalize code to generate YUV->RGB conversion table and add
|
Fri, 01 Jan 2010 12:47:43 +0000 |
reimar |
Make YUV->RGB conversion coefficients selectable for -vo gl.
|
Thu, 31 Dec 2009 22:53:25 +0000 |
reimar |
Add support for 16-bit per component YUV formats.
|
Thu, 31 Dec 2009 19:59:58 +0000 |
reimar |
First steps to supporting different YUV->RGB conversion definitions.
|
Thu, 31 Dec 2009 18:07:37 +0000 |
reimar |
Put the colourspace-related variables into a separate struct to ease
|
Wed, 30 Dec 2009 11:32:24 +0000 |
reimar |
Support all planar YUV formats in OpenGL vos.
|
Sun, 27 Dec 2009 14:31:13 +0000 |
reimar |
Move do_render_osd function to avoid a forward declaration.
|
Thu, 24 Dec 2009 10:51:24 +0000 |
reimar |
Some ugly hacks to make compiling against a newer external version of libass work.
|
Thu, 24 Dec 2009 10:26:29 +0000 |
reimar |
Remove more direct includes of libass/ass.h
|
Sat, 19 Dec 2009 21:08:14 +0000 |
reimar |
Slightly improve vo_gl suboption documentation.
|
Sat, 19 Dec 2009 20:53:34 +0000 |
reimar |
Add support for auto-generating mipmaps in vo_gl, should ease
|
Sat, 19 Dec 2009 20:48:23 +0000 |
reimar |
Make -vo gl:customprog also work with RGB input (obviously those need to be
|
Sat, 19 Dec 2009 13:49:44 +0000 |
reimar |
Rename GL_* defines to CONFIG_GL_*
|
Sat, 19 Dec 2009 10:52:32 +0000 |
reimar |
Make the check for X11 and WIN32 backends for OpenGL separate.
|
Tue, 08 Dec 2009 23:32:51 +0000 |
reimar |
Pass all OpenGL functions through a function pointer indirection.
|
Tue, 08 Dec 2009 06:42:46 +0000 |
reimar |
Very preliminary code to allow selecting the OpenGL backend at runtime.
|
Sat, 21 Nov 2009 22:32:53 +0000 |
reimar |
Print which visual glXChooseVisual chose when running in verbose mode.
|
Sun, 27 Sep 2009 14:33:45 +0000 |
reimar |
Set sensible write frequency/priority values for AllocateMemoryMESA
|
Sun, 27 Sep 2009 14:31:35 +0000 |
reimar |
Print error instead of crashing when mesa-buffer is used on systems
|
Fri, 18 Sep 2009 18:46:12 +0000 |
reimar |
Re-add some ifdefs, partially reverting r29688, since mDisplay and
|
Fri, 18 Sep 2009 16:51:19 +0000 |
reimar |
Get rid of several (probably) pointless ifdefs
|
Tue, 01 Sep 2009 15:20:05 +0000 |
reimar |
Check setGlWindow return value to fail properly instead of crashing if e.g.
|
Thu, 27 Aug 2009 18:36:51 +0000 |
reimar |
Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
|
Thu, 27 Aug 2009 14:07:15 +0000 |
reimar |
Simplify -vo gl ass border etc. dimension calculation one bit more.
|
Thu, 27 Aug 2009 13:54:53 +0000 |
reimar |
Simplify and fix ass border calculations for -vo gl and -wid -fs mode.
|
Thu, 27 Aug 2009 12:03:02 +0000 |
reimar |
First attempts at supporting -fs with -wid, -vo gl on X11 only so far
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Mon, 16 Mar 2009 14:25:03 +0000 |
reimar |
Check mpi type before returning an DR buffer in get_image, fixes jerkiness
|
Sat, 07 Mar 2009 08:51:40 +0000 |
reimar |
Make data related to suboption parsing const in libvo
|
Fri, 06 Mar 2009 12:56:13 +0000 |
reimar |
Refactor smalltex/tinytex EOSD optimization in vo_gl
|
Fri, 06 Mar 2009 10:53:30 +0000 |
reimar |
Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,
|
Fri, 06 Mar 2009 10:33:35 +0000 |
reimar |
Do not rely on draw_osd to render the EOSD, instead draw it already at the
|
Tue, 17 Feb 2009 08:05:14 +0000 |
reimar |
100l, reset ass_border when switching out of fullscreen mode.
|
Sun, 08 Feb 2009 03:27:30 +0000 |
diego |
Add standard license headers, unify header formatting.
|
Tue, 03 Feb 2009 11:47:07 +0000 |
reimar |
Add [gl] in front of vo_gl message
|
Tue, 03 Feb 2009 11:46:31 +0000 |
reimar |
Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are much
|
Sat, 10 Jan 2009 13:47:41 +0000 |
reimar |
Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation
|
Sat, 27 Dec 2008 13:00:03 +0000 |
reimar |
Fix ugly borders problem with ati-hack
|
Tue, 23 Dec 2008 20:56:45 +0000 |
reimar |
Warn when using features that are broken due to ATI driver bugs.
|
Tue, 23 Dec 2008 19:31:56 +0000 |
reimar |
Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 drivers 20% slower at HD resolutions
|
Wed, 10 Dec 2008 16:39:45 +0000 |
reimar |
Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).
|
Sat, 06 Dec 2008 12:13:14 +0000 |
reimar |
ati_hack only makes sense when PBOs are used, not with mesa_buffer.
|
Sat, 06 Dec 2008 06:44:54 +0000 |
reimar |
More possible fixes for mesa-buffer mode.
|
Sat, 06 Dec 2008 06:41:36 +0000 |
reimar |
Move one ati_hack check to a better place.
|
Sat, 06 Dec 2008 06:40:47 +0000 |
reimar |
Reindent
|
Sat, 06 Dec 2008 06:18:57 +0000 |
reimar |
100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.
|
Fri, 05 Dec 2008 23:35:32 +0000 |
reimar |
10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.
|
Fri, 05 Dec 2008 22:35:24 +0000 |
reimar |
Fix indentation
|
Fri, 05 Dec 2008 22:16:45 +0000 |
reimar |
Add experimental support for glXAllocateMemoryMESA
|
Fri, 05 Dec 2008 20:56:49 +0000 |
reimar |
Avoid one more duplicated logic.
|
Fri, 05 Dec 2008 20:50:43 +0000 |
reimar |
Simplify, do not duplicate buffer size calculation
|
Fri, 05 Dec 2008 15:50:24 +0000 |
reimar |
Add some forgotten documentation for gl suboptions
|
Fri, 05 Dec 2008 15:36:54 +0000 |
reimar |
Add support for YCBCR MESA texture format to vo_gl.
|
Wed, 03 Dec 2008 09:27:19 +0000 |
reimar |
Some whitespace and () cosmetics
|
Tue, 25 Nov 2008 18:24:23 +0000 |
reimar |
100l, OSD alpha textures were cleared to the wrong value.
|
Mon, 24 Nov 2008 11:04:50 +0000 |
reimar |
More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer offsets.
|
Wed, 19 Nov 2008 20:19:25 +0000 |
reimar |
Factor common code like -wid handling, vo_gc creation etc. out into
|
Fri, 14 Nov 2008 10:31:15 +0000 |
reimar |
Fix ati-hack to work again with ATI 8.9 and later drivers.
|
Sat, 20 Sep 2008 17:48:01 +0000 |
reimar |
Change glCreateClearTex to use the same host data format as later uploads.
|
Thu, 07 Aug 2008 10:36:07 +0000 |
diego |
Rename font-related preprocessor directives.
|
Wed, 30 Jul 2008 13:44:59 +0000 |
diego |
Rename two GUI-related preprocessor directives:
|
Tue, 22 Jul 2008 18:46:07 +0000 |
reimar |
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
|
Sun, 06 Jul 2008 07:59:19 +0000 |
reimar |
One more hack for PBOs on ATI cards.
|
Sun, 06 Jul 2008 07:53:36 +0000 |
reimar |
Move at-hack code a bit up for further changes
|
Fri, 04 Jul 2008 21:19:27 +0000 |
reimar |
100l: finally understood ATI PBO problem: width must be a power of two.
|
Fri, 04 Jul 2008 21:16:14 +0000 |
reimar |
More stride alignment is needed to work reliably on ATI cards :-(
|
Sun, 22 Jun 2008 07:25:48 +0000 |
reimar |
100l, bpp is bits per pixel, not bytes
|
Sun, 25 May 2008 11:26:09 +0000 |
reimar |
Render everything as early as possible, doing as little as possible in
|
Sun, 25 May 2008 11:11:32 +0000 |
reimar |
Reorder flip_page to make moving around do_render call easier
|
Sun, 25 May 2008 11:06:51 +0000 |
reimar |
Split flip_page function
|
Sat, 24 May 2008 11:19:38 +0000 |
reimar |
Add a filter strength parameter for blurring/sharpening scalers.
|
Sat, 24 May 2008 11:03:00 +0000 |
reimar |
Use a struct instead of a huge and further growing argument list.
|
Thu, 22 May 2008 20:21:19 +0000 |
reimar |
Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME
|
Thu, 22 May 2008 20:09:44 +0000 |
reimar |
Simplify equalizer handling for vo gl
|
Fri, 16 May 2008 08:33:27 +0000 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
Sat, 10 May 2008 12:21:37 +0000 |
reimar |
Add force-pbo suboption for faster OpenGL output.
|
Sat, 10 May 2008 11:48:17 +0000 |
reimar |
Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers
|
Sat, 03 May 2008 14:40:42 +0000 |
reimar |
vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_IPB.
|
Sat, 03 May 2008 14:11:19 +0000 |
reimar |
Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.
|
Mon, 11 Feb 2008 19:01:34 +0000 |
reimar |
Slightly document alpha for OSD color
|
Mon, 11 Feb 2008 19:00:01 +0000 |
reimar |
Support alpha for vo gl osdcolor
|
Fri, 01 Feb 2008 12:22:12 +0000 |
reimar |
Redraw display on toggling border
|
Thu, 31 Jan 2008 00:07:28 +0000 |
reimar |
Always redraw video on resize.
|
Fri, 18 Jan 2008 18:16:32 +0000 |
reimar |
Small typo in message
|
Tue, 15 Jan 2008 17:59:20 +0000 |
reimar |
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
|
Tue, 15 Jan 2008 17:54:48 +0000 |
reimar |
Document vo gl lscale=3
|
Sat, 22 Dec 2007 20:17:57 +0000 |
reimar |
Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour
|
Sun, 02 Dec 2007 14:39:15 +0000 |
reimar |
Mark the vo_functions_t definitions as const where possible.
|
Sun, 02 Dec 2007 14:06:03 +0000 |
reimar |
Make vo info structs const
|
Fri, 19 Oct 2007 18:16:23 +0000 |
eugeni |
Avoid text deformation and subtitles moving outside the screen in pan-and-scan
|
Fri, 03 Aug 2007 18:29:54 +0000 |
reimar |
Handle case where get_image is called twice without a draw_image in-between
|
Sat, 28 Jul 2007 22:54:08 +0000 |
reimar |
Set -vo gl slice-height default to 0, the current default of 4 seems
|
Wed, 27 Jun 2007 10:26:13 +0000 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
Sat, 09 Jun 2007 09:25:41 +0000 |
henry |
set the window aspect hint
|
Mon, 28 May 2007 08:42:35 +0000 |
diego |
Remove some unused variables, patch by timwoj ieee org.
|
Fri, 27 Apr 2007 16:10:45 +0000 |
reimar |
Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd
|
Fri, 27 Apr 2007 14:25:36 +0000 |
eugeni |
Add -ass-hinting option for setting font hinting method.
|
Mon, 23 Apr 2007 07:42:42 +0000 |
diego |
Gui --> gui
|
Sun, 11 Mar 2007 14:59:08 +0000 |
reimar |
Add a new GPU-based scaling method to vo gl
|
Sat, 17 Feb 2007 20:58:55 +0000 |
reimar |
Move common vo initialization code to video_out.c
|
Tue, 06 Feb 2007 19:26:58 +0000 |
reimar |
Avoid calling aspect on each frame and make ass subtitles work better with panscan
|
Sat, 03 Feb 2007 11:31:09 +0000 |
reimar |
Update gl:help output a bit
|
Sun, 17 Dec 2006 12:33:09 +0000 |
reimar |
Fix compilation under MinGW with X11 enabled
|
Wed, 06 Dec 2006 18:44:26 +0000 |
eugeni |
Speed up ASS subtitles display by detecting changes between two consecutive
|
Tue, 24 Oct 2006 18:51:38 +0000 |
reimar |
Fix single-black-pixel-in-upper-left-corner bug (how do people notice a single
|
Fri, 06 Oct 2006 09:58:29 +0000 |
reimar |
EOSD performance debugging info.
|
Fri, 22 Sep 2006 20:26:12 +0000 |
reimar |
Whitespace-only cosmetics
|
Fri, 22 Sep 2006 20:23:17 +0000 |
reimar |
Aggregate multiple small EOSD textures into one large since hundreds of
|
Fri, 22 Sep 2006 20:19:51 +0000 |
reimar |
Cosmetics: move curtex++ out of for () into code body, needed for coming patch
|
Fri, 22 Sep 2006 20:16:36 +0000 |
reimar |
use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0
|
Fri, 22 Sep 2006 20:13:21 +0000 |
reimar |
Make genEOSD behaviour with NULL data more explicit
|
Fri, 22 Sep 2006 19:58:43 +0000 |
reimar |
Modify clearEOSD to make experimenting easier
|
Fri, 22 Sep 2006 19:15:40 +0000 |
reimar |
remove useless zero-initialization code.
|
Mon, 28 Aug 2006 20:38:31 +0000 |
reimar |
Cosmetics: reindent, remove tabs and break overlong lines.
|
Mon, 28 Aug 2006 20:21:04 +0000 |
reimar |
Cosmetics: fix indentation after last patch
|
Mon, 28 Aug 2006 20:17:42 +0000 |
reimar |
Hardware EOSD (ass) support.
|
Tue, 08 Aug 2006 14:56:12 +0000 |
reimar |
Disable Y800 colorspace support, otherwise mplayer uses it even when it's not supposed to.
|
Mon, 10 Jul 2006 18:36:50 +0000 |
reimar |
vo_gl can do flipping without special filter
|
Mon, 10 Jul 2006 18:35:29 +0000 |
reimar |
Fix negative stride handling in -dr case
|
Mon, 10 Jul 2006 18:33:34 +0000 |
reimar |
Get rid of left-over incorrect UnmapBuffer hack
|
Sat, 08 Jul 2006 19:29:04 +0000 |
reimar |
customtrect -vo gl suboption
|
Sat, 08 Jul 2006 19:22:36 +0000 |
reimar |
More helpful ProgramEnvParameters.
|
Sat, 08 Jul 2006 15:00:37 +0000 |
reimar |
Improve windows gui support
|
Tue, 04 Jul 2006 16:31:45 +0000 |
reimar |
Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,
|
Sun, 02 Jul 2006 03:59:36 +0000 |
reynaldo |
rm unnecesary casts from void* - part 2
|
Sat, 01 Jul 2006 10:59:21 +0000 |
reimar |
Get rid of unused variable
|
Sat, 01 Jul 2006 10:58:32 +0000 |
reimar |
Make sure all texture units have a different texture bound.
|
Thu, 22 Jun 2006 17:05:08 +0000 |
reimar |
remove pointless and sometimes incorrect lookupTex stuff
|
Thu, 15 Jun 2006 08:43:41 +0000 |
reimar |
Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.
|
Tue, 13 Jun 2006 20:30:16 +0000 |
reimar |
Document lscale/cscale in -vo gl:help message
|
Thu, 08 Jun 2006 18:50:11 +0000 |
reimar |
loadGPUProgram function to load fragment program with error checking and statistics
|
Wed, 07 Jun 2006 13:24:54 +0000 |
reimar |
Reworked YUV2RGB fragment program setup in preparation for upcoming patches
|
Mon, 05 Jun 2006 11:45:33 +0000 |
reimar |
Move/add checks to avoid crashes and make error messages less confusing
|
Sun, 16 Apr 2006 13:38:28 +0000 |
reimar |
Fix and improve xinerama support
|
Wed, 12 Apr 2006 14:11:26 +0000 |
reimar |
fixes and cleanup for windows fullscreen switching (restore old position,
|
Sun, 26 Mar 2006 10:43:56 +0000 |
reimar |
support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi at nomi cz
|
Wed, 15 Mar 2006 21:13:13 +0000 |
reimar |
extra checks on size of OSD parts (though IMHO these values should never be bad)
|
Wed, 15 Mar 2006 12:15:35 +0000 |
reimar |
do not call glDeleteTextures with 0 count, Xgl does not like it.
|
Thu, 09 Feb 2006 14:08:03 +0000 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
Sun, 18 Dec 2005 12:04:08 +0000 |
reimar |
support negative stride (flipping) in vo_gl.
|
Wed, 07 Dec 2005 15:56:27 +0000 |
reimar |
signed division must be used for calculation vo_dx and vo_dy.
|
Tue, 06 Dec 2005 22:35:54 +0000 |
reimar |
Must use glFlush when doublebuffering is not used
|
Tue, 06 Dec 2005 22:23:06 +0000 |
reimar |
Get rid of most #ifdefs
|
Tue, 22 Nov 2005 16:18:34 +0000 |
reimar |
Use slice-height 16 as default for yuv colorspaces (only relevant if decoder
|
Thu, 17 Nov 2005 20:49:46 +0000 |
reimar |
Enable border toggling for gl and gl2 under windows.
|
Mon, 31 Oct 2005 13:57:37 +0000 |
reimar |
10l typo, nomanyfmts should be used against playback problems.
|
Mon, 31 Oct 2005 13:56:16 +0000 |
reimar |
More consistent and sane types. Also avoids some gcc 4 warnings.
|
Thu, 13 Oct 2005 19:15:30 +0000 |
reimar |
Be less verbose.
|
Sat, 01 Oct 2005 12:53:49 +0000 |
reimar |
documentation update.
|
Sun, 25 Sep 2005 16:41:28 +0000 |
reimar |
fix/improve code doxumentation. Also group gl_common functions in several
|
Sun, 25 Sep 2005 16:31:58 +0000 |
reimar |
Allow specifying a custom (ppm) texture for texture unit 3
|
Sun, 25 Sep 2005 16:07:54 +0000 |
reimar |
Support rectangular texture in fragment programs
|
Sun, 25 Sep 2005 14:02:02 +0000 |
reimar |
Several bugfixes:
|
Wed, 14 Sep 2005 22:08:04 +0000 |
reimar |
hardware color-space conversion for vo_gl and vo_gl2
|
Tue, 13 Sep 2005 15:56:32 +0000 |
reimar |
Improved glFindFormat
|
Sun, 11 Sep 2005 17:45:12 +0000 |
reimar |
Respect -nodouble even though it looks very bad.
|
Fri, 09 Sep 2005 16:43:18 +0000 |
reimar |
Add missing doxygen comment for clearOSD()
|
Fri, 09 Sep 2005 14:49:13 +0000 |
reimar |
gl_buffer should be unsigned
|
Fri, 09 Sep 2005 14:47:54 +0000 |
reimar |
Add an uninit function.
|
Mon, 05 Sep 2005 10:08:04 +0000 |
reimar |
Properly initialize osdtexCnt
|
Mon, 05 Sep 2005 10:02:06 +0000 |
reimar |
OSD alpha conversion index out of range
|
Thu, 25 Aug 2005 12:45:57 +0000 |
reimar |
Fix texture format variable types. Internal format is GLint, others are GLenum
|
Sun, 21 Aug 2005 09:59:45 +0000 |
reimar |
-wid support for windows. Not well tested, might still behave a bit weird.
|
Fri, 19 Aug 2005 12:23:34 +0000 |
reimar |
less weird OSD alpha transformation.
|
Fri, 19 Aug 2005 12:16:52 +0000 |
reimar |
Do not set SwapInterval for values < 0.
|
Fri, 19 Aug 2005 09:31:02 +0000 |
reimar |
automatic vsync enabling for vo_gl.
|
Tue, 16 Aug 2005 23:24:52 +0000 |
reimar |
Get events from -wid window.
|
Tue, 16 Aug 2005 19:07:07 +0000 |
reimar |
Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.
|
Tue, 16 Aug 2005 18:52:38 +0000 |
reimar |
OSD textures can be deleted with one function call...
|
Tue, 16 Aug 2005 18:27:12 +0000 |
reimar |
Make glFinish optional
|
Tue, 16 Aug 2005 17:57:53 +0000 |
reimar |
use GenBuffers to get a buffer number instead of hardcoding 1.
|
Sun, 14 Aug 2005 19:24:49 +0000 |
reimar |
remove/move some unused headers/variables/code
|
Sun, 14 Aug 2005 13:44:14 +0000 |
reimar |
Helper function for drawing texture and general cleanup of vo_gl2.c
|
Fri, 05 Aug 2005 01:24:37 +0000 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
Wed, 27 Jul 2005 17:22:24 +0000 |
reimar |
More helper functions/defines and bugfixes
|
Tue, 26 Jul 2005 20:36:34 +0000 |
reimar |
catch failed buffer allocation
|
Tue, 26 Jul 2005 13:47:18 +0000 |
reimar |
OpenGL fixes for windows and vo_gl.c ported to windows.
|
Tue, 26 Jul 2005 10:16:18 +0000 |
reimar |
support for rectangular and streaming textures.
|
Mon, 25 Jul 2005 19:11:14 +0000 |
reimar |
Use DRAW_IMAGE instead of draw_frame
|
Tue, 19 Jul 2005 08:42:55 +0000 |
reimar |
Enable manyfmts by default for vo_gl
|
Sat, 18 Jun 2005 18:32:29 +0000 |
reimar |
support -wid
|
Mon, 13 Jun 2005 20:09:05 +0000 |
reimar |
Fix OSD handling, DVD subtitles work now. Will be a bit slower though.
|
Mon, 30 May 2005 08:45:21 +0000 |
reimar |
-geometry support for gl2 under win, default window pos centered for gl, gl2
|
Sun, 29 May 2005 17:04:51 +0000 |
reimar |
Implement -geometry for vo gl and gl2.
|
Mon, 18 Apr 2005 15:52:38 +0000 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
Sun, 10 Apr 2005 13:12:55 +0000 |
henry |
revert the previous commit, gl needs to reload the font immediately
|
Sat, 09 Apr 2005 22:45:47 +0000 |
henry |
remove force_load_font stuff moved to sub.c
|
Mon, 21 Feb 2005 14:44:39 +0000 |
reimar |
Remove a lot of duplicate code
|
Sat, 19 Feb 2005 20:14:00 +0000 |
al |
Move generic tests to a common place.
|
Sat, 08 Jan 2005 17:58:56 +0000 |
reimar |
set sub_bg_alpha only to 255 when using hardware OSD.
|
Fri, 31 Dec 2004 14:58:49 +0000 |
reimar |
Use subopt helper to parse arguments
|
Wed, 29 Dec 2004 14:33:40 +0000 |
reimar |
Doxygen comments improved
|
Wed, 01 Dec 2004 17:05:58 +0000 |
reimar |
More similar code from gl and gl2 moved to gl_common
|
Sat, 20 Nov 2004 10:57:39 +0000 |
reimar |
4 and 8 bit formats use a palette, so we cannot really support them (atm).
|
Thu, 11 Nov 2004 19:39:23 +0000 |
reimar |
missing return for InitGl function
|
Thu, 04 Nov 2004 18:31:55 +0000 |
reimar |
more fullscreen fixes and gl2 uses setGlWindow.
|
Mon, 01 Nov 2004 20:24:37 +0000 |
reimar |
fullscreen fixes and GUI support for vo_gl
|
Sun, 17 Oct 2004 19:32:47 +0000 |
reimar |
OSD variant for vo_gl.c that behaves more like the one of other vos.
|
Sun, 17 Oct 2004 13:28:22 +0000 |
reimar |
added gl_common for code used by both vo_gl.c and vo_gl2.c.
|
Sun, 10 Oct 2004 14:05:29 +0000 |
reimar |
aspect scaling and panscan support for vo_gl.c
|
Sun, 10 Oct 2004 12:26:58 +0000 |
reimar |
Variables for OSD support should be static
|
Fri, 08 Oct 2004 19:53:11 +0000 |
reimar |
OpenGL OSD rendering for vo_gl
|
Wed, 06 Oct 2004 19:53:16 +0000 |
reimar |
10l compilation fix
|
Wed, 06 Oct 2004 16:48:19 +0000 |
reimar |
fixed UNPACK_ALIGNMENT setting.
|
Fri, 03 Sep 2004 12:12:17 +0000 |
reimar |
improved suboption parsing, fixes also compiler warnings
|
Mon, 30 Aug 2004 21:06:52 +0000 |
reimar |
Using updated colorspace specifications from colorspaces.txt.
|
Sat, 28 Aug 2004 20:59:49 +0000 |
rathann |
small gcc warning fixes
|
Sun, 25 Jul 2004 12:49:01 +0000 |
reimar |
removed saver_on, saver_off calls, they are already in x11_common.c
|
Sat, 17 Jul 2004 14:32:22 +0000 |
reimar |
changed misleading TEXTUREFORMAT_32BPP (was 24bpp!) to vo_gl2 style TEXTUREFORMAT_ALWAYS
|
Fri, 02 Jul 2004 16:16:46 +0000 |
reimar |
removed XFlush() before XSync()
|
Sat, 08 May 2004 21:38:41 +0000 |
reimar |
changes to get manyfmts nearer to working and fixed memory leak
|
Thu, 15 Apr 2004 18:19:39 +0000 |
reimar |
fixed suboption parsing, added help for suboptions
|
Thu, 08 Apr 2004 21:50:29 +0000 |
reimar |
vo_gl supporting more color formats for testing
|
Sun, 22 Feb 2004 15:30:01 +0000 |
attila |
printf -> mp_msg
|
Sun, 30 Nov 2003 16:36:10 +0000 |
joey |
runtime 'stay-on-top' functionality
|
Sun, 21 Sep 2003 15:44:23 +0000 |
faust3 |
fix fullscreen switching in vo gl and vo gl2
|
Sun, 31 Aug 2003 22:27:10 +0000 |
mosu |
Avoid flickering during resizes. Keep video contents even when paused. Fix by Tomas Simonaitis <haden@homelan.lt>
|
Tue, 20 May 2003 16:48:05 +0000 |
alex |
Removed YUV (YV12) and BGR support, leaving the native RGB support. Also cleaned some other parts.
|
Mon, 30 Dec 2002 01:34:20 +0000 |
arpi |
- optional slice height for -vo gl (example: -vo gl:32)
|
Mon, 11 Nov 2002 15:22:10 +0000 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
Sun, 27 Oct 2002 03:16:21 +0000 |
arpi |
vo_init() moved to/fixed in preinit()
|
Thu, 17 Oct 2002 09:49:25 +0000 |
pontscho |
-fixed-vo support
|
Wed, 28 Aug 2002 21:32:32 +0000 |
alex |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
|
Wed, 28 Aug 2002 15:55:58 +0000 |
alex |
removed old input code
|
Fri, 09 Aug 2002 17:43:49 +0000 |
arpi |
ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning
|
Mon, 27 May 2002 17:56:52 +0000 |
alex |
query_format revised
|
Tue, 14 May 2002 23:44:35 +0000 |
arpi |
some cleanup, gl/gl2 updated to use vo_window
|