aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_directfb2.c
Commit message (Expand)AuthorAge
* VO: remove vo_directfb2 and vo_directxGravatar wm42012-08-16
* vo_directfb2: reformat and convert to new VO APIGravatar wm42012-08-07
* VO: remove VO direct renderingGravatar wm42012-08-02
* mpcodecs: remove mp_image_t.x/yGravatar wm42012-02-24
* cleanup: mark some vo_directfb2.c and vo_s3fb.c functions staticGravatar Uoti Urpala2011-06-29
* cleanup: some warning fixes and minor cleanupsGravatar reimar2011-06-29
* input: move all key code lists to input/keycodes.hGravatar Uoti Urpala2011-05-02
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* vo_vesa, vo_directfb2: Replace local min/max macros by FFMIN/FFMAXGravatar diego2010-11-02
* build: update DirectFB requirements, reduce #ifdefsGravatar diego2010-11-02
* Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\
| * Add support for 12-bit color mode on framebuffer devices.Gravatar cehoyos2010-05-06
* | Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\|
| * 10l: Remove leftover commented-out #include.Gravatar diego2010-04-24
| * Remove unnecessary kd.h #include.Gravatar diego2010-04-24
| * include sys/kd.h on non-Linux architectures correctlyGravatar siretart2010-04-23
| * libvo: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* | Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\|
| * Remove a check that simply can not have worked since it relied on a completelyGravatar reimar2010-01-12
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Make data related to suboption parsing const in libvoGravatar reimar2009-03-07
* | Merge svn changes up to r27649Gravatar Uoti Urpala2008-09-20
|\|
| * 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
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
|/
* 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