comparison vidix/vidix.h @ 26718:051b2632f121

consistency cosmetics: Move some parts of file headers around; typo fixes.
author diego
date Mon, 12 May 2008 17:33:35 +0000
parents a93e46adb54c
children 3abd1629658b
comparison
equal deleted inserted replaced
26717:2da37a9a0c25 26718:051b2632f121
1 /* 1 /*
2 * VIDIX - VIDeo Interface for *niX. 2 * VIDIX - VIDeo Interface for *niX.
3 *
4 * This interface is introduced as universal one to MPEG decoder,
5 * Back End Scaler (BES) and YUV2RGB hw accelerators.
6 *
7 * In the future it may be expanded up to capturing and audio things.
8 * Main goal of this this interface imlpementation is providing DGA
9 * everywhere where it's possible (unlike X11 and other).
10 *
11 * This interface is based on v4l2, fbvid.h, mga_vid.h projects
12 * and my personal ideas.
13 *
14 * NOTE: This interface is introduced as driver interface.
15 *
3 * Copyright (C) 2002 Nick Kurshev 16 * Copyright (C) 2002 Nick Kurshev
4 * Copyright (C) 2007 Benjamin Zores <ben@geexbox.org> 17 * Copyright (C) 2007 Benjamin Zores <ben@geexbox.org>
5 * 18 *
6 * This file is part of MPlayer. 19 * This file is part of MPlayer.
7 * 20 *
16 * GNU General Public License for more details. 29 * GNU General Public License for more details.
17 * 30 *
18 * You should have received a copy of the GNU General Public License 31 * You should have received a copy of the GNU General Public License
19 * along with MPlayer; if not, write to the Free Software 32 * along with MPlayer; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 33 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 *
22 * This interface is introduced as universal one to MPEG decoder,
23 * Back End Scaler (BES) and YUV2RGB hw accelerators.
24 *
25 * In the future it may be expanded up to capturing and audio things.
26 * Main goal of this this interface imlpementation is providing DGA
27 * everywhere where it's possible (unlike X11 and other).
28 *
29 * This interface is based on v4l2, fbvid.h, mga_vid.h projects
30 * and personally my ideas.
31 *
32 * NOTE: This interface is introduces as driver interface.
33 */ 34 */
34 35
35 #ifndef MPLAYER_VIDIX_H 36 #ifndef MPLAYER_VIDIX_H
36 #define MPLAYER_VIDIX_H 37 #define MPLAYER_VIDIX_H
37 38