aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_directfb2.c
Commit message (Expand)AuthorAge
* Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.Gravatar diego2008-09-15
* cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* Fix warning:Gravatar reimar2008-01-19
* Avoid void* arithmeticGravatar reimar2008-01-19
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* cosmetics: output grammar/spelling fixesGravatar diego2007-11-06
* cosmetics: Comment grammar and spelling fixes.Gravatar diego2007-11-06
* Reduce excessive verbosity: Move debug messages to the appropriate MSGLGravatar diego2007-11-06
* 10l Diego, revert commit 24966.Gravatar iive2007-11-04
* Fix previous incorrect commit, +/- has higher precedence than shifts.Gravatar diego2007-11-04
* Add some parentheses to fix the following warnings:Gravatar diego2007-11-03
* warning fixes:Gravatar diego2007-09-26
* warning fix:Gravatar diego2007-08-28
* Fix warnings:Gravatar diego2007-08-25
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Fix DirectFB version check. The old code simply concatenated theGravatar syrjala2006-10-08
* The FSF changed postal address.Gravatar diego2006-09-01
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* Change 'if(verbose)' to the more appropriate mp_msg_test.Gravatar diego2006-03-27
* libvo input cleanup: remove the dependency on libinput,Gravatar albeu2005-11-02
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* Make dfbopts a suboption, use suboption parserGravatar reimar2005-06-18
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* cut and paste typo fixedGravatar zdar2004-02-21
* removed usage of fb_dev_name, imported field parity reporting from dfbmga, fi...Gravatar zdar2004-02-17
* many small typo and grammar fixesGravatar gabucino2003-10-04
* Config fixed, changed put_image to use memcpy instead of native blits (for co...Gravatar zdar2003-09-07
* 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they wi...Gravatar alex2003-08-15
* triple buffering support, configuration/option system changed,some minor bugs...Gravatar zdar2003-04-27
* printf->mp_msg and honor -double switchGravatar zdar2003-04-19
* Some 10l and better layer handling (to comply with DFB 0.9.17)Gravatar zdar2003-03-05
* Layer configuration handling updatesGravatar zdar2003-03-02
* linux->osdepGravatar arpi2003-02-09
* fix to compile with DirecFB 0.9.16Gravatar zdar2002-12-29
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* Switch containing options for DirectFB library was renamed to dfbopts.Gravatar arpi2002-11-10
* config() parameters changeGravatar zdar2002-09-04
* Put/get_image fixed. Deleted forgotten development commentsGravatar zdar2002-08-13
* new directfb driver for 0.9.13+ by jiri.svoboda@seznam.czGravatar arpi2002-08-09