log libvo/vo_directfb2.c @ 31883:b14ca9b6b6d4

age author description
2010-05-06 cehoyos Add support for 12-bit color mode on framebuffer devices.
2010-04-24 diego 10l: Remove leftover commented-out #include.
2010-04-24 diego Remove unnecessary kd.h #include.
2010-04-23 siretart include sys/kd.h on non-Linux architectures correctly
2010-02-16 diego libvo: Mark functions not used outside of their files as static.
2010-01-12 reimar Remove a check that simply can not have worked since it relied on a completely
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-07 reimar Make data related to suboption parsing const in libvo
2008-09-15 diego Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
2008-05-16 diego cosmetics: Remove useless parentheses from from return statements.
2008-01-19 reimar Fix warning:
2008-01-19 reimar Avoid void* arithmetic
2007-12-02 reimar Mark the vo_functions_t definitions as const where possible.
2007-12-02 reimar Make vo info structs const
2007-11-06 diego cosmetics: output grammar/spelling fixes
2007-11-06 diego cosmetics: Comment grammar and spelling fixes.
2007-11-06 diego Reduce excessive verbosity: Move debug messages to the appropriate MSGL
2007-11-04 iive 10l Diego, revert commit 24966.
2007-11-04 diego Fix previous incorrect commit, +/- has higher precedence than shifts.
2007-11-03 diego Add some parentheses to fix the following warnings:
2007-09-26 diego warning fixes:
2007-08-28 diego warning fix:
2007-08-25 diego Fix warnings:
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2007-04-01 uau "()" to "(void)" function param list fixes
2007-03-29 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
2006-10-08 syrjala Fix DirectFB version check. The old code simply concatenated the
2006-09-01 diego The FSF changed postal address.
2006-07-02 reynaldo rm unnecesary casts from void* - part 2
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