aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_svga.c
Commit message (Expand)AuthorAge
* Fix wrong check for vidix usage.Gravatar iive2008-03-09
* Don't use void * arithmetic.Gravatar iive2008-03-09
* Handle vga_init() error and output error message.Gravatar iive2008-03-09
* Make vo info structs constGravatar reimar2007-12-02
* warning fix:Gravatar diego2007-08-28
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Remove spurious casts to int. Blessed by Reimar.Gravatar rathann2006-10-08
* Make some functions static.Gravatar uau2006-07-08
* Rename some misspelled and misnamed messages.Gravatar diego2006-04-28
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* remove extern for variables that are already in headers.Gravatar reimar2005-08-21
* Missed one uint32_t declaration.Gravatar ivo2005-08-05
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* proper gcc4 compile-fix suggested by richardGravatar atmos42004-11-03
* gcc-4 compile fix: invalid lvalue in assignmentGravatar atmos42004-10-31
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. Vdovikin...Gravatar alex2003-12-07
* fixed -nocolorkeyGravatar alex2003-10-22
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportGravatar alex2003-10-17
* many small typo and grammar fixesGravatar gabucino2003-10-04
* OSD stride fix and correct emailGravatar iive2003-09-25
* blackbar osd support based on patch send by Dimitar Zhekov <jimmy@is-vn.bg>, ...Gravatar iive2003-09-21
* force_mode wrong has_mode check, verbose retrace messageGravatar iive2003-04-02
* 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