log libvo/mga_common.c @ 27486:e05965c550fc

age author description
2008-08-04 diego Change a bunch of X11-specific preprocessor directives.
2008-07-30 diego Rename two GUI-related preprocessor directives:
2008-05-27 diego Fix typo in string name.
2008-05-23 attila make use of the new MGA_VID_VERSION ioctl to check
2008-05-16 diego cosmetics: Remove useless parentheses from from return statements.
2008-02-14 diego typo fix: inited --> initialized
2007-09-13 diego warning fixes:
2007-09-04 diego Move debug message to verbose output level.
2007-08-28 diego warning fix:
2007-08-28 attila Assume first xinerama screen, in case xmga could
2007-06-24 reimar Another unneeded xinerama_screen extern
2007-03-18 attila cosmetics, fix indentation
2007-03-18 attila allow horizontal resolutions >1024 in case we have a G550
2007-02-05 rathann Fix a few gcc warnings, approved by Diego and Reimar.
2006-06-30 lucabe Move postproc ---> libswscale
2006-06-25 attila 10l
2006-06-25 attila fail with an error if the source resolution is larger than 1023x1023
2006-06-18 lucabe Software Scaler headers usage cleanup
2006-04-24 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
2005-08-05 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
2005-04-18 henry replace VO and VF numeric flags with #defined identifiers
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2004-01-28 alex removed unused headeer dependencies
2003-11-30 joey runtime 'stay-on-top' functionality
2003-06-01 michael vf_scale.h & related cleanup & some small warning fix by dominik
2003-04-27 rfelker ugly ugly fix for michael's 1000l changes in swscaler: mysterious segfault w/g200
2003-04-26 rfelker fix panscan font resizing with vo_mga
2003-03-29 rfelker 100l to Gabu, this caused divide-by-zero with -vo mga. Apparently
2003-03-26 gabucino fixing truetype rescaling with (x)mga + panscan
2003-01-20 pontscho fix xmga + playbar
2003-01-18 attila xinerama fix part 1
2003-01-04 rfelker don't keep mga_vid device open if x11 init fails (fixes "-vo xmga,mga")
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-01 arpi panscan support in -vo mga (actually moved common code to mga_common.c)
2002-10-17 pontscho -fixed-vo support
2002-10-10 arpi compiler warning found by Dominik
2002-10-10 arpi also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented
2002-10-09 arpi draw_image() implementation (new libvo API)
2002-10-09 arpi more cleanup, some -vo mga fullscreen fixes
2002-10-09 arpi some cleanup
2002-10-09 arpi preinit() has an arg... use it.
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
2002-07-25 arpi eq fixed, based on patch by .so
2002-07-19 pontscho - fix audio equalizer
2002-06-10 pontscho fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patch
2002-06-07 arpi warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
2002-06-06 pontscho add mute support ( step 1 ) and fixed panscan bugs (1000l for me)
2002-06-05 pontscho added panscan support for xmga/xvidix
2002-05-07 pontscho wm detection -- round two
2002-05-05 rfelker fullscreen toggle for vo_mga
2002-04-13 arpi mp_image.h and img_format.h moved to libmpcodecs
2002-04-11 arpi VFCAP added
2002-03-31 arpi open(/dev/mga_vid) moved to preinit
2002-03-31 arpi use only 1 buffers if dr=yes and double=no
2002-03-30 arpi 10l
2002-03-30 arpi using interleaveBytes() for G200 draw_slice
2002-03-29 rfelker quick hack to make vo_mga accept multiple calls to config
2002-03-25 arpi disabel DR and UV swapping for g200 planar modes
2002-03-24 arpi U,V plane odrer fixed
2002-03-10 arpi video_eq support - applied brightness/contrast patch by Brian J. Murrell