This package was debianized by Gregor Jasny on Sun, 27 Jul 2008 11:01:46 +0200. It was downloaded from http://people.fedoraproject.org/~jwrdegoede/ Upstream Author: Hans de Goede Copyright: Copyright (C) 2008-2009 Hans de Goede License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. The Debian packaging is Copyright 2008, Gregor Jasny and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. Bayer pattern decoding functions * Written by Damien Douxchamps and Frederic Devernay CX2341X HM12 conversion routines * Copyright (C) 2009 Hans Verkuil Libv4l Control: * Copyright (C) 2008-2009 Elmar Kleijn * Copyright (C) 2008-2009 Sjoerd Piepenbrink * Copyright (C) 2008-2009 Radjnies Bhansingh * Copyright (C) 2008-2009 Hans de Goede Libv4l Processing: * Copyright (C) 2008-2009 Elmar Kleijn * Copyright (C) 2008-2009 Sjoerd Piepenbrink * Copyright (C) 2008-2009 Hans de Goede MR97310A decoder * Copyright (C) 2004-2009 Theodore Kilgore OV511 Decompression Support Module * Copyright (c) 1999-2003 Mark W. McClelland. All rights reserved. http://alpha.dyndns.org/ov511/ * Original decompression code Copyright 1998-2000 OmniVision Technologies * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. OV518 Decompression Support Module * Copyright (c) 2002-2003 Mark W. McClelland. All rights reserved. * http://alpha.dyndns.org/ov511/ * Fast integer iDCT by Yuri van Oers * Original OV511 decompression code Copyright 1998-2000 OmniVision Technologies * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. PAC207 decoder * Bertrik.Sikken. Thomas Kaiser Copyright (C) 2005 * Copyright (C) 2003 2004 2005 Michel Xhaard RGB565 conversion routines * Copyright (C) 2009 Mauro Carvalho Chehab Sonix SN9C10X decoder * Bertrik.Sikken. Copyright (C) 2005 Sonix SN9C20X decoder * Vasily Khoruzhick, Copyright (C) 2008-2009 * Algorithm based on Java code written by Jens on microdia google group SPCA561 decoder * Copyright (C) 2005 Andrzej Szombierski [qq@kuku.eu.org] SQ905C decoder * Copyright (c) 2005 and 2007 Theodore Kilgore * This version for libv4lconvert is * Copyright (c) 2009 Theodore Kilgore Small jpeg decoder library (tinyjpeg) Copyright (c) 2006, Luc Saillard All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. jidctflt.c Copyright (C) 1994-1998, Thomas G. Lane. This file is part of the Independent JPEG Group's software. The authors make NO WARRANTY or representation, either express or implied, with respect to this software, its quality, accuracy, merchantability, or fitness for a particular purpose. This software is provided "AS IS", and you, its user, assume the entire risk as to its quality and accuracy. This software is copyright (C) 1991-1998, Thomas G. Lane. All Rights Reserved except as specified below. Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. These conditions apply to any software derived from or based on the IJG code, not just to the unmodified library. If you use our work, you ought to acknowledge us. Permission is NOT granted for the use of any IJG author's name or company name in advertising or publicity relating to this software or products derived from it. This software may be referred to only as "the Independent JPEG Group's software". We specifically permit and encourage the use of this software as the basis of commercial products, provided that all warranty or liability claims are assumed by the product vendor. This implementation is based on Arai, Agui, and Nakajima's algorithm for scaled DCT. Their original paper (Trans. IEICE E-71(11):1095) is in Japanese, but the algorithm is described in the Pennebaker & Mitchell JPEG textbook (see REFERENCES section in file README). The following code is based directly on figure 4-8 in P&M.