Add missing copyrights.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27812 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-10-01 04:52:09 +00:00
parent f0d95841ee
commit a1830cbd57
35 changed files with 149 additions and 6 deletions
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#include <support/Autolock.h>
#include <media/MediaFormats.h>
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#ifndef _VIDEO_ADDON_H
#define _VIDEO_ADDON_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#include "CamBufferedFilterInterface.h"
#include "CamDevice.h"
#include "CamDebug.h"
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAM_BUFFERED_FILTER_INTERFACE_H
#define _CAM_BUFFERED_FILTER_INTERFACE_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
/*
* buffer based deframer
* buffers all packet until it finds a complete frame.
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAM_BUFFERING_DEFRAMER_H
#define _CAM_BUFFERING_DEFRAMER_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#include "CamColorSpaceTransform.h"
#include "CamDebug.h"
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAM_COLOR_SPACE_TRANSFORM_H
#define _CAM_COLOR_SPACE_TRANSFORM_H
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAM_DEBUG_H
#define _CAM_DEBUG_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#define CD_COL "31"
#include "CamDeframer.h"
#include "CamDevice.h"
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAM_DEFRAMER_H
#define _CAM_DEFRAMER_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#include "CamDevice.h"
#include "CamSensor.h"
#include "CamDeframer.h"
@@ -486,7 +491,7 @@ CamDevice::DataPumpThread()
len = fBulkIn->BulkTransfer(fBuffer, fBufferLen);
#endif
//PRINT((CH ": got %d bytes" CT, len));
PRINT((CH ": got %d bytes" CT, len));
#ifdef DEBUG_WRITE_DUMP
write(fDumpFD, fBuffer, len);
#endif
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAM_DEVICE_H
#define _CAM_DEVICE_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#include "CamFilterInterface.h"
#include "CamDevice.h"
#include "CamDebug.h"
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <[email protected]>.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAM_FILTER_INTERFACE_H
#define _CAM_FILTER_INTERFACE_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include "CamRoster.h"
#include "AddOn.h"
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAM_ROSTER_H
#define _CAM_ROSTER_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include "CamSensor.h"
#include "CamDebug.h"
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAM_SENSOR_H
#define _CAM_SENSOR_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
/*
* stream based deframer
* has a state machine and handles each packet separately.
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAM_STREAMING_DEFRAMER_H
#define _CAM_STREAMING_DEFRAMER_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <fcntl.h>
#include <malloc.h>
#include <math.h>
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _VIDEO_PRODUCER_H
#define _VIDEO_PRODUCER_H
@@ -1,5 +1,5 @@
USB Webcam driver
(c) 2004-2007 François Revol.
(c) 2004-2008 François Revol.
Parts (c) Be,Inc. (ProducerNode sample code).
Current version of my USB Webcam driver. WORK IN PROGRESS!
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include "NW80xCamDevice.h"
#include "CamDebug.h"
#include "CamSensor.h"
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _NW80X_CAM_DEVICE_H
#define _NW80X_CAM_DEVICE_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include "QuickCamDevice.h"
#include "CamDebug.h"
#include "CamSensor.h"
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _QUICK_CAM_DEVICE_H
#define _QUICK_CAM_DEVICE_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include "SonixCamDevice.h"
#include "CamDebug.h"
#include "CamSensor.h"
@@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _SONIX_CAM_DEVICE_H
#define _SONIX_CAM_DEVICE_H
@@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
/*
* Bayer to RGB32 colorspace transformation
*/
@@ -1,5 +1,7 @@
/*
*/
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include "CamSensor.h"
#include "CamDebug.h"
@@ -1,5 +1,7 @@
/*
*/
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include "CamSensor.h"
@@ -1,5 +1,7 @@
/*
*/
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include "CamSensor.h"
#include "CamDebug.h"
@@ -1,5 +1,7 @@
/*
*/
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <ParameterWeb.h>