summaryrefslogtreecommitdiffstats
path: root/libvo/vo_caca.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into osd_changeswm42012-10-161-1/+1
|\
| * Rename to "mpv"wm42012-10-121-1/+1
* | sub: cleanup: remove vo_osd_probar_type/value global variableswm42012-10-161-3/+3
|/
* vo_caca: use new VO APIwm42012-08-071-33/+54
* vo_caca: reformat and various fixesmplayer-svn2012-08-031-174/+201
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-021-1/+1
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1/+1
* vo_caca: Update URL to patch for new API supportdiego2010-11-021-1/+1
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-3/+3
* 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