summaryrefslogtreecommitdiffstats
path: root/libvo/vo_s3fb.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-23/+23
* Merge svn changes up to r28310Uoti Urpala2009-01-151-5/+5
|\
| * Add missing 'void' keyword to parameterless function declarations.diego2009-01-051-5/+5
* | Merge svn changes up to r27573Uoti Urpala2008-09-101-4/+21
|\|
| * Replace casual GPL notices by proper license headers.diego2008-09-071-4/+21
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
|/
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* warning fix:diego2007-08-281-0/+1
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-1/+1
* Fix a condition as suggested by Rich.gpoirier2006-06-131-1/+1
* cosmeticsgpoirier2006-06-131-22/+22
* Fixes suggested by Ivo, and failure under non-root operation improved. Origin...gpoirier2006-06-131-30/+46
* Remove dead code, and do close smem file descriptor during un-initpoirierg2006-05-301-2/+2
* use mp_msg instead of printfivo2006-05-181-9/+10
* include sys/io.h instead of asm/io.h so iopl() gets declared tooivo2006-05-181-1/+1
* only include sys/mman.h if HAVE_SYS_MMAN_H is definedivo2006-05-181-1/+3
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.gpoirier2006-05-171-0/+515