log libvo/vo_directfb2.c @ 18833:c452bd0d6ede

age author description
2006-03-27 diego Change 'if(verbose)' to the more appropriate mp_msg_test.
2005-11-02 albeu libvo input cleanup: remove the dependency on libinput,
2005-08-05 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
2005-06-18 reimar Make dfbopts a suboption, use suboption parser
2005-04-18 henry replace VO and VF numeric flags with #defined identifiers
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2004-02-21 zdar cut and paste typo fixed
2004-02-17 zdar removed usage of fb_dev_name, imported field parity reporting from dfbmga, fixed vsync handling in triple buffering mode
2003-10-04 gabucino many small typo and grammar fixes
2003-09-07 zdar Config fixed, changed put_image to use memcpy instead of native blits (for compatibility reasons), always clear primary layer (to have always black background) and try to center image.
2003-08-15 alex 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they will be freed at exit.
2003-04-27 zdar triple buffering support, configuration/option system changed,some minor bugs fixed
2003-04-19 zdar printf->mp_msg and honor -double switch
2003-03-05 zdar Some 10l and better layer handling (to comply with DFB 0.9.17)
2003-03-02 zdar Layer configuration handling updates
2003-02-09 arpi linux->osdep
2002-12-29 zdar fix to compile with DirecFB 0.9.16
2002-11-11 alex removed get_info, using the same sheme as in libmpcodecs instead
2002-11-10 arpi Switch containing options for DirectFB library was renamed to dfbopts.
2002-09-04 zdar config() parameters change
2002-08-13 zdar Put/get_image fixed. Deleted forgotten development comments
2002-08-09 arpi new directfb driver for 0.9.13+ by jiri.svoboda@seznam.cz