summaryrefslogtreecommitdiffstats
path: root/libvo/vo_aa.c
Commit message (Expand)AuthorAgeFilesLines
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-2/+2
* Merge svn changes up to r29117Uoti Urpala2009-04-011-10/+8
|\
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.reimar2009-03-291-7/+5
| * Remove obsolete extra elements from opt_t struct initialization.diego2009-03-151-3/+3
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-4/+4
|\|
| * Make data related to suboption parsing const in libvoreimar2009-03-071-4/+4
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-8/+18
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-8/+18
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-1/+1
|\|
| * Remove unused declarations and references to vo_draw_text_osd(),diego2008-12-031-1/+1
* | Make various functions staticUoti Urpala2008-08-121-1/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-1/+1
|\|
| * Rename font-related preprocessor directives.diego2008-08-071-1/+1
* | Create a context struct for OSD stateUoti Urpala2008-06-241-10/+7
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-231-21/+10
|/
* 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-1/+0
* Fix wrong calculation of nbooleans that causes a crash on 64 bit systemsreimar2007-08-271-1/+1
* warning fix:diego2007-08-251-3/+0
* Remove pointless variable declaration, the code that sets it is long-gone.diego2007-08-251-3/+0
* Remove stray comment, the code it commented is long-gone.diego2007-08-251-2/+0
* Identifiers should not start with two underscores.diego2007-08-151-3/+3
* Fix likely mistake when using char*.cehoyos2007-08-131-2/+2
* Remove completely pointless "!= 1".reimar2007-06-241-2/+2
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-2/+1
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-18/+2
* Make some functions static.uau2006-07-081-7/+7
* Move postproc ---> libswscalelucabe2006-06-301-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-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
* Convert vo_aa suboption parser to using the subopt-helper.ivo2005-03-111-93/+94
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-2/+2
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that l...alex2003-08-131-1/+1
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-011-0/+1
* Use new config headers and types.albeu2003-03-301-11/+8
* 10000l (YUV vs. YVU swscale fix/cleanup)michael2003-03-271-2/+2
* 100lmichael2003-02-231-5/+5
* linux->osdeparpi2003-02-091-1/+1
* better fix of vo_aa font segfaulthenry2003-01-301-0/+4
* New config system + cleanup of header inter dependencyalbeu2002-11-121-2/+2
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-9/+3
* Fixed some typos and an error in the help output.diego2002-10-061-6/+6
* add Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> freetype patchpontscho2002-08-291-4/+13
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
* 10L bugs founds by Jindrich Makovicka <makovick at MLinux dot fjfi dot cvut d...albeu2002-07-261-31/+30
* 10L bugs founds by Jindrich Makovicka <makovicki at KMLinux dot fjfi dot cvut...albeu2002-07-201-1/+1
* Use the new Y8 support in place of YV12.albeu2002-06-231-6/+3
* it uses swscaleralex2002-05-271-1/+1
* revised query_formatalex2002-05-271-1/+5
* A almost complete rewrite.albeu2002-04-271-312/+295
* moved font_laod.harpi2002-03-241-0/+1
* 32bpp support not implemented - do not liearpi2002-03-101-4/+4
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'nick2002-02-171-1/+7
* rgb/bgr 32bpp and IYUV/I420 supportalex2002-02-121-1/+21
* 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/+9
* Added reverting support for -aa* optionsalbeu2002-01-191-0/+9
* 'mplayer -aadriver stdout' segfault fixed by Fredrik Kuivinen <freku045@stude...arpi2002-01-111-1/+1
* Move yuv2rgb to postprocessnick2001-11-061-1/+1
* never declare variables in *.h files, plsnick2001-10-271-2/+2
* aalib 1.4.X incombatibility fixedfolke2001-08-171-5/+3
* now linux/curses detection worksfolke2001-08-171-2/+5
* osd problem with YV12 fixedfolke2001-08-171-7/+15
* vo_font SEGFAULT fixedarpi2001-08-171-7/+12
* define USE_OSD / USE_SUB fixesfolke2001-08-161-1/+2
* vo_aa: +subtitles, +progressbar, key violation with mplayer keys fixed, +cons...folke2001-08-161-1/+2
* vo_aa: +subtitles, +progressbar, key violation with mplayer keys fixed, +cons...folke2001-08-161-106/+201
* All aalib options can be passed to aalib (-aaXXX), also -aahelp is new. fixed...folke2001-08-151-21/+1
* All aalib options can be passed to aalib (-aaXXX), also -aahelp is newfolke2001-08-151-17/+133
* Fix OSD, small misspelling.atmos42001-08-151-2/+2
* write fault error fixedfolke2001-08-141-2/+2
* vo_aa: configurable nowfolke2001-08-141-9/+33
* Added cool aalib vo driver.atmos42001-08-141-0/+514