[MPlayer-dev-eng] [PATCH] vo device for serdisplib controlled gfx displays / display modules (-vo serdisp)

Diego Biurrun diego at biurrun.de
Mon Apr 23 18:48:44 CEST 2007


On Mon, Apr 23, 2007 at 12:00:07AM +0200, Wolfgang Astleitner wrote:
> 
> ps: sorry for my english ...

Your English is perfectly sufficient.

> --- libvo/vo_serdisp.c	(revision 0)
> +++ libvo/vo_serdisp.c	(revision 0)
> @@ -0,0 +1,845 @@
> +/*
> + * MPlayer
> + * 
> + * Video driver for serdisplib - 0.9.9
> + * 
> + * by Wolfgang Astleitner <mrwastl at users.sourceforge.net>
> + * 
> + * Code started:  2004-10-31
> + * Version 0.1 :  2004-10-31
> + * Version 0.2 - 0.? : experimental stuff, changes, colour support, ...
> + * Version 0.9.0: 2007-02-26: approaching production-level. code-review. no need for serdisplib-headerfiles and library at compiletime -> dlopen() / dlsys()
> + * Version 0.9.1: 2007-03-25: improved non-dithered drawing for greyscale displays, some code optimising
> + * Version 0.9.2: 2007-04-18: improved osd left-over hack
> + * Version 0.9.9: 2007-04-22: still more code reviews and tests with more operating systems and 64bit architecture
> + */

Please add a standard GPL header as found for example in vidix/vidix.h.
Also, keeping the changelog in the file is redundant, that's what
revision control systems are for.

Diego



More information about the MPlayer-dev-eng mailing list