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
b68e2e53
Commit
b68e2e53
authored
14 years ago
by
Ralph Giles
Browse files
Options
Downloads
Patches
Plain Diff
Remove some trailing whitespace in documentation.
svn path=/trunk/theora/; revision=17823
parent
9f299a5a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
AUTHORS
+5
-5
5 additions, 5 deletions
AUTHORS
LICENSE
+4
-4
4 additions, 4 deletions
LICENSE
README
+7
-7
7 additions, 7 deletions
README
with
16 additions
and
16 deletions
AUTHORS
+
5
−
5
View file @
b68e2e53
...
@@ -5,20 +5,20 @@ Ralph Giles
...
@@ -5,20 +5,20 @@ Ralph Giles
Timothy B. Terriberry
Timothy B. Terriberry
Monty
Monty
- Ongoing development
- Ongoing development
Dan B. Miller
Dan B. Miller
- Pre alpha3 development
- Pre alpha3 development
Rudolf Marek
Rudolf Marek
Wim Tayman
Wim Tayman
Dan Lenski
Dan Lenski
Nils Pipenbrinck
Nils Pipenbrinck
Monty
Monty
- MMX optimized functions
- MMX optimized functions
David Schleef
David Schleef
- C64x port
- C64x port
Aaron Colwell
Aaron Colwell
Thomas Vander Stichele
Thomas Vander Stichele
Jan Gerber
Jan Gerber
...
@@ -27,7 +27,7 @@ Cristian Adam
...
@@ -27,7 +27,7 @@ Cristian Adam
Sebastian Pippin
Sebastian Pippin
Simon Hosie
Simon Hosie
- Bug fixes, enhancements, build systems.
- Bug fixes, enhancements, build systems.
Mauricio Piacentini
Mauricio Piacentini
- Original win32 projects and example ports
- Original win32 projects and example ports
- VP3->Theora transcoder
- VP3->Theora transcoder
...
...
This diff is collapsed.
Click to expand it.
LICENSE
+
4
−
4
View file @
b68e2e53
...
@@ -4,13 +4,13 @@ In addition to and irrespective of the copyright license associated
...
@@ -4,13 +4,13 @@ In addition to and irrespective of the copyright license associated
with this software, On2 Technologies, Inc. makes the following statement
with this software, On2 Technologies, Inc. makes the following statement
regarding technology used in this software:
regarding technology used in this software:
On2 represents and warrants that it shall not assert any rights
On2 represents and warrants that it shall not assert any rights
relating to infringement of On2's registered patents, nor initiate
relating to infringement of On2's registered patents, nor initiate
any litigation asserting such rights, against any person who, or
any litigation asserting such rights, against any person who, or
entity which utilizes the On2 VP3 Codec Software, including any
entity which utilizes the On2 VP3 Codec Software, including any
use, distribution, and sale of said Software; which make changes,
use, distribution, and sale of said Software; which make changes,
modifications, and improvements in said Software; and to use,
modifications, and improvements in said Software; and to use,
distribute, and sell said changes as well as applications for other
distribute, and sell said changes as well as applications for other
fields of use.
fields of use.
This reference implementation is originally derived from the On2 VP3
This reference implementation is originally derived from the On2 VP3
...
...
This diff is collapsed.
Click to expand it.
README
+
7
−
7
View file @
b68e2e53
...
@@ -24,7 +24,7 @@ be decoded by earlier releases.
...
@@ -24,7 +24,7 @@ be decoded by earlier releases.
Theora's main site is www.theora.org. Theora and related libraries
Theora's main site is www.theora.org. Theora and related libraries
can be gotten from www.theora.org or the main Xiph.Org site at
can be gotten from www.theora.org or the main Xiph.Org site at
www.xiph.org. Development source is kept in an open subversion
www.xiph.org. Development source is kept in an open subversion
repository, see http://theora.org/svn/ for instructions.
repository, see http://theora.org/svn/ for instructions.
-------------------------------------------------------------------------
-------------------------------------------------------------------------
...
@@ -76,7 +76,7 @@ There is also a more limited scons build.
...
@@ -76,7 +76,7 @@ There is also a more limited scons build.
The sample encoder takes raw video in YUV4MPEG2 format, as used by
The sample encoder takes raw video in YUV4MPEG2 format, as used by
lavtools, mjpeg-tools and other packages. The encoder expects audio,
lavtools, mjpeg-tools and other packages. The encoder expects audio,
if any, in a separate wave WAV file. Try 'encoder_example -h' for a
if any, in a separate wave WAV file. Try 'encoder_example -h' for a
complete list of options.
complete list of options.
An easy way to get raw video and audio files is to use MPlayer as an
An easy way to get raw video and audio files is to use MPlayer as an
...
@@ -85,7 +85,7 @@ wav file named audiodump.wav and a YUV video file in the correct
...
@@ -85,7 +85,7 @@ wav file named audiodump.wav and a YUV video file in the correct
format for encoder_example as stream.yuv. Be careful when exporting
format for encoder_example as stream.yuv. Be careful when exporting
video alone; MPlayer may drop frames to 'keep up' with the audio
video alone; MPlayer may drop frames to 'keep up' with the audio
timer. The example encoder can't properly synchronize input audio and
timer. The example encoder can't properly synchronize input audio and
video file that aren't in sync to begin with.
video file that aren't in sync to begin with.
The encoder will also take video or audio on stdin if '-' is specified
The encoder will also take video or audio on stdin if '-' is specified
as the input file name.
as the input file name.
...
@@ -100,9 +100,9 @@ audio alone, video alone or video with audio.
...
@@ -100,9 +100,9 @@ audio alone, video alone or video with audio.
*** What other tools are available?
*** What other tools are available?
The programs in the examples directory are intended as tutorial source
The programs in the examples directory are intended as tutorial source
for developers using the library. As such they sacrifice features and
for developers using the library. As such they sacrifice features and
robustness in the interests of comprehension and should not be
robustness in the interests of comprehension and should not be
considered serious applications.
considered serious applications.
If you're wanting to just use theora, consider the programs linked
If you're wanting to just use theora, consider the programs linked
...
@@ -118,7 +118,7 @@ Troubleshooting the build process
...
@@ -118,7 +118,7 @@ Troubleshooting the build process
encoder_internal.h:664: parse error before `ogg_uint16_t'
encoder_internal.h:664: parse error before `ogg_uint16_t'
This means you have version of libogg prior to 1.1. A *complete* new Ogg
This means you have version of libogg prior to 1.1. A *complete* new Ogg
install, libs and headers is needed.
install, libs and headers is needed.
Also be sure that there aren't multiple copies of Ogg installed in
Also be sure that there aren't multiple copies of Ogg installed in
...
...
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