aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_aa.c
Commit message (Expand)AuthorAge
* libvo: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* 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
* Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Remove unused declarations and references to vo_draw_text_osd(),Gravatar diego2008-12-03
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* 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
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* Fixed some typos and an error in the help output.Gravatar diego2002-10-06
* add Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> freetype patchGravatar pontscho2002-08-29
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* 10L bugs founds by Jindrich Makovicka <makovick at MLinux dot fjfi dot cvut d...Gravatar albeu2002-07-26
* 10L bugs founds by Jindrich Makovicka <makovicki at KMLinux dot fjfi dot cvut...Gravatar albeu2002-07-20
* Use the new Y8 support in place of YV12.Gravatar albeu2002-06-23
* it uses swscalerGravatar alex2002-05-27
* revised query_formatGravatar alex2002-05-27
* A almost complete rewrite.Gravatar albeu2002-04-27
* moved font_laod.hGravatar arpi2002-03-24
* 32bpp support not implemented - do not lieGravatar arpi2002-03-10
* I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'Gravatar nick2002-02-17
* rgb/bgr 32bpp and IYUV/I420 supportGravatar alex2002-02-12