2005-10-01 |
reimar |
documentation update.
|
2005-09-25 |
reimar |
debugging/testing helpers: allow forcing a certain width/height for textures
|
2005-09-25 |
reimar |
panscan support
|
2005-09-25 |
reimar |
Support rectangular texture in fragment programs
|
2005-09-25 |
reimar |
Fix crashes and green border when using YV12 input format
|
2005-09-14 |
reimar |
hardware color-space conversion for vo_gl and vo_gl2
|
2005-09-13 |
reimar |
Allow disabling the glFinish call
|
2005-08-25 |
reimar |
Fix texture format variable types. Internal format is GLint, others are GLenum
|
2005-08-21 |
reimar |
-wid support for windows. Not well tested, might still behave a bit weird.
|
2005-08-16 |
reimar |
Get events from -wid window.
|
2005-08-14 |
reimar |
use glUploadTex helper function
|
2005-08-14 |
reimar |
textures smaller 64x64 might not be supported
|
2005-08-14 |
reimar |
remove/move some unused headers/variables/code
|
2005-08-14 |
reimar |
10l, texture_width/height initialization was removed, so use
|
2005-08-14 |
reimar |
Helper function for drawing texture and general cleanup of vo_gl2.c
|
2005-08-05 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-06-18 |
reimar |
support -wid
|
2005-05-30 |
reimar |
-geometry support for gl2 under win, default window pos centered for gl, gl2
|
2005-05-29 |
reimar |
Implement -geometry for vo gl and gl2.
|
2005-02-21 |
reimar |
Remove a lot of duplicate code
|
2004-12-29 |
reimar |
Remove unused defines
|
2004-12-11 |
reimar |
Improving gl2 under windows, moving some functionality to gl_common
|
2004-12-03 |
reimar |
Move selection of internal texture format to appropriate place, should
|
2004-12-01 |
reimar |
More similar code from gl and gl2 moved to gl_common
|
2004-11-13 |
reimar |
Avoid drawing before transformation matrices are set up.
|
2004-11-05 |
faust3 |
10l
|
2004-11-04 |
reimar |
more fullscreen fixes and gl2 uses setGlWindow.
|
2004-10-28 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2004-10-17 |
reimar |
added gl_common for code used by both vo_gl.c and vo_gl2.c.
|
2004-10-06 |
reimar |
fixed UNPACK_ALIGNMENT setting.
|
2004-10-03 |
reimar |
fixed memleak, especially for fixed-vo.
|
2004-07-25 |
reimar |
removed saver_on, saver_off calls, they are already in x11_common.c
|
2004-07-22 |
reimar |
fix for people experimenting with GUI under windows
|
2004-07-17 |
reimar |
use RGB32 textures on OS X
|
2004-07-06 |
reimar |
100l, OSX compile fix, patch by Steven Schulz (sms (at) 2BSD (dot) com)
|
2004-07-02 |
reimar |
removed XFlush() before XSync(), made config_glx return-type signed, force 32bit on Darwin, idea from a patch by Marc Hoffman (mmh <at> pleasantst.com).
|
2004-06-27 |
reimar |
avoid visuals with low color-depth.
|
2004-05-08 |
reimar |
removing useless code, improving readability
|
2004-05-08 |
reimar |
fixed memory leak and removed unnecessary static variable
|
2004-05-02 |
reimar |
clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering borders
|
2004-05-01 |
reimar |
GUI support
|
2004-03-17 |
reimar |
corrected problems with switching to and from fullscreen mode esp. with fixed-vo
|
2004-02-22 |
attila |
printf -> mp_msg
|
2003-11-30 |
joey |
runtime 'stay-on-top' functionality
|
2003-10-12 |
attila |
* clear window on fullscreen switch
|
2003-10-04 |
gabucino |
many small typo and grammar fixes
|
2003-09-21 |
faust3 |
fix fullscreen switching in vo gl and vo gl2
|
2003-09-21 |
attila |
dont fix things at the wrong place
|
2003-09-21 |
faust3 |
fix black screen on linux, patch by Jindrich Makovicka
|
2003-09-19 |
faust3 |
vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at mithrandi.za.net>
|
2003-08-31 |
mosu |
Avoid flickering during resizes. Keep video contents even when paused. Fix by Tomas Simonaitis <haden@homelan.lt>
|
2003-08-14 |
alex |
1000l
|
2003-05-20 |
alex |
removed broken swscaler support, added runtime fullscreens switching ability, and some other general cleanup thingies
|
2002-11-23 |
michael |
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
|
2002-11-11 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
2002-11-06 |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
|
2002-10-29 |
arpi |
here is a somewhat generic equalizer implementation for the X11 vo drivers
|
2002-10-27 |
arpi |
vo_init() moved to/fixed in preinit()
|
2002-10-16 |
pontscho |
-fixed-vo support
|
2002-08-28 |
alex |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
|