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