2007-06-27 |
reimar |
Remove some unused variables
|
2007-06-27 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
2007-05-27 |
reimar |
Remove more pointless fastmemcpy.h includes in libvo
|
2007-04-23 |
diego |
Gui --> gui
|
2007-03-26 |
iive |
prevent building xvmc with the old api.
|
2007-03-08 |
reimar |
100l, last patch broke window resizing with xv and xvmc.
|
2007-03-06 |
reimar |
Factor out some duplicated code in vo_xv and vo_xvmc
|
2007-02-19 |
iive |
Don't free and then allocate surfaces when config() is called again with same resolution and format.
|
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
|
2007-02-15 |
reimar |
Fix two 10l memleaks in vo_xvmc.c
|
2007-02-05 |
kraymer |
typo fixes
|
2007-02-05 |
reimar |
beckend -> backend typo fix in printf
|
2007-01-13 |
diego |
cosmetics: typo pallete --> palette
|
2006-11-18 |
reimar |
more mp_property_deinterlace simplification, patch by
|
2006-11-17 |
reimar |
Add deinterlace property, patch by Carl Eugen Hoyos
|
2006-10-15 |
reimar |
Implement bob (pseudo?) deinterlacing for xvmc.
|
2006-07-02 |
reynaldo |
rm unnecesary casts from void* - part 2
|
2006-06-15 |
reimar |
Fix window position when changing videos while in fullscreen and for
|
2006-05-14 |
reimar |
do aspect correction of video size before calculating vo_dx and vo_dy.
|
2006-04-16 |
reimar |
Fix and improve xinerama support
|
2006-03-24 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
2005-12-20 |
iive |
Print some error message,
|
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-30 |
iive |
add vo_xv_enable_vsync() to xvmc
|
2005-05-21 |
al |
Make -wid behave more consistent.
|
2005-04-18 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
2005-04-18 |
iive |
Compile fix when XF86VM is not defined
|
2005-04-13 |
henry |
messed ordering of switch branches, 10l for Ivan
|
2005-04-10 |
iive |
incorporate all image drawing in single function and use fixed vo_xv_draw_colorkey() for proper key drawing.
|
2005-04-07 |
iive |
fix blackscreen when changing panscan.
|
2005-02-20 |
al |
Unified colorkey code for vo xv and vo xvmc.
|
2005-02-02 |
iive |
Query XV_COLORKEY only when listed in attribute list, fixes displaying with non overlay ports
|
2004-10-28 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
2004-08-23 |
iive |
prevent XFree execution on wrong condition
|
2004-08-20 |
al |
Removed superfluous XFlush calls before XSync.
|
2004-07-25 |
reimar |
removed saver_on, saver_off calls, they are already in x11_common.c
|
2003-11-30 |
joey |
runtime 'stay-on-top' functionality
|
2003-11-08 |
iive |
verbosity changes, zero the whole surface_render[]
|
2003-08-28 |
iive |
10l
|
2003-08-25 |
iive |
OSD support, optinal queue, optional use of sleep(), and benchmark mode
|
2003-08-14 |
diego |
Spelling police:
|
2003-07-29 |
iive |
nvidia 44.96 hardlock machine without that fix
|
2003-07-28 |
iive |
draw rectangle with color key, avoid blue bars. avoid PutSurface before 1'st image
|
2003-07-21 |
iive |
sync to ffmpeg, updates, cleanups
|
2003-07-01 |
iive |
Initial version of XVideo Motion Compensation video driver/render
|