log libvo/vo_svga.c @ 26284:c5cd2eedc579

age author description
2008-03-09 iive Fix wrong check for vidix usage.
2008-03-09 iive Don't use void * arithmetic.
2008-03-09 iive Handle vga_init() error and output error message.
2007-12-02 reimar Make vo info structs const
2007-08-28 diego warning fix:
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2007-04-01 uau "()" to "(void)" function param list fixes
2006-10-08 rathann Remove spurious casts to int. Blessed by Reimar.
2006-07-08 uau Make some functions static.
2006-04-28 diego Rename some misspelled and misnamed messages.
2006-04-24 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
2006-03-24 diego Convert all if(verbose>X) to mp_msg_test calls.
2005-08-21 reimar remove extern for variables that are already in headers.
2005-08-05 ivo Missed one uint32_t declaration.
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-11-03 atmos4 proper gcc4 compile-fix suggested by richard
2004-10-31 atmos4 gcc-4 compile fix: invalid lvalue in assignment
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2003-12-07 alex Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. Vdovikin <vdovikin@jscc.ru>
2003-10-22 alex fixed -nocolorkey
2003-10-17 alex Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support
2003-10-04 gabucino many small typo and grammar fixes
2003-09-25 iive OSD stride fix and correct email
2003-09-21 iive blackbar osd support based on patch send by Dimitar Zhekov <jimmy@is-vn.bg>, page code removed/merged, small updates
2003-04-02 iive force_mode wrong has_mode check, verbose retrace message
2003-03-25 iive Fix last mode ignored bug
2003-03-23 iive 10l
2003-03-22 iive fix find_best fail if the black area is bigger than image, few more verbose messages, OSD not rendered if native mode
2003-03-20 iive new svga driver - support double buffering, fast_memcpy, direct render and HW acceleration
2003-02-03 iive disable auto oldmethod, directrendering for linear modes only
2003-01-30 michael fixing rgb4 & bgr4 (2 pixels per byte)
2003-01-25 gabucino typo
2003-01-20 arpi This patch should fix the display problem with 4bpp and 8bpp modes.
2002-12-31 iive vga_draw* functions don't support linear memory for 'most' video cards
2002-12-22 alex 10l by Matan
2002-12-21 alex vidix support and better device options handler by Matan Ziv-Av <matan@svgalib.org>
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-10-09 arpi 10l fix & cleanup of draw_frame(), still NO support for stride :(
2002-10-09 arpi mode check at preinit()
2002-09-29 arpi warning fix - hope it don't break it
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
2002-08-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-06-27 michael IMGFMT_{RGB,BGR}{1,4}
2002-06-17 michael 1bpp support
2002-06-17 michael 8bpp bugfixes (brightness, contrast ...)
2002-06-16 michael 8bpp support (no dithering yet, use -vop noise for now)
2002-05-12 arpi getch2 fix - by Dimitar Zhekov <jimmy@is-vn.bg>
2002-04-18 arpi This patch replaces vo_svga.c with an improved version that does not use
2002-02-09 arpi 10000hl to Holm... control MUST BE static...
2002-02-09 arpi query_ stuff replaced by new control() - patch by David Holm
2002-01-31 nick new info for tuning
2002-01-26 nick Extensions for video accelerated architecture
2001-11-18 arpi mode selection (subdev) fix by Matan Ziv-Av matan@svgalib.org
2001-11-06 nick Move yuv2rgb to postprocess
2001-10-31 nick Code cleanup
2001-10-30 nick Using new stuff of rgb15to16
2001-08-14 atlka small changes to erase only needed place (rectangles doesn't overlap)
2001-08-13 atlka changes according to -utf8 option, draw_osd() function added
2001-07-17 jkeil svga driver didn't compile on linux/ppc