summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directfb2.c
Commit message (Expand)AuthorAgeFilesLines
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-1/+1
* Change 'if(verbose)' to the more appropriate mp_msg_test.diego2006-03-271-12/+10
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-1/+1
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* Make dfbopts a suboption, use suboption parserreimar2005-06-181-92/+53
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-5/+5
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-1/+1
* cut and paste typo fixedzdar2004-02-211-1/+1
* removed usage of fb_dev_name, imported field parity reporting from dfbmga, fi...zdar2004-02-171-10/+29
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* Config fixed, changed put_image to use memcpy instead of native blits (for co...zdar2003-09-071-2/+58
* 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they wi...alex2003-08-151-1/+1
* triple buffering support, configuration/option system changed,some minor bugs...zdar2003-04-271-38/+176
* printf->mp_msg and honor -double switchzdar2003-04-191-81/+97
* Some 10l and better layer handling (to comply with DFB 0.9.17)zdar2003-03-051-20/+87
* Layer configuration handling updateszdar2003-03-021-28/+46
* linux->osdeparpi2003-02-091-1/+1
* fix to compile with DirecFB 0.9.16zdar2002-12-291-1/+9
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-8/+3
* Switch containing options for DirectFB library was renamed to dfbopts.arpi2002-11-101-4/+49
* config() parameters changezdar2002-09-041-2/+3
* Put/get_image fixed. Deleted forgotten development commentszdar2002-08-131-38/+10
* new directfb driver for 0.9.13+ by jiri.svoboda@seznam.czarpi2002-08-091-0/+1224