Thu, 01 Jul 2010 19:43:38 +0000 |
reimar |
Fix -geometry with -wid behaviour (y position was flipped).
|
Tue, 15 Jun 2010 19:32:22 +0000 |
reimar |
More sensible behaviour for -geometry with -wid and -vo gl.
|
Sun, 13 Jun 2010 12:04:13 +0000 |
reimar |
For vos that support the new libvo API (provide UPDATE_SCREENINFO),
|
Sun, 13 Jun 2010 10:42:32 +0000 |
reimar |
Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
|
Sun, 06 Jun 2010 18:59:19 +0000 |
reimar |
Remove nonsense commented-out function header.
|
Sun, 30 May 2010 13:51:24 +0000 |
reimar |
Treat a NULL renderer string as indication for software renderer.
|
Mon, 24 May 2010 17:36:23 +0000 |
reimar |
Fix OpenGL autodetection to not leave values at -1.
|
Sun, 09 May 2010 21:36:10 +0000 |
reimar |
Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.
|
Sun, 09 May 2010 21:29:21 +0000 |
reimar |
Minor code cleanup.
|
Sun, 09 May 2010 21:25:38 +0000 |
reimar |
yuv=5 supports brightness and contrast adjustment.
|
Sat, 01 May 2010 22:49:05 +0000 |
reimar |
Also print OpenGL renderer string with vendor and version with -v
|
Fri, 30 Apr 2010 17:12:52 +0000 |
reimar |
100l, open the customtex also in binary mode, not just the program.
|
Sun, 25 Apr 2010 10:53:01 +0000 |
reimar |
Support for auto-selecting the OpenGL backend.
|
Sun, 25 Apr 2010 10:44:53 +0000 |
reimar |
Add reinitialization support. Necessary for fullscreen on OSX.
|
Sun, 25 Apr 2010 09:25:23 +0000 |
reimar |
Remove unnecessary check.
|
Sun, 25 Apr 2010 08:40:28 +0000 |
reimar |
Set SDL window title.
|
Sun, 25 Apr 2010 08:35:35 +0000 |
reimar |
Window resizing support for -vo gl with SDL backend.
|
Sat, 24 Apr 2010 16:58:24 +0000 |
reimar |
Disable OSD support by default if the necessary OpenGL functionality is missing.
|
Sat, 24 Apr 2010 16:52:06 +0000 |
reimar |
SDL support with related crash-resilience fixes.
|
Tue, 13 Apr 2010 05:54:44 +0000 |
reimar |
Open cutomtex file in binary mode to avoid potential issues on
|
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
|