summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dfbmga.c
Commit message (Expand)AuthorAgeFilesLines
* build: update DirectFB requirements, reduce #ifdefsdiego2010-11-021-60/+3
* Remove the internal GUIAnton Khirnov2009-07-071-4/+0
* Merge svn changes up to r27649Uoti Urpala2008-09-201-200/+284
|\
| * Update the copyright statement.syrjala2008-09-151-1/+1
| * Cosmetics:syrjala2008-09-151-143/+132
| * Don't limit BES to non-synced single buffering when CRTC2 is used.syrjala2008-09-151-5/+1
| * Rename some variables and change some strings to make the CRTC1 code clearer.syrjala2008-09-151-19/+19
| * Add CRTC1 support.syrjala2008-09-151-8/+112
| * Remove BGR24 support since it has never worked anyway.syrjala2008-09-151-10/+0
| * Eliminate void * arithmetic.syrjala2008-09-151-14/+20
| * Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.diego2008-09-151-22/+21
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-2/+2
|\|
| * cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-2/+2
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingUoti Urpala2008-04-231-16/+4
|/
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Fix warning:diego2007-08-251-2/+0
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-2/+1
* s/vo_osd_changed/vo_osd_changed_flagsyrjala2006-10-171-2/+2
* Round buffer width and height to 16 pixels.syrjala2006-10-171-9/+11
* Fix DirectFB version check. The old code simply concatenated thesyrjala2006-10-081-15/+17
* The FSF changed postal address.diego2006-09-011-2/+2
* Remove superfluous extern variable declaration.diego2006-03-271-2/+0
* changed KEY_PREVIOUS to KEY_PREV, cause the first undefinedptt2005-11-031-1/+1
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-9/+19
* Added support for remote controls.syrjala2005-10-261-4/+71
* 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-2/+2
* Clean up properly if preinit() fails.syrjala2005-03-071-2/+16
* Added NV12/NV21 support.syrjala2005-02-171-9/+53
* - Don't advertise IMGFMT_RGBxxsyrjala2005-01-311-9/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* Fixed [no]input suboptions.syrjala2004-09-251-1/+5
* Removed fb_dev_name handling.syrjala2004-08-201-13/+0
* Removed useless SetOpacity() calls.syrjala2004-08-151-11/+0
* Fixed BES aspect ratio.syrjala2004-08-151-2/+2
* Reorganized init/unint so that fixed-vo works.syrjala2004-08-151-78/+80
* Don't use flicker filtering.syrjala2004-08-091-1/+1
* Fixed CRTC2 surface size message.syrjala2004-04-251-1/+1
* fieldparity verbosity and tvnorm patchattila2004-02-221-0/+60
* support for latest CVS, patch by Ville Syrjalaalex2004-01-281-0/+4
* backward compatibility patch by Villealex2003-10-171-0/+4
* Updates by Ville Syrjälä <syrjala@sci.fi>alex2003-10-161-55/+82
* spring update patch by Ville Syrjala <syrjala@sci.fi>alex2003-04-241-122/+299
* Update sub-picture layer to work with recent DirectFB cvs and add support for...alex2003-02-191-0/+27
* linux->osdeparpi2003-02-091-1/+1
* * Remove unneeded includes & macrosarpi2003-01-191-86/+217
* fix to compile with DirecFB 0.9.16zdar2002-12-291-0/+13
* This patch fixes the OSD flickering problem with vo_dfbmga.arpi2002-11-161-4/+23
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-8/+3
* This patch adds direct rendering to vo_dfbmga.arpi2002-11-101-234/+243
* - cleanup equalizer stuff (removed vidix dependency)arpi2002-11-061-80/+48
* disabled vidix dependencyarpi2002-11-031-1/+4
* Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400arpi2002-10-311-0/+981