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.
|