summaryrefslogtreecommitdiffstats
path: root/libvo/vo_svga.c
Commit message (Expand)AuthorAgeFilesLines
* libvo, libao: remove useless video and audio output driverswm42012-07-281-670/+0
* mpcodecs: remove mp_image_t.x/ywm42012-02-241-2/+2
* vo_svga: fix build after previous commit 6506d4adClément Bœsch2011-05-031-1/+1
* vidix: drop VIDIX supportUoti Urpala2011-01-311-52/+0
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1/+1
* libvo: remove UNUSED() macrosdiego2010-11-021-8/+0
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Restore collapsed whitespace in output messagesUoti Urpala2010-03-071-1/+1
* Merge svn changes up to r29455Uoti Urpala2009-07-291-1/+1
|\
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-10/+10
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-10/+10
* | Merge svn changes up to r28690Uoti Urpala2009-02-211-496/+478
|\|
| * Cosmetics. Reindent to 4 spaces.iive2009-02-211-473/+473
| * Cleanup.iive2009-02-211-20/+2
| * Cosmetics. Remove all trailing whitespacesiive2009-02-211-61/+61
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-6/+23
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-6/+23
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-5/+5
|\|
| * cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-5/+5
* | Add new video driver APIUoti Urpala2008-04-231-1/+1
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-231-26/+1
|/
* Fix wrong check for vidix usage.iive2008-03-091-1/+1
* Don't use void * arithmetic.iive2008-03-091-1/+1
* Handle vga_init() error and output error message.iive2008-03-091-3/+6
* Make vo info structs constreimar2007-12-021-1/+1
* warning fix:diego2007-08-281-1/+0
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* "()" to "(void)" function param list fixesuau2007-04-011-1/+1
* Remove spurious casts to int. Blessed by Reimar.rathann2006-10-081-1/+1
* Make some functions static.uau2006-07-081-2/+2
* Rename some misspelled and misnamed messages.diego2006-04-281-1/+1
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...reynaldo2006-04-241-30/+31
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-20/+19
* remove extern for variables that are already in headers.reimar2005-08-211-3/+0
* Missed one uint32_t declaration.ivo2005-08-051-1/+1
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-2/+2
* proper gcc4 compile-fix suggested by richardatmos42004-11-031-1/+1
* gcc-4 compile fix: invalid lvalue in assignmentatmos42004-10-311-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-2/+2
* Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. Vdovikin...alex2003-12-071-0/+31
* fixed -nocolorkeyalex2003-10-221-1/+1
* Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying supportalex2003-10-171-0/+14
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* OSD stride fix and correct emailiive2003-09-251-7/+5
* blackbar osd support based on patch send by Dimitar Zhekov <jimmy@is-vn.bg>, ...iive2003-09-211-92/+82
* force_mode wrong has_mode check, verbose retrace messageiive2003-04-021-3/+3
* Fix last mode ignored bugiive2003-03-251-2/+4
* 10liive2003-03-231-2/+1
* fix find_best fail if the black area is bigger than image, few more verbose m...iive2003-03-221-6/+14
* new svga driver - support double buffering, fast_memcpy, direct render and HW...iive2003-03-201-722/+564
* disable auto oldmethod, directrendering for linear modes onlyiive2003-02-031-6/+7
* fixing rgb4 & bgr4 (2 pixels per byte)michael2003-01-301-2/+5
* typogabucino2003-01-251-7/+7
* This patch should fix the display problem with 4bpp and 8bpp modes.arpi2003-01-201-4/+6
* vga_draw* functions don't support linear memory for 'most' video cardsiive2002-12-311-1/+1
* 10l by Matanalex2002-12-221-1/+5
* vidix support and better device options handler by Matan Ziv-Av <matan@svgali...alex2002-12-211-41/+106
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-7/+3
* 10l fix & cleanup of draw_frame(), still NO support for stride :(arpi2002-10-091-19/+12
* mode check at preinit()arpi2002-10-091-6/+6
* warning fix - hope it don't break itarpi2002-09-291-1/+1
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-0/+1
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* IMGFMT_{RGB,BGR}{1,4}michael2002-06-271-1/+10
* 1bpp supportmichael2002-06-171-8/+28
* 8bpp bugfixes (brightness, contrast ...)michael2002-06-171-4/+65
* 8bpp support (no dithering yet, use -vop noise for now)michael2002-06-161-7/+52
* getch2 fix - by Dimitar Zhekov <jimmy@is-vn.bg>arpi2002-05-121-0/+1
* This patch replaces vo_svga.c with an improved version that does not usearpi2002-04-181-228/+316
* 10000hl to Holm... control MUST BE static...arpi2002-02-091-1/+1
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-2/+6
* new info for tuningnick2002-01-311-2/+2
* Extensions for video accelerated architecturenick2002-01-261-0/+10
* mode selection (subdev) fix by Matan Ziv-Av matan@svgalib.orgarpi2001-11-181-1/+35
* Move yuv2rgb to postprocessnick2001-11-061-2/+0
* Code cleanupnick2001-10-311-3/+0
* Using new stuff of rgb15to16nick2001-10-301-14/+2
* small changes to erase only needed place (rectangles doesn't overlap)atlka2001-08-141-4/+8
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-9/+9
* svga driver didn't compile on linux/ppcjkeil2001-07-171-1/+2
* flip_page gl_fillbox fix.se7encode2001-06-041-4/+6
* Scaling bug fixed.se7encode2001-06-031-6/+7
* removed emms() and reordered stuffarpi_esp2001-05-251-4/+4
* emms() SIGILL on non-MMX systems fixedarpi_esp2001-05-251-0/+2
* removed redundant osd.h includesarpi_esp2001-05-241-1/+0
* -bpp bug fixed.se7encode2001-05-061-0/+1
* Some names, types changed.se7encode2001-04-241-15/+13
* -Wall warnings fixed.se7encode2001-04-241-3/+5
* *** empty log message ***se7encode2001-04-241-9/+8
* clean uppontscho2001-04-241-17/+3
* some warnings killedszabii2001-04-241-1/+21
* Some debug information (using verbose) added.se7encode2001-04-181-7/+32
* Maybe a little speedup.se7encode2001-04-181-4/+7
* Thanx to Arpi, There is no more YUY2 bug.se7encode2001-04-171-9/+10
* A couple of bugfixes.se7encode2001-04-171-1/+1
* Tons of code rewrites.se7encode2001-04-171-73/+123
* fix to newest revision after cvs rollbackatmosfear2001-04-171-86/+186
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+arpi_esp2001-04-151-186/+86
* All available videomodes support added.se7encode2001-04-151-86/+186
* -bpp added.se7encode2001-04-141-2/+27
* 24/15bpp -> 32/16bpp added.se7encode2001-04-141-26/+99
* Requested resolution (d_width) added.se7encode2001-04-131-2/+4
* Date bugfix :)se7encode2001-04-121-1/+1
* Bugfixes in draw_slice.se7encode2001-04-121-9/+12
* -zoom added.se7encode2001-04-111-3/+3
* OSD renderers for all modes added.se7encode2001-04-101-21/+18
* Some bugfix.se7encode2001-04-061-1/+1
* Some bugfix.se7encode2001-04-061-11/+25
* Mode detect bugfix.se7encode2001-04-051-1/+2
* bpp fixarpi_esp2001-04-051-5/+2
* integrated vo_svga by se7enarpi_esp2001-04-051-4/+10
* SVGAlib support - vo_svga.c added.se7encode2001-04-051-0/+242