aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_aa.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30195Gravatar Uoti Urpala2010-01-08
|\
| * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.Gravatar reimar2009-03-29
| * Remove obsolete extra elements from opt_t struct initialization.Gravatar diego2009-03-15
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Remove unused declarations and references to vo_draw_text_osd(),Gravatar diego2008-12-03
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
|/
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* warning fix:Gravatar diego2007-08-28
* Fix wrong calculation of nbooleans that causes a crash on 64 bit systemsGravatar reimar2007-08-27
* warning fix:Gravatar diego2007-08-25
* Remove pointless variable declaration, the code that sets it is long-gone.Gravatar diego2007-08-25
* Remove stray comment, the code it commented is long-gone.Gravatar diego2007-08-25
* Identifiers should not start with two underscores.Gravatar diego2007-08-15
* Fix likely mistake when using char*.Gravatar cehoyos2007-08-13
* Remove completely pointless "!= 1".Gravatar reimar2007-06-24
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Make compilation depending on USE_OSD unconditional.Gravatar uau2006-11-22
* Make some functions static.Gravatar uau2006-07-08
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* Convert vo_aa suboption parser to using the subopt-helper.Gravatar ivo2005-03-11
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* 100l to albeu for his english grammar, and 10l to me becouse I noticed that l...Gravatar alex2003-08-13
* vf_scale.h & related cleanup & some small warning fix by dominikGravatar michael2003-06-01
* Use new config headers and types.Gravatar albeu2003-03-30
* 10000l (YUV vs. YVU swscale fix/cleanup)Gravatar michael2003-03-27
* 100lGravatar michael2003-02-23
* linux->osdepGravatar arpi2003-02-09
* better fix of vo_aa font segfaultGravatar henry2003-01-30
* New config system + cleanup of header inter dependencyGravatar albeu2002-11-12