Mercurial > mplayer.hg
log libvo/vo_zr2.c @ 25917:afd170654f62
age | author | description |
---|---|---|
Wed, 23 Jan 2008 18:54:14 +0000 | reimar | Add a few const attributes |
Tue, 18 Dec 2007 21:43:12 +0000 | rik | change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later)) |
Sun, 02 Dec 2007 14:39:15 +0000 | reimar | Mark the vo_functions_t definitions as const where possible. |
Sun, 02 Dec 2007 14:06:03 +0000 | reimar | Make vo info structs const |
Tue, 05 Jun 2007 15:09:49 +0000 | reimar | Do not use fast_memcpy for small size copy, esp. when the size is constant |
Tue, 05 Jun 2007 14:27:54 +0000 | reimar | Replace implicit use of fast_memcpy via macro by explicit use to allow |
Fri, 05 Aug 2005 01:24:37 +0000 | ivo | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but |