summaryrefslogtreecommitdiffstats
path: root/libvo/vo_caca.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29277Uoti Urpala2009-05-081-1/+1
|\
| * Add missing 'void' to parameterless function declarations.diego2009-05-041-1/+1
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-6/+19
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-6/+19
* | 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
* Identifiers should not start with two underscores.diego2007-08-151-1/+1
* Fix likely mistake when using char*.cehoyos2007-08-131-2/+2
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-0/+1
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-7/+1
* vo_caca: use the pre-1.x compatibility layer so recentcorey2006-09-261-0/+8
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-131-2/+2
* 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-1/+1
* libcaca video output driver by Howell Tamalex2004-04-061-0/+331