2008-12-17 |
diego |
#include sub.h instead of locally declaring vo_draw_text().
|
2008-12-03 |
diego |
Get rid of pointless 'extern' keywords.
|
2008-10-14 |
faust3 |
Honour differences between src and dst stride for packed yuv
|
2008-07-30 |
diego |
Rename two GUI-related preprocessor directives:
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-02-14 |
diego |
typo fix: inited --> initialized
|
2007-12-02 |
reimar |
Mark the vo_functions_t definitions as const where possible.
|
2007-12-02 |
reimar |
Make vo info structs const
|
2007-10-27 |
zuxy |
Remove unused variables.
|
2007-10-27 |
zuxy |
Cosmetic fix for r24861
|
2007-10-27 |
zuxy |
Avoid crash after recovering from screensaver
|
2007-06-05 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
2007-04-23 |
diego |
Gui --> gui
|
2007-03-29 |
rathann |
Code cleanup: don't include a .c file in mplayer.c and fix a few
|
2007-03-06 |
reimar |
Simplify config by using code available in video_out.c
|
2007-02-22 |
diego |
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
|
2006-10-23 |
diego |
Remove a declaration-after-statement warning.
|
2006-09-01 |
diego |
The FSF changed postal address.
|
2006-07-29 |
reimar |
optimize and simplify memcpy usage, use mem2agpcpy_pic
|
2006-07-08 |
vayne |
handle sub-window WinID checks in the gui.
|
2006-07-06 |
vayne |
Initial win32 gui release.
|
2006-03-15 |
faust3 |
10l the cpu hog fix broke fullscreenswitching with -wid
|
2006-03-13 |
faust3 |
fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fiedler <martin.fiedler at gmx.net>
|
2006-02-05 |
reimar |
reinitialize adapter_count to 0, EnumCallbackEx will not work otherwise
|
2005-11-11 |
joey |
Generate double-click mouse events.
|
2005-11-11 |
joey |
Intercept maximize event and go into fullscreen mode.
|
2005-11-10 |
joey |
add a switch, slave command, and vo control to toggle borderless window.
|
2005-11-10 |
joey |
move window style to a macro for easier maintaining
|
2005-11-02 |
albeu |
libvo input cleanup: remove the dependency on libinput,
|
2005-09-16 |
reimar |
Missing break for WM_SYSCOMMAND handling.
|
2005-08-21 |
reimar |
remove extern for variables that are already in headers.
|
2005-08-05 |
ivo |
Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
|
2005-06-07 |
faust3 |
match the declaration in the includes to make it compile with gcc 4.1, patch by Gianluigi Tiesi <mplayer at netfarm.it>
|
2005-05-13 |
faust3 |
multifile leak fixes by Timothy Lee <timothy.lee at siriushk.com> +some more -fixed-vo fixes
|
2005-02-13 |
faust3 |
always take the focus in fullscreen mode patch by Gianluigi Tiesi <mplayer at netfarm.it>
|
2005-01-06 |
faust3 |
fixed-vo/libmpeg2 aspect change fix
|
2005-01-06 |
faust3 |
256 color mode support, use -vm to get better output when overlay is not supported
|
2005-01-02 |
faust3 |
win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk>
|
2004-12-27 |
faust3 |
win95 does not support GetMonitorInfo
|
2004-12-23 |
reimar |
forgot to remove now useless extern monitor_aspect
|
2004-12-23 |
reimar |
vo_screenwidth/vo_screenheight is _not_ monitor_aspect.
|
2004-12-21 |
joey |
added -wid support for vo_directx.
|
2004-12-21 |
joey |
automatic monitoraspect calculation for vo_directx.
|
2004-12-21 |
joey |
added colorkey support for vo_directx.
|
2004-10-28 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2004-10-27 |
faust3 |
make it possible to select the monitor even when in nonexclusive mode, based on patch by Anton Ragarsson <anton at infeline.org>
|
2004-10-22 |
faust3 |
overlay color control support based on patch by Vitos Laszlo <laca <at> evol.ro>
|
2004-09-22 |
faust3 |
100l
|
2004-08-26 |
joey |
added "xbutton" support for 4-5 button mice
|
2004-08-24 |
faust3 |
vm window handling fixes
|
2004-08-22 |
joey |
added runtime toggle of root window playback
|
2004-08-22 |
joey |
added -rootwin support to vo_directx
|
2004-07-19 |
diego |
name change
|
2004-07-19 |
diego |
embarassing typo and new name
|
2004-05-18 |
faust3 |
more sane order for overlay workarounds, fixed a bug where the mouse would stay hidden on win98
|
2004-05-01 |
faust3 |
keepaspect support, tryed to clean up DirectxManageDisplay a bit, enabled UYVY support and fixed bugs where switching to fullscreen would keep the console window on top and where the initial window position is wrongly calculated
|
2004-04-13 |
faust3 |
ignore mouseclicks when activating the window
|
2004-04-07 |
faust3 |
print at least the error number when there is no text for it
|
2004-03-13 |
faust3 |
move refreshrate and adapter_num variables to video_out because they might be usefull for other drivers, too
|
2004-03-13 |
faust3 |
mouse support by Nehal Mistry <nehalmistry at gmx.net>
|
2004-02-29 |
faust3 |
adapter selection patch by Rune <runner at mail.tele.dk> +first attempt to implement 2 window fullscreenswitching by me
|
2003-11-30 |
joey |
runtime 'stay-on-top' functionality
|
2003-11-23 |
joey |
send quit command instead of key 'q'.
|
2003-10-09 |
faust3 |
yet another hack to prevent crashes with dr
|
2003-10-04 |
gabucino |
many small typo and grammar fixes
|
2003-09-21 |
faust3 |
use vo_fs + geometry support
|
2003-08-17 |
faust3 |
fix RGB16 vs BGR16 mismatch
|
2003-08-17 |
faust3 |
fix playback of rgb files when overlay is not disabled
|
2003-04-20 |
faust3 |
load icon from executable
|
2003-04-09 |
faust3 |
10l noticed by Joey Parrish <joey at nicewarrior.org>
|
2003-03-29 |
faust3 |
10l: don't change image format during config
|
2003-03-19 |
faust3 |
10l
|
2003-02-23 |
faust3 |
fix fullscreenswitching patch by Joey Parrish <joey at nicewarrior.org>
|
2003-02-09 |
arpi |
linux->osdep
|
2002-12-30 |
faust3 |
10l remove unused code
|
2002-12-30 |
faust3 |
fullscreencode rewritten, some cleanup
|
2002-12-21 |
faust3 |
10l and correct aspect
|
2002-12-19 |
faust3 |
10l - my system is very tolerant it seems
|
2002-12-18 |
rfelker |
1000l! I have no idea how this code worked at all before. I guess no
|
2002-11-11 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
2002-10-17 |
faust3 |
10l - noticed by Soeren Mueller <soeren.mueller at webwasher.com>
|
2002-10-11 |
faust3 |
more correct flags
|
2002-10-09 |
arpi |
-fixes vo_directx to work with -fixed-vo
|
2002-10-06 |
arpi |
This patch hopefully fixes colorkeying and a segfault in exclusive mode
|
2002-09-28 |
arpi |
argh i forgot to add new file..
|