Browse code

doc: fix typos

Signed-off-by: Lou Logan <lou@lrcd.com>

Lou Logan authored on 2015/01/08 11:16:54
Showing 5 changed files
... ...
@@ -7,7 +7,7 @@ all the encoders and decoders. In addition each codec may support
7 7
 so-called private options, which are specific for a given codec.
8 8
 
9 9
 Sometimes, a global option may only affect a specific kind of codec,
10
-and may be unsensical or ignored by another, so you need to be aware
10
+and may be nonsensical or ignored by another, so you need to be aware
11 11
 of the meaning of the specified options. Also some options are
12 12
 meant only for decoding or encoding.
13 13
 
... ...
@@ -647,12 +647,12 @@ accordingly].
647 647
 @subsection Adding files to the fate-suite dataset
648 648
 
649 649
 When there is no muxer or encoder available to generate test media for a
650
-specific test then the media has to be inlcuded in the fate-suite.
650
+specific test then the media has to be included in the fate-suite.
651 651
 First please make sure that the sample file is as small as possible to test the
652 652
 respective decoder or demuxer sufficiently. Large files increase network
653 653
 bandwidth and disk space requirements.
654 654
 Once you have a working fate test and fate sample, provide in the commit
655
-message or introductionary message for the patch series that you post to
655
+message or introductory message for the patch series that you post to
656 656
 the ffmpeg-devel mailing list, a direct link to download the sample media.
657 657
 
658 658
 
... ...
@@ -2171,7 +2171,7 @@ Use @var{0} to disable alpha plane coding.
2171 2171
 @subsection Speed considerations
2172 2172
 
2173 2173
 In the default mode of operation the encoder has to honor frame constraints
2174
-(i.e. not produc frames with size bigger than requested) while still making
2174
+(i.e. not produce frames with size bigger than requested) while still making
2175 2175
 output picture as good as possible.
2176 2176
 A frame containing a lot of small details is harder to compress and the encoder
2177 2177
 would spend more time searching for appropriate quantizers for each slice.
... ...
@@ -390,7 +390,7 @@ not work and result in undefined behavior.
390 390
 The values @option{auto}, @option{dv} and @option{hdv} are supported.
391 391
 
392 392
 @item dvbuffer
393
-Set maxiumum size of buffer for incoming data, in frames. For DV, this
393
+Set maximum size of buffer for incoming data, in frames. For DV, this
394 394
 is an exact value. For HDV, it is not frame exact, since HDV does
395 395
 not have a fixed frame size.
396 396
 
... ...
@@ -781,7 +781,7 @@ Change the syncpoint usage in nut:
781 781
     sensitive and seeking is not possible. Also in general the overhead from
782 782
     syncpoints is negligible. Note, -@code{write_index} 0 can be used to disable
783 783
     all growing data tables, allowing to mux endless streams with limited memory
784
-    and wihout these disadvantages.
784
+    and without these disadvantages.
785 785
 @item @var{timestamped} extend the syncpoint with a wallclock field.
786 786
 @end table
787 787
 The @var{none} and @var{timestamped} flags are experimental.