| Commit message (Expand) | Author | Age | Files | Lines |
* | mpcodecs: remove mp_image_t.x/y | wm4 | 2012-02-24 | 1 | -7/+7 |
* | cleanup: mark some vo_directfb2.c and vo_s3fb.c functions static | Uoti Urpala | 2011-06-29 | 1 | -6/+8 |
* | cleanup: some warning fixes and minor cleanups | reimar | 2011-06-29 | 1 | -2/+2 |
* | input: move all key code lists to input/keycodes.h | Uoti Urpala | 2011-05-02 | 1 | -2/+1 |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
* | vo_vesa, vo_directfb2: Replace local min/max macros by FFMIN/FFMAX | diego | 2010-11-02 | 1 | -6/+3 |
* | build: update DirectFB requirements, reduce #ifdefs | diego | 2010-11-02 | 1 | -54/+3 |
* | Merge svn changes up to r31141 | Uoti Urpala | 2010-05-07 | 1 | -0/+19 |
|\ |
|
| * | Add support for 12-bit color mode on framebuffer devices. | cehoyos | 2010-05-06 | 1 | -0/+19 |
* | | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 1 | -6/+0 |
|\| |
|
| * | 10l: Remove leftover commented-out #include. | diego | 2010-04-24 | 1 | -1/+0 |
| * | Remove unnecessary kd.h #include. | diego | 2010-04-24 | 1 | -6/+1 |
| * | include sys/kd.h on non-Linux architectures correctly | siretart | 2010-04-23 | 1 | -2/+2 |
| * | libvo: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 1 | -6/+8 |
* | | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 1 | -2/+1 |
|\| |
|
| * | Remove a check that simply can not have worked since it relied on a completely | reimar | 2010-01-12 | 1 | -2/+1 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -99/+99 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -95/+95 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -1/+1 |
|\| |
|
| * | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 | 1 | -1/+1 |
* | | Merge svn changes up to r27649 | Uoti Urpala | 2008-09-20 | 1 | -21/+22 |
|\| |
|
| * | Upgrade license of LGPL 2 or later files to LGPL 2.1 or later. | diego | 2008-09-15 | 1 | -21/+22 |
| * | cosmetics: Remove useless parentheses from from return statements. | diego | 2008-05-16 | 1 | -2/+2 |
* | | Remove variable arguments from vo control() functions | Uoti Urpala | 2008-04-23 | 1 | -1/+1 |
* | | Change VOCTRL_[GET|SET]_EQUALIZER argument passing | Uoti Urpala | 2008-04-23 | 1 | -16/+4 |
|/ |
|
* | Fix warning: | reimar | 2008-01-19 | 1 | -1/+1 |
* | Avoid void* arithmetic | reimar | 2008-01-19 | 1 | -15/+15 |
* | Mark the vo_functions_t definitions as const where possible. | reimar | 2007-12-02 | 1 | -1/+1 |
* | Make vo info structs const | reimar | 2007-12-02 | 1 | -1/+1 |
* | cosmetics: output grammar/spelling fixes | diego | 2007-11-06 | 1 | -5/+5 |
* | cosmetics: Comment grammar and spelling fixes. | diego | 2007-11-06 | 1 | -17/+17 |
* | Reduce excessive verbosity: Move debug messages to the appropriate MSGL | diego | 2007-11-06 | 1 | -46/+46 |
* | 10l Diego, revert commit 24966. | iive | 2007-11-04 | 1 | -2/+2 |
* | Fix previous incorrect commit, +/- has higher precedence than shifts. | diego | 2007-11-04 | 1 | -2/+2 |
* | Add some parentheses to fix the following warnings: | diego | 2007-11-03 | 1 | -2/+2 |
* | warning fixes: | diego | 2007-09-26 | 1 | -2/+0 |
* | warning fix: | diego | 2007-08-28 | 1 | -2/+0 |
* | Fix warnings: | diego | 2007-08-25 | 1 | -3/+3 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -10/+10 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 1 | -1/+1 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 1 | -2/+1 |
* | Fix DirectFB version check. The old code simply concatenated the | syrjala | 2006-10-08 | 1 | -11/+13 |
* | The FSF changed postal address. | diego | 2006-09-01 | 1 | -2/+2 |
* | rm unnecesary casts from void* - part 2 | reynaldo | 2006-07-02 | 1 | -1/+1 |
* | Change 'if(verbose)' to the more appropriate mp_msg_test. | diego | 2006-03-27 | 1 | -12/+10 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 | 1 | -1/+1 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 | 1 | -6/+6 |
* | Make dfbopts a suboption, use suboption parser | reimar | 2005-06-18 | 1 | -92/+53 |
* | replace VO and VF numeric flags with #defined identifiers | henry | 2005-04-18 | 1 | -5/+5 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -1/+1 |
* | cut and paste typo fixed | zdar | 2004-02-21 | 1 | -1/+1 |
* | removed usage of fb_dev_name, imported field parity reporting from dfbmga, fi... | zdar | 2004-02-17 | 1 | -10/+29 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | Config fixed, changed put_image to use memcpy instead of native blits (for co... | zdar | 2003-09-07 | 1 | -2/+58 |
* | 4x10l fix. Vars used by the config layer must be malloc'd (strdup) as they wi... | alex | 2003-08-15 | 1 | -1/+1 |
* | triple buffering support, configuration/option system changed,some minor bugs... | zdar | 2003-04-27 | 1 | -38/+176 |
* | printf->mp_msg and honor -double switch | zdar | 2003-04-19 | 1 | -81/+97 |
* | Some 10l and better layer handling (to comply with DFB 0.9.17) | zdar | 2003-03-05 | 1 | -20/+87 |
* | Layer configuration handling updates | zdar | 2003-03-02 | 1 | -28/+46 |
* | linux->osdep | arpi | 2003-02-09 | 1 | -1/+1 |
* | fix to compile with DirecFB 0.9.16 | zdar | 2002-12-29 | 1 | -1/+9 |
* | removed get_info, using the same sheme as in libmpcodecs instead | alex | 2002-11-11 | 1 | -8/+3 |
* | Switch containing options for DirectFB library was renamed to dfbopts. | arpi | 2002-11-10 | 1 | -4/+49 |
* | config() parameters change | zdar | 2002-09-04 | 1 | -2/+3 |
* | Put/get_image fixed. Deleted forgotten development comments | zdar | 2002-08-13 | 1 | -38/+10 |
* | new directfb driver for 0.9.13+ by jiri.svoboda@seznam.cz | arpi | 2002-08-09 | 1 | -0/+1224 |