[xiph-commits] r15400 - in trunk: theora theora/examples theora/lib theora/lib/dec theora/lib/dec/x86 theora/lib/dec/x86_vc theora/lib/enc theora/lib/enc/x86_32 theora/lib/enc/x86_64 theora-exp
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Wed Oct 15 05:10:59 PDT 2008
Author: tterribe
Date: 2008-10-15 05:10:58 -0700 (Wed, 15 Oct 2008)
New Revision: 15400
Removed:
trunk/theora/lib/dec/enquant.h
Modified:
trunk/theora-exp/LICENSE
trunk/theora/AUTHORS
trunk/theora/COPYING
trunk/theora/examples/dump_video.c
trunk/theora/examples/encoder_example.c
trunk/theora/examples/player_example.c
trunk/theora/examples/png2theora.c
trunk/theora/examples/splayer.c
trunk/theora/lib/Makefile.am
trunk/theora/lib/cpu.c
trunk/theora/lib/cpu.h
trunk/theora/lib/dec/apiwrapper.c
trunk/theora/lib/dec/apiwrapper.h
trunk/theora/lib/dec/bitpack.c
trunk/theora/lib/dec/bitpack.h
trunk/theora/lib/dec/dct.h
trunk/theora/lib/dec/decapiwrapper.c
trunk/theora/lib/dec/decinfo.c
trunk/theora/lib/dec/decint.h
trunk/theora/lib/dec/decode.c
trunk/theora/lib/dec/dequant.c
trunk/theora/lib/dec/dequant.h
trunk/theora/lib/dec/fragment.c
trunk/theora/lib/dec/huffdec.c
trunk/theora/lib/dec/huffdec.h
trunk/theora/lib/dec/huffman.h
trunk/theora/lib/dec/idct.c
trunk/theora/lib/dec/idct.h
trunk/theora/lib/dec/info.c
trunk/theora/lib/dec/internal.c
trunk/theora/lib/dec/ocintrin.h
trunk/theora/lib/dec/quant.c
trunk/theora/lib/dec/quant.h
trunk/theora/lib/dec/state.c
trunk/theora/lib/dec/x86/mmxfrag.c
trunk/theora/lib/dec/x86/mmxidct.c
trunk/theora/lib/dec/x86/mmxstate.c
trunk/theora/lib/dec/x86/x86int.h
trunk/theora/lib/dec/x86/x86state.c
trunk/theora/lib/dec/x86_vc/mmxfrag.c
trunk/theora/lib/dec/x86_vc/mmxidct.c
trunk/theora/lib/dec/x86_vc/mmxloopfilter.c
trunk/theora/lib/dec/x86_vc/mmxstate.c
trunk/theora/lib/dec/x86_vc/x86int.h
trunk/theora/lib/dec/x86_vc/x86state.c
trunk/theora/lib/enc/dct_decode.c
trunk/theora/lib/enc/x86_32/dct_decode_mmx.c
trunk/theora/lib/enc/x86_64/dct_decode_mmx.c
trunk/theora/lib/internal.h
Log:
Update copyright notices to include "and contributors".
We have never collected written transfer notices, so Xiph.Org cannot lay claim
to the copyright held by third-parties (including myself).
Also add a few entries to AUTHORS; by no means do I claim this file is complete.
Two other minor, unrelated items:
- Declare bitfield entries to be explicitly signed.
This is related to the Solaris bug fixed in r15215, but I'm not removing the
casts added there unless I can get a Sparc/Solaris box to test on.
- Remove lib/dec/enquant.h, as it is not actually used by the decoder.
Modified: trunk/theora/AUTHORS
===================================================================
--- trunk/theora/AUTHORS 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/AUTHORS 2008-10-15 12:10:58 UTC (rev 15400)
@@ -4,27 +4,35 @@
Ralph Giles
Timothy B. Terriberry
- Ongoing development
-
+
Dan B. Miller
- Pre alpha3 development
-
+
Wim Tayman
Dan Lenski
- MMX optimized functions
-
+
Aaron Colwell
Thomas Vander Stichele
Jan Gerber
Conrad Parker
- Bug fixes, enhancements, build systems.
-
+
Mauricio Piacentini
- Original win32 projects and example ports
+ - dump_video example
- VP3->Theora transcoder
Silvia Pfeiffer
- Figures for the spec
+Vegard Nossum
+ - Original png2theora implementation
+
+Rudolf Marek
+Nils Pipenbrinck
+ - MMX optimizations
+
Michael Smith
Andre Pang
calc
Modified: trunk/theora/COPYING
===================================================================
--- trunk/theora/COPYING 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/COPYING 2008-10-15 12:10:58 UTC (rev 15400)
@@ -1,4 +1,4 @@
-Copyright (C) 2002-2007 Xiph.org Foundation
+Copyright (C) 2002-2007 Xiph.org Foundation and contributors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
Modified: trunk/theora/examples/dump_video.c
===================================================================
--- trunk/theora/examples/dump_video.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/examples/dump_video.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/examples/encoder_example.c
===================================================================
--- trunk/theora/examples/encoder_example.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/examples/encoder_example.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/examples/player_example.c
===================================================================
--- trunk/theora/examples/player_example.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/examples/player_example.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/examples/png2theora.c
===================================================================
--- trunk/theora/examples/png2theora.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/examples/png2theora.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/examples/splayer.c
===================================================================
--- trunk/theora/examples/splayer.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/examples/splayer.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/Makefile.am
===================================================================
--- trunk/theora/lib/Makefile.am 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/Makefile.am 2008-10-15 12:10:58 UTC (rev 15400)
@@ -121,7 +121,6 @@
dec/dct.h \
dec/decint.h \
dec/dequant.h \
- dec/enquant.h \
dec/huffdec.h \
dec/huffman.h \
dec/idct.h \
Modified: trunk/theora/lib/cpu.c
===================================================================
--- trunk/theora/lib/cpu.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/cpu.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/cpu.h
===================================================================
--- trunk/theora/lib/cpu.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/cpu.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
function:
Modified: trunk/theora/lib/dec/apiwrapper.c
===================================================================
--- trunk/theora/lib/dec/apiwrapper.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/apiwrapper.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/apiwrapper.h
===================================================================
--- trunk/theora/lib/dec/apiwrapper.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/apiwrapper.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/bitpack.c
===================================================================
--- trunk/theora/lib/dec/bitpack.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/bitpack.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggTheora SOURCE CODE IS (C) COPYRIGHT 1994-2008 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/bitpack.h
===================================================================
--- trunk/theora/lib/dec/bitpack.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/bitpack.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggTheora SOURCE CODE IS (C) COPYRIGHT 1994-2008 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/dct.h
===================================================================
--- trunk/theora/lib/dec/dct.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/dct.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/decapiwrapper.c
===================================================================
--- trunk/theora/lib/dec/decapiwrapper.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/decapiwrapper.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/decinfo.c
===================================================================
--- trunk/theora/lib/dec/decinfo.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/decinfo.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/decint.h
===================================================================
--- trunk/theora/lib/dec/decint.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/decint.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/decode.c
===================================================================
--- trunk/theora/lib/dec/decode.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/decode.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/dequant.c
===================================================================
--- trunk/theora/lib/dec/dequant.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/dequant.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/dequant.h
===================================================================
--- trunk/theora/lib/dec/dequant.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/dequant.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Deleted: trunk/theora/lib/dec/enquant.h
===================================================================
--- trunk/theora/lib/dec/enquant.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/enquant.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -1,43 +0,0 @@
-/********************************************************************
- * *
- * THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
- * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
- * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
- * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
- * *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
- * *
- ********************************************************************
-
- function:
- last mod: $Id$
-
- ********************************************************************/
-
-#if !defined(_enquant_H)
-# define _enquant_H (1)
-# include "quant.h"
-
-/*The amount to scale the forward quantizer value by.*/
-#define OC_FQUANT_SCALE ((ogg_uint32_t)1<<OC_FQUANT_SHIFT)
-/*The amount to add to the scaled forward quantizer for rounding.*/
-#define OC_FQUANT_ROUND (1<<OC_FQUANT_SHIFT-1)
-/*The amount to shift the resulting product by.*/
-#define OC_FQUANT_SHIFT (16)
-
-
-
-/*The default quantization parameters used by VP3.1.*/
-extern const th_quant_info TH_VP31_QUANT_INFO;
-/*Our default quantization parameters.*/
-extern const th_quant_info OC_DEF_QUANT_INFO[4];
-
-
-
-void oc_quant_params_pack(oggpack_buffer *_opb,
- const th_quant_info *_qinfo);
-void oc_enquant_tables_init(oc_quant_table *_dequant[2][3],
- oc_quant_table *_enquant[2][3],const th_quant_info *_qinfo);
-
-#endif
Modified: trunk/theora/lib/dec/fragment.c
===================================================================
--- trunk/theora/lib/dec/fragment.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/fragment.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/huffdec.c
===================================================================
--- trunk/theora/lib/dec/huffdec.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/huffdec.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/huffdec.h
===================================================================
--- trunk/theora/lib/dec/huffdec.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/huffdec.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/huffman.h
===================================================================
--- trunk/theora/lib/dec/huffman.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/huffman.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/idct.c
===================================================================
--- trunk/theora/lib/dec/idct.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/idct.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/idct.h
===================================================================
--- trunk/theora/lib/dec/idct.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/idct.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/info.c
===================================================================
--- trunk/theora/lib/dec/info.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/info.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/internal.c
===================================================================
--- trunk/theora/lib/dec/internal.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/internal.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/ocintrin.h
===================================================================
--- trunk/theora/lib/dec/ocintrin.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/ocintrin.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/quant.c
===================================================================
--- trunk/theora/lib/dec/quant.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/quant.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/quant.h
===================================================================
--- trunk/theora/lib/dec/quant.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/quant.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/state.c
===================================================================
--- trunk/theora/lib/dec/state.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/state.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/x86/mmxfrag.c
===================================================================
--- trunk/theora/lib/dec/x86/mmxfrag.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86/mmxfrag.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/x86/mmxidct.c
===================================================================
--- trunk/theora/lib/dec/x86/mmxidct.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86/mmxidct.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/x86/mmxstate.c
===================================================================
--- trunk/theora/lib/dec/x86/mmxstate.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86/mmxstate.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/x86/x86int.h
===================================================================
--- trunk/theora/lib/dec/x86/x86int.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86/x86int.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/x86/x86state.c
===================================================================
--- trunk/theora/lib/dec/x86/x86state.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86/x86state.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/x86_vc/mmxfrag.c
===================================================================
--- trunk/theora/lib/dec/x86_vc/mmxfrag.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86_vc/mmxfrag.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
@@ -211,4 +211,4 @@
_asm { emms }
}
-#endif
\ No newline at end of file
+#endif
Modified: trunk/theora/lib/dec/x86_vc/mmxidct.c
===================================================================
--- trunk/theora/lib/dec/x86_vc/mmxidct.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86_vc/mmxidct.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/x86_vc/mmxloopfilter.c
===================================================================
--- trunk/theora/lib/dec/x86_vc/mmxloopfilter.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86_vc/mmxloopfilter.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/x86_vc/mmxstate.c
===================================================================
--- trunk/theora/lib/dec/x86_vc/mmxstate.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86_vc/mmxstate.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/x86_vc/x86int.h
===================================================================
--- trunk/theora/lib/dec/x86_vc/x86int.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86_vc/x86int.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/dec/x86_vc/x86state.c
===================================================================
--- trunk/theora/lib/dec/x86_vc/x86state.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/dec/x86_vc/x86state.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/enc/dct_decode.c
===================================================================
--- trunk/theora/lib/enc/dct_decode.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/enc/dct_decode.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/enc/x86_32/dct_decode_mmx.c
===================================================================
--- trunk/theora/lib/enc/x86_32/dct_decode_mmx.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/enc/x86_32/dct_decode_mmx.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/enc/x86_64/dct_decode_mmx.c
===================================================================
--- trunk/theora/lib/enc/x86_64/dct_decode_mmx.c 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/enc/x86_64/dct_decode_mmx.c 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2008 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
Modified: trunk/theora/lib/internal.h
===================================================================
--- trunk/theora/lib/internal.h 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora/lib/internal.h 2008-10-15 12:10:58 UTC (rev 15400)
@@ -6,7 +6,7 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2007 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
* *
********************************************************************
@@ -212,12 +212,12 @@
/*The quality index used for this fragment's AC coefficients.*/
unsigned qi:6;
/*The mode of the macroblock this fragment belongs to.*/
- int mbmode:8;
+ signed int mbmode:8;
/*The prediction-corrected DC component.
Note that some compilers (e.g., Solaris's) will ignore the signedness of
the type and treat this value as unsigned always, so it will need to be
casted before being used.*/
- int dc:16;
+ signed int dc:16;
/*A pointer to the portion of an image covered by this fragment in several
images.
The first three are reconstructed frame buffers, while the last is the
Modified: trunk/theora-exp/LICENSE
===================================================================
--- trunk/theora-exp/LICENSE 2008-10-14 03:11:34 UTC (rev 15399)
+++ trunk/theora-exp/LICENSE 2008-10-15 12:10:58 UTC (rev 15400)
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2004 Xiph.org Foundation
+Copyright (c) 2003-2004 Xiph.org Foundation and contributors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
More information about the commits
mailing list