Browse code

doc: fix spelling errors

Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

Andreas Cadhalpun authored on 2015/09/30 03:08:26
Showing 8 changed files
... ...
@@ -1411,7 +1411,7 @@ can be selected with @code{-pred 1}.
1411 1411
 @table @option
1412 1412
 @item format
1413 1413
 Can be set to either @code{j2k} or @code{jp2} (the default) that
1414
-allows to store non-rgb pix_fmts.
1414
+makes it possible to store non-rgb pix_fmts.
1415 1415
 
1416 1416
 @end table
1417 1417
 
... ...
@@ -1118,7 +1118,7 @@ Number_of_samples
1118 1118
 For example full key look like this @code{lavfi.astats.1.DC_offset} or
1119 1119
 this @code{lavfi.astats.Overall.Peak_count}.
1120 1120
 
1121
-For description what each key means read bellow.
1121
+For description what each key means read below.
1122 1122
 
1123 1123
 @item reset
1124 1124
 Set number of frame after which stats are going to be recalculated.
... ...
@@ -2400,7 +2400,7 @@ Amount of milliseconds the signal has to rise above the threshold before gain
2400 2400
 reduction starts. Default is 20. Range is between 0.01 and 2000.
2401 2401
 
2402 2402
 @item release
2403
-Amount of milliseconds the signal has to fall bellow the threshold before
2403
+Amount of milliseconds the signal has to fall below the threshold before
2404 2404
 reduction is decreased again. Default is 250. Range is between 0.01 and 9000.
2405 2405
 
2406 2406
 @item makeup
... ...
@@ -4533,7 +4533,7 @@ It accepts the following options:
4533 4533
 @item threshold1
4534 4534
 @item threshold2
4535 4535
 @item threshold3
4536
-Allows to limit the maximum change for each plane, default is 65535.
4536
+Limit the maximum change for each plane, default is 65535.
4537 4537
 If 0, plane will remain unchanged.
4538 4538
 @end table
4539 4539
 
... ...
@@ -4738,7 +4738,7 @@ It accepts the following options:
4738 4738
 @item threshold1
4739 4739
 @item threshold2
4740 4740
 @item threshold3
4741
-Allows to limit the maximum change for each plane, default is 65535.
4741
+Limit the maximum change for each plane, default is 65535.
4742 4742
 If 0, plane will remain unchanged.
4743 4743
 
4744 4744
 @item coordinates
... ...
@@ -5675,7 +5675,7 @@ It accepts the following options:
5675 5675
 @item threshold1
5676 5676
 @item threshold2
5677 5677
 @item threshold3
5678
-Allows to limit the maximum change for each plane, default is 65535.
5678
+Limit the maximum change for each plane, default is 65535.
5679 5679
 If 0, plane will remain unchanged.
5680 5680
 
5681 5681
 @item coordinates
... ...
@@ -7369,7 +7369,7 @@ It accepts the following options:
7369 7369
 @item threshold1
7370 7370
 @item threshold2
7371 7371
 @item threshold3
7372
-Allows to limit the maximum change for each plane, default is 65535.
7372
+Limit the maximum change for each plane, default is 65535.
7373 7373
 If 0, plane will remain unchanged.
7374 7374
 @end table
7375 7375
 
... ...
@@ -10405,7 +10405,7 @@ stereo3d=sbsl:aybd
10405 10405
 @end example
10406 10406
 
10407 10407
 @item
10408
-Convert input video from above bellow (left eye above, right eye below) to side by side crosseye.
10408
+Convert input video from above below (left eye above, right eye below) to side by side crosseye.
10409 10409
 @example
10410 10410
 stereo3d=abl:sbsr
10411 10411
 @end example
... ...
@@ -32,7 +32,7 @@
32 32
 
33 33
 /**
34 34
  * G.726 11bit float.
35
- * G.726 Standard uses rather odd 11bit floating point arithmentic for
35
+ * G.726 Standard uses rather odd 11bit floating point arithmetic for
36 36
  * numerous occasions. It's a mystery to me why they did it this way
37 37
  * instead of simply using 32bit integer arithmetic.
38 38
  */
... ...
@@ -205,7 +205,7 @@ static void fill_picture_parameters(const HEVCContext *h, VAPictureParameterBuff
205 205
     pp->pps_tc_offset_div2 = h->ps.pps->tc_offset / 2;
206 206
     pp->log2_parallel_merge_level_minus2 = h->ps.pps->log2_parallel_merge_level - 2;
207 207
 
208
-    /* Diffrent chroma/luma bit depths are currently not supported by ffmpeg. */
208
+    /* Different chroma/luma bit depths are currently not supported by ffmpeg. */
209 209
     pp->bit_depth_luma_minus8 = h->ps.sps->bit_depth - 8;
210 210
     pp->bit_depth_chroma_minus8 = h->ps.sps->bit_depth - 8;
211 211
 
... ...
@@ -359,7 +359,7 @@ cglobal rg_fl_mode_6, 4, 5, 16, 0, dst, src, stride, pixels
359 359
         paddw m2, m7 ; c2
360 360
         paddw m3, m6 ; c3
361 361
         paddw m4, m5 ; c4
362
-        ; As the differences (d1..d4) can only be postive, there is no need to
362
+        ; As the differences (d1..d4) can only be positive, there is no need to
363 363
         ; clip to zero.  Also, the maximum positive value is less than 768.
364 364
 
365 365
         pminsw m1, m2
... ...
@@ -485,7 +485,7 @@ cglobal rg_fl_mode_8, 4, 5, 16, 0, dst, src, stride, pixels
485 485
         paddw m2, m7 ; c1
486 486
         paddw m3, m6 ; c1
487 487
         paddw m4, m5 ; c1
488
-        ; As the differences (d1..d4) can only be postive, there is no need to
488
+        ; As the differences (d1..d4) can only be positive, there is no need to
489 489
         ; clip to zero.  Also, the maximum positive value is less than 768.
490 490
 
491 491
         pminsw m1, m2
... ...
@@ -1042,8 +1042,8 @@ static const GUIDParseTable gdef[] = {
1042 1042
     { "Mutex Language",               { 0xD6, 0xE2, 0x2A, 0x00, 0x25, 0xDA, 0x11, 0xD1, 0x90, 0x34, 0x00, 0xA0, 0xC9, 0x03, 0x49, 0xBE }, asf_read_unknown, 1 },
1043 1043
     { "Mutex Bitrate",                { 0xD6, 0xE2, 0x2A, 0x01, 0x25, 0xDA, 0x11, 0xD1, 0x90, 0x34, 0x00, 0xA0, 0xC9, 0x03, 0x49, 0xBE }, asf_read_unknown, 1 },
1044 1044
     { "Mutex Unknown",                { 0xD6, 0xE2, 0x2A, 0x02, 0x25, 0xDA, 0x11, 0xD1, 0x90, 0x34, 0x00, 0xA0, 0xC9, 0x03, 0x49, 0xBE }, asf_read_unknown, 1 },
1045
-    { "Bandwith Sharing Exclusive",   { 0xAF, 0x60, 0x60, 0xAA, 0x51, 0x97, 0x11, 0xD2, 0xB6, 0xAF, 0x00, 0xC0, 0x4F, 0xD9, 0x08, 0xE9 }, asf_read_unknown, 1 },
1046
-    { "Bandwith Sharing Partial",     { 0xAF, 0x60, 0x60, 0xAB, 0x51, 0x97, 0x11, 0xD2, 0xB6, 0xAF, 0x00, 0xC0, 0x4F, 0xD9, 0x08, 0xE9 }, asf_read_unknown, 1 },
1045
+    { "Bandwidth Sharing Exclusive",  { 0xAF, 0x60, 0x60, 0xAA, 0x51, 0x97, 0x11, 0xD2, 0xB6, 0xAF, 0x00, 0xC0, 0x4F, 0xD9, 0x08, 0xE9 }, asf_read_unknown, 1 },
1046
+    { "Bandwidth Sharing Partial",    { 0xAF, 0x60, 0x60, 0xAB, 0x51, 0x97, 0x11, 0xD2, 0xB6, 0xAF, 0x00, 0xC0, 0x4F, 0xD9, 0x08, 0xE9 }, asf_read_unknown, 1 },
1047 1047
     { "Payload Extension System Timecode", { 0x39, 0x95, 0x95, 0xEC, 0x86, 0x67, 0x4E, 0x2D, 0x8F, 0xDB, 0x98, 0x81, 0x4C, 0xE7, 0x6C, 0x1E }, asf_read_unknown, 1 },
1048 1048
     { "Payload Extension System File Name", { 0xE1, 0x65, 0xEC, 0x0E, 0x19, 0xED, 0x45, 0xD7, 0xB4, 0xA7, 0x25, 0xCB, 0xD1, 0xE2, 0x8E, 0x9B }, asf_read_unknown, 1 },
1049 1049
     { "Payload Extension System Content Type", { 0xD5, 0x90, 0xDC, 0x20, 0x07, 0xBC, 0x43, 0x6C, 0x9C, 0xF7, 0xF3, 0xBB, 0xFB, 0xF1, 0xA4, 0xDC }, asf_read_unknown, 1 },
... ...
@@ -1163,7 +1163,7 @@ static int asf_read_multiple_payload(AVFormatContext *s, AVPacket *pkt,
1163 1163
     int ret;
1164 1164
     int skip = 0;
1165 1165
 
1166
-    // if replicated lenght is 1, subpayloads are present
1166
+    // if replicated length is 1, subpayloads are present
1167 1167
     if (asf->rep_data_len == 1) {
1168 1168
         asf->sub_left = 1;
1169 1169
         asf->state = READ_MULTI_SUB;
... ...
@@ -151,7 +151,7 @@ static int ffm_read_data(AVFormatContext *s,
151 151
     return size1 - size;
152 152
 }
153 153
 
154
-/* ensure that acutal seeking happens between FFM_PACKET_SIZE
154
+/* ensure that actual seeking happens between FFM_PACKET_SIZE
155 155
    and file_size - FFM_PACKET_SIZE */
156 156
 static int64_t ffm_seek1(AVFormatContext *s, int64_t pos1)
157 157
 {
... ...
@@ -893,9 +893,9 @@ static int mov_read_adrm(MOVContext *c, AVIOContext *pb, MOVAtom atom)
893 893
     }
894 894
 
895 895
     /* drm blob processing */
896
-    avio_read(pb, output, 8); // go to offset 8, absolute postion 0x251
896
+    avio_read(pb, output, 8); // go to offset 8, absolute position 0x251
897 897
     avio_read(pb, input, DRM_BLOB_SIZE);
898
-    avio_read(pb, output, 4); // go to offset 4, absolute postion 0x28d
898
+    avio_read(pb, output, 4); // go to offset 4, absolute position 0x28d
899 899
     avio_read(pb, file_checksum, 20);
900 900
 
901 901
     av_log(c->fc, AV_LOG_INFO, "[aax] file checksum == "); // required by external tools