Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
theora
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
theora
Commits
f7457d08
Commit
f7457d08
authored
17 years ago
by
Ralph Giles
Browse files
Options
Downloads
Patches
Plain Diff
Add proper headers and line ending conversion to the test sources.
svn path=/trunk/theora/; revision=13647
parent
effaa28f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
tests/comment-test.c
+17
-0
17 additions, 0 deletions
tests/comment-test.c
tests/granulepos.c
+1
-1
1 addition, 1 deletion
tests/granulepos.c
tests/noop.c
+17
-0
17 additions, 0 deletions
tests/noop.c
tests/tests.h
+17
-0
17 additions, 0 deletions
tests/tests.h
with
52 additions
and
1 deletion
tests/comment-test.c
+
17
−
0
View file @
f7457d08
/********************************************************************
* *
* 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>
...
...
This diff is collapsed.
Click to expand it.
tests/granulepos.c
+
1
−
1
View file @
f7457d08
...
...
@@ -11,7 +11,7 @@
********************************************************************
function: routines for validating encoder granulepos generation
last mod: $Id
:
$
last mod: $Id$
********************************************************************/
...
...
This diff is collapsed.
Click to expand it.
tests/noop.c
+
17
−
0
View file @
f7457d08
/********************************************************************
* *
* 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"
...
...
This diff is collapsed.
Click to expand it.
tests/tests.h
+
17
−
0
View file @
f7457d08
/********************************************************************
* *
* 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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment