Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
919e038a
Commit
919e038a
authored
10 years ago
by
Lou Logan
Browse files
Options
Downloads
Patches
Plain Diff
doc: fix typos
Signed-off-by:
Lou Logan
<
lou@lrcd.com
>
parent
bcaa9099
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
doc/codecs.texi
+1
-1
1 addition, 1 deletion
doc/codecs.texi
doc/developer.texi
+2
-2
2 additions, 2 deletions
doc/developer.texi
doc/encoders.texi
+1
-1
1 addition, 1 deletion
doc/encoders.texi
doc/indevs.texi
+1
-1
1 addition, 1 deletion
doc/indevs.texi
doc/muxers.texi
+1
-1
1 addition, 1 deletion
doc/muxers.texi
with
6 additions
and
6 deletions
doc/codecs.texi
+
1
−
1
View file @
919e038a
...
@@ -7,7 +7,7 @@ all the encoders and decoders. In addition each codec may support
...
@@ -7,7 +7,7 @@ all the encoders and decoders. In addition each codec may support
so-called private options, which are specific for a given codec.
so-called private options, which are specific for a given codec.
Sometimes, a global option may only affect a specific kind of codec,
Sometimes, a global option may only affect a specific kind of codec,
and may be
u
nsensical or ignored by another, so you need to be aware
and may be
no
nsensical or ignored by another, so you need to be aware
of the meaning of the specified options. Also some options are
of the meaning of the specified options. Also some options are
meant only for decoding or encoding.
meant only for decoding or encoding.
...
...
This diff is collapsed.
Click to expand it.
doc/developer.texi
+
2
−
2
View file @
919e038a
...
@@ -647,12 +647,12 @@ accordingly].
...
@@ -647,12 +647,12 @@ accordingly].
@subsection Adding files to the fate-suite dataset
@subsection Adding files to the fate-suite dataset
When there is no muxer or encoder available to generate test media for a
When there is no muxer or encoder available to generate test media for a
specific test then the media has to be in
l
cuded in the fate-suite.
specific test then the media has to be inc
l
uded in the fate-suite.
First please make sure that the sample file is as small as possible to test the
First please make sure that the sample file is as small as possible to test the
respective decoder or demuxer sufficiently. Large files increase network
respective decoder or demuxer sufficiently. Large files increase network
bandwidth and disk space requirements.
bandwidth and disk space requirements.
Once you have a working fate test and fate sample, provide in the commit
Once you have a working fate test and fate sample, provide in the commit
message or introduct
iona
ry message for the patch series that you post to
message or introduct
o
ry message for the patch series that you post to
the ffmpeg-devel mailing list, a direct link to download the sample media.
the ffmpeg-devel mailing list, a direct link to download the sample media.
...
...
This diff is collapsed.
Click to expand it.
doc/encoders.texi
+
1
−
1
View file @
919e038a
...
@@ -2171,7 +2171,7 @@ Use @var{0} to disable alpha plane coding.
...
@@ -2171,7 +2171,7 @@ Use @var{0} to disable alpha plane coding.
@subsection Speed considerations
@subsection Speed considerations
In the default mode of operation the encoder has to honor frame constraints
In the default mode of operation the encoder has to honor frame constraints
(i.e. not produc frames with size bigger than requested) while still making
(i.e. not produc
e
frames with size bigger than requested) while still making
output picture as good as possible.
output picture as good as possible.
A frame containing a lot of small details is harder to compress and the encoder
A frame containing a lot of small details is harder to compress and the encoder
would spend more time searching for appropriate quantizers for each slice.
would spend more time searching for appropriate quantizers for each slice.
...
...
This diff is collapsed.
Click to expand it.
doc/indevs.texi
+
1
−
1
View file @
919e038a
...
@@ -390,7 +390,7 @@ not work and result in undefined behavior.
...
@@ -390,7 +390,7 @@ not work and result in undefined behavior.
The values @option{auto}, @option{dv} and @option{hdv} are supported.
The values @option{auto}, @option{dv} and @option{hdv} are supported.
@item dvbuffer
@item dvbuffer
Set maxi
u
mum size of buffer for incoming data, in frames. For DV, this
Set maximum size of buffer for incoming data, in frames. For DV, this
is an exact value. For HDV, it is not frame exact, since HDV does
is an exact value. For HDV, it is not frame exact, since HDV does
not have a fixed frame size.
not have a fixed frame size.
...
...
This diff is collapsed.
Click to expand it.
doc/muxers.texi
+
1
−
1
View file @
919e038a
...
@@ -781,7 +781,7 @@ Change the syncpoint usage in nut:
...
@@ -781,7 +781,7 @@ Change the syncpoint usage in nut:
sensitive and seeking is not possible. Also in general the overhead from
sensitive and seeking is not possible. Also in general the overhead from
syncpoints is negligible. Note, -@code{write_index} 0 can be used to disable
syncpoints is negligible. Note, -@code{write_index} 0 can be used to disable
all growing data tables, allowing to mux endless streams with limited memory
all growing data tables, allowing to mux endless streams with limited memory
and wihout these disadvantages.
and wi
t
hout these disadvantages.
@item @var{timestamped} extend the syncpoint with a wallclock field.
@item @var{timestamped} extend the syncpoint with a wallclock field.
@end table
@end table
The @var{none} and @var{timestamped} flags are experimental.
The @var{none} and @var{timestamped} flags are experimental.
...
...
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