aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_dfbmga.c
Commit message (Expand)AuthorAge
* 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
* Fix warning:Gravatar diego2007-08-25
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* s/vo_osd_changed/vo_osd_changed_flagGravatar syrjala2006-10-17
* Round buffer width and height to 16 pixels.Gravatar syrjala2006-10-17
* Fix DirectFB version check. The old code simply concatenated theGravatar syrjala2006-10-08
* The FSF changed postal address.Gravatar diego2006-09-01
* Remove superfluous extern variable declaration.Gravatar diego2006-03-27
* changed KEY_PREVIOUS to KEY_PREV, cause the first undefinedGravatar ptt2005-11-03
* libvo input cleanup: remove the dependency on libinput,Gravatar albeu2005-11-02
* Added support for remote controls.Gravatar syrjala2005-10-26
* 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
* Clean up properly if preinit() fails.Gravatar syrjala2005-03-07
* Added NV12/NV21 support.Gravatar syrjala2005-02-17
* - Don't advertise IMGFMT_RGBxxGravatar syrjala2005-01-31
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* Fixed [no]input suboptions.Gravatar syrjala2004-09-25
* Removed fb_dev_name handling.Gravatar syrjala2004-08-20
* Removed useless SetOpacity() calls.Gravatar syrjala2004-08-15
* Fixed BES aspect ratio.Gravatar syrjala2004-08-15
* Reorganized init/unint so that fixed-vo works.Gravatar syrjala2004-08-15
* Don't use flicker filtering.Gravatar syrjala2004-08-09
* Fixed CRTC2 surface size message.Gravatar syrjala2004-04-25
* fieldparity verbosity and tvnorm patchGravatar attila2004-02-22
* support for latest CVS, patch by Ville SyrjalaGravatar alex2004-01-28
* backward compatibility patch by VilleGravatar alex2003-10-17
* Updates by Ville Syrjälä <syrjala@sci.fi>Gravatar alex2003-10-16
* spring update patch by Ville Syrjala <syrjala@sci.fi>Gravatar alex2003-04-24
* Update sub-picture layer to work with recent DirectFB cvs and add support for...Gravatar alex2003-02-19
* linux->osdepGravatar arpi2003-02-09
* * Remove unneeded includes & macrosGravatar arpi2003-01-19
* fix to compile with DirecFB 0.9.16Gravatar zdar2002-12-29
* This patch fixes the OSD flickering problem with vo_dfbmga.Gravatar arpi2002-11-16
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* This patch adds direct rendering to vo_dfbmga.Gravatar arpi2002-11-10
* - cleanup equalizer stuff (removed vidix dependency)Gravatar arpi2002-11-06
* disabled vidix dependencyGravatar arpi2002-11-03
* Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400Gravatar arpi2002-10-31