2011-05-07 |
iive |
Remove the variable arguments from the libvo control() functions.
|
2011-01-14 |
cehoyos |
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
|
2010-11-10 |
reimar |
gl/win32: select a stereo pixel format for window when
|
2010-10-27 |
cigaes |
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
|
2010-10-10 |
cigaes |
Use a dynamic list for the sources of EOSD elements.
|
2010-10-09 |
reimar |
Add VO_EVENT_MOVE which is required for VOs that interact directly
|
2010-05-29 |
diego |
misc cosmetics: K&R style nits, #include placement, indentation
|
2010-04-25 |
reimar |
Avoid duplicating mouse-movement command-generation code.
|
2010-04-25 |
reimar |
Deduplicate enable_mouse_movements declaration.
|
2010-04-25 |
reimar |
Add reinitialization support. Necessary for fullscreen on OSX.
|
2010-04-23 |
siretart |
rename 'struct keymap' -> 'struct mp_keymap'
|
2010-02-04 |
reimar |
Create the OpenGL probe window as a hidden Window on X11.
|
2009-12-24 |
reimar |
Some ugly hacks to make compiling against a newer external version of libass work.
|
2009-11-12 |
ptt |
Added -name, -title and -use-filename-title options and implementation in X11 vos
|
2009-08-27 |
reimar |
Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
|
2009-03-02 |
reimar |
Make WinID a 64 bit integer, this should avoid issues with valid Window
|
2009-02-17 |
reimar |
Extend calc_src_dst_rects to also calculate the border values needed for
|
2009-02-17 |
cehoyos |
Fix compilation after last commit.
|
2009-02-12 |
reimar |
Add a calc_src_dst_rects that calculates from window size, panscan etc.
|
2009-02-08 |
diego |
Add standard license headers, unify header formatting.
|
2008-12-20 |
reimar |
Add and use a special lookup function to do table-based translation to MPlayer keycodes.
|
2008-12-03 |
diego |
Get rid of pointless 'extern' keywords.
|
2008-11-24 |
diego |
Remove unnecessary #ifdef around a struct and a bunch of extern declarations.
|
2008-08-02 |
diego |
Change a bunch of video-output-specific preprocessor directives from a HAVE_
|
2008-02-22 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
2008-01-06 |
diego |
cosmetics: Whitespace changes, add comments to some #endif directives.
|
2007-12-31 |
diego |
Add explanatory comments to the #endif part of multiple inclusion guards.
|
2007-12-02 |
reimar |
Mark several uses of vo_functions_t as const to stop some of the current
|
2007-12-02 |
reimar |
Make vo info structs const
|
2007-12-02 |
reimar |
Remove last remains of long-gone VOCTRL_SCREENSHOT
|
2007-08-12 |
diego |
Declare all vo_gamma variables in libvo/video_out.h and remove them from
|
2007-07-02 |
diego |
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-06-24 |
reimar |
vo_init is x11 specific and has no place in video_out.h.
|
2007-06-24 |
reimar |
Remove redundant vo_format_name, included img_format.h already provides it
|
2007-02-18 |
reimar |
Revert r22255 on iive's request.
|
2007-02-18 |
reimar |
Avoid parts of xvmc reinit when source format does not change
|
2007-02-17 |
reimar |
Move common vo initialization code to video_out.c
|
2006-11-17 |
reimar |
Add deinterlace property, patch by Carl Eugen Hoyos
|
2006-08-28 |
eugeni |
Add EOSD support to vf_vo.
|
2006-08-18 |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
2006-07-16 |
reynaldo |
marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org
|
2006-04-25 |
uau |
Remove updating of vo_mouse_timer_const from the main loop and also
|
2006-04-16 |
reimar |
Fix and improve xinerama support
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2005-11-10 |
joey |
add a switch, slave command, and vo control to toggle borderless window.
|
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
|
2004-10-28 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2004-08-22 |
joey |
added runtime toggle of root window playback
|
2004-07-29 |
nplourde |
add var vo_rootwin and -rootwin switch for mac osx
|
2004-05-01 |
faust3 |
keepaspect and nokeepaspect are now useable by all vos
|
2004-03-13 |
faust3 |
move refreshrate and adapter_num variables to video_out because they might be usefull for other drivers, too
|
2003-11-30 |
joey |
runtime 'stay-on-top' functionality
|
2003-10-03 |
alex |
user settable colorkey
|
2003-09-01 |
alex |
-nomouseinput support for vo_sdl
|
2003-03-12 |
albeu |
vo_xover is a new vo that should make easy to have x11 support for
|
2003-03-10 |
albeu |
Pass start slice to the vo it make dr + slice implemantation easier
|
2002-12-14 |
arpi |
notice vo driver about skipped/dropped frames
|
2002-11-11 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
2002-11-03 |
arpi |
do NOT include vidix header - nonsense
|