[xiph-commits] r13647 - trunk/theora/tests
giles at svn.xiph.org
giles at svn.xiph.org
Tue Aug 28 12:59:55 PDT 2007
Author: giles
Date: 2007-08-28 12:59:55 -0700 (Tue, 28 Aug 2007)
New Revision: 13647
Modified:
trunk/theora/tests/comment-test.c
trunk/theora/tests/granulepos.c
trunk/theora/tests/noop.c
trunk/theora/tests/tests.h
Log:
Add proper headers and line ending conversion to the test sources.
Modified: trunk/theora/tests/comment-test.c
===================================================================
--- trunk/theora/tests/comment-test.c 2007-08-28 19:53:24 UTC (rev 13646)
+++ trunk/theora/tests/comment-test.c 2007-08-28 19:59:55 UTC (rev 13647)
@@ -1,3 +1,20 @@
+/********************************************************************
+ * *
+ * 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: routines for validating comment header code
+ last mod: $Id$
+
+ ********************************************************************/
+
#include <theora/theora.h>
#include <string.h>
Property changes on: trunk/theora/tests/comment-test.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/theora/tests/granulepos.c
===================================================================
--- trunk/theora/tests/granulepos.c 2007-08-28 19:53:24 UTC (rev 13646)
+++ trunk/theora/tests/granulepos.c 2007-08-28 19:59:55 UTC (rev 13647)
@@ -11,7 +11,7 @@
********************************************************************
function: routines for validating encoder granulepos generation
- last mod: $Id: $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/tests/granulepos.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/theora/tests/noop.c
===================================================================
--- trunk/theora/tests/noop.c 2007-08-28 19:53:24 UTC (rev 13646)
+++ trunk/theora/tests/noop.c 2007-08-28 19:59:55 UTC (rev 13647)
@@ -1,3 +1,20 @@
+/********************************************************************
+ * *
+ * 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: routines for validating codec initialization
+ last mod: $Id$
+
+ ********************************************************************/
+
#include <theora/theora.h>
#include "tests.h"
Property changes on: trunk/theora/tests/noop.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/theora/tests/tests.h
===================================================================
--- trunk/theora/tests/tests.h 2007-08-28 19:53:24 UTC (rev 13646)
+++ trunk/theora/tests/tests.h 2007-08-28 19:59:55 UTC (rev 13647)
@@ -1,3 +1,20 @@
+/********************************************************************
+ * *
+ * 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: common test utilities
+ last mod: $Id$
+
+ ********************************************************************/
+
#include "config.h"
#include <stdio.h>
Property changes on: trunk/theora/tests/tests.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
More information about the commits
mailing list