aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_svga.c
Commit message (Expand)AuthorAge
* Fix last mode ignored bugGravatar iive2003-03-25
* 10lGravatar iive2003-03-23
* fix find_best fail if the black area is bigger than image, few more verbose m...Gravatar iive2003-03-22
* new svga driver - support double buffering, fast_memcpy, direct render and HW...Gravatar iive2003-03-20
* disable auto oldmethod, directrendering for linear modes onlyGravatar iive2003-02-03
* fixing rgb4 & bgr4 (2 pixels per byte)Gravatar michael2003-01-30
* typoGravatar gabucino2003-01-25
* This patch should fix the display problem with 4bpp and 8bpp modes.Gravatar arpi2003-01-20
* vga_draw* functions don't support linear memory for 'most' video cardsGravatar iive2002-12-31
* 10l by MatanGravatar alex2002-12-22
* vidix support and better device options handler by Matan Ziv-Av <matan@svgali...Gravatar alex2002-12-21
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* 10l fix & cleanup of draw_frame(), still NO support for stride :(Gravatar arpi2002-10-09
* mode check at preinit()Gravatar arpi2002-10-09
* warning fix - hope it don't break itGravatar arpi2002-09-29
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* IMGFMT_{RGB,BGR}{1,4}Gravatar michael2002-06-27
* 1bpp supportGravatar michael2002-06-17
* 8bpp bugfixes (brightness, contrast ...)Gravatar michael2002-06-17
* 8bpp support (no dithering yet, use -vop noise for now)Gravatar michael2002-06-16
* getch2 fix - by Dimitar Zhekov <jimmy@is-vn.bg>Gravatar arpi2002-05-12
* This patch replaces vo_svga.c with an improved version that does not useGravatar arpi2002-04-18
* 10000hl to Holm... control MUST BE static...Gravatar arpi2002-02-09
* query_ stuff replaced by new control() - patch by David HolmGravatar arpi2002-02-09
* new info for tuningGravatar nick2002-01-31
* Extensions for video accelerated architectureGravatar nick2002-01-26
* mode selection (subdev) fix by Matan Ziv-Av matan@svgalib.orgGravatar arpi2001-11-18
* Move yuv2rgb to postprocessGravatar nick2001-11-06
* Code cleanupGravatar nick2001-10-31
* Using new stuff of rgb15to16Gravatar nick2001-10-30
* small changes to erase only needed place (rectangles doesn't overlap)Gravatar atlka2001-08-14
* changes according to -utf8 option, draw_osd() function addedGravatar atlka2001-08-13
* svga driver didn't compile on linux/ppcGravatar jkeil2001-07-17
* flip_page gl_fillbox fix.Gravatar se7encode2001-06-04
* Scaling bug fixed.Gravatar se7encode2001-06-03
* removed emms() and reordered stuffGravatar arpi_esp2001-05-25
* emms() SIGILL on non-MMX systems fixedGravatar arpi_esp2001-05-25
* removed redundant osd.h includesGravatar arpi_esp2001-05-24
* -bpp bug fixed.Gravatar se7encode2001-05-06
* Some names, types changed.Gravatar se7encode2001-04-24
* -Wall warnings fixed.Gravatar se7encode2001-04-24
* *** empty log message ***Gravatar se7encode2001-04-24
* clean upGravatar pontscho2001-04-24
* some warnings killedGravatar szabii2001-04-24
* Some debug information (using verbose) added.Gravatar se7encode2001-04-18
* Maybe a little speedup.Gravatar se7encode2001-04-18
* Thanx to Arpi, There is no more YUY2 bug.Gravatar se7encode2001-04-17
* A couple of bugfixes.Gravatar se7encode2001-04-17
* Tons of code rewrites.Gravatar se7encode2001-04-17