Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-29 Thread Andreas Cadhalpun
On 29.10.2016 20:12, Lou Logan wrote:
> On Sat, Oct 29, 2016, at 06:57 AM, Andreas Cadhalpun wrote:
>> Signed-off-by: Andreas Cadhalpun 
>> ---
>>  doc/filters.texi | 2 +-
>>  doc/formats.texi | 2 +-
>>  libavcodec/4xm.c | 2 +-
>>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> LGTM, thanks.

Pushed.

> Feel free to push trivial typo patches without sending
> them to the mailing list (unless of course you prefer a review or feel
> more comfortable doing so).

OK, I might do that next time.

Best regards,
Andreas

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-29 Thread Lou Logan
On Sat, Oct 29, 2016, at 06:57 AM, Andreas Cadhalpun wrote:
> Signed-off-by: Andreas Cadhalpun 
> ---
>  doc/filters.texi | 2 +-
>  doc/formats.texi | 2 +-
>  libavcodec/4xm.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

LGTM, thanks. Feel free to push trivial typo patches without sending
them to the mailing list (unless of course you prefer a review or feel
more comfortable doing so).
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-29 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun 
---
 doc/filters.texi | 2 +-
 doc/formats.texi | 2 +-
 libavcodec/4xm.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index c37fa29..1ebf251 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9665,7 +9665,7 @@ Scene change detection method. Scene change leads motion 
vectors to be in random
 @item none
 Disable scene change detection.
 @item fdiff
-Frame difference. Corresponding pixel values are compared and if it statisfies 
@var{scd_threshold} scene change is detected.
+Frame difference. Corresponding pixel values are compared and if it satisfies 
@var{scd_threshold} scene change is detected.
 @end table
 Default method is @samp{fdiff}.
 
diff --git a/doc/formats.texi b/doc/formats.texi
index 5ef7fad..87704af 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -63,7 +63,7 @@ This ensures that file and data checksums are reproducible 
and match between
 platforms. Its primary use is for regression testing.
 @item shortest
 Stop muxing at the end of the shortest stream.
-It may be needed to increase max_interleave_delta to avoid flusing the longer
+It may be needed to increase max_interleave_delta to avoid flushing the longer
 streams before EOF.
 @end table
 
diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c
index a7a757a..5547dfd 100644
--- a/libavcodec/4xm.c
+++ b/libavcodec/4xm.c
@@ -532,7 +532,7 @@ static int decode_i_block(FourXContext *f, int16_t *block)
 }
 i+= code >> 4;
 if (i >= 64) {
-av_log(f->avctx, AV_LOG_ERROR, "run %d oveflow\n", i);
+av_log(f->avctx, AV_LOG_ERROR, "run %d overflow\n", i);
 return 0;
 }
 
-- 
2.10.1
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-21 Thread Andreas Cadhalpun
On 21.10.2016 23:47, Lou Logan wrote:
> On Fri, Oct 21, 2016, at 01:21 PM, Andreas Cadhalpun wrote:
>>
>> Updated patch is attached.
> 
> LGTM, thanks.

Pushed.

Best regards,
Andreas

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-21 Thread Lou Logan
On Fri, Oct 21, 2016, at 01:21 PM, Andreas Cadhalpun wrote:
>
> Updated patch is attached.

LGTM, thanks.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-21 Thread Andreas Cadhalpun
On 21.10.2016 22:12, Lou Logan wrote:
> On Thu, Oct 13, 2016, at 01:25 PM, Andreas Cadhalpun wrote:
> [...]
>>  @item mgain
>>  Set max gain that will be displayed. Only useful if curves option is
>>  activated.
>> -Setting this to reasonable value allows to display gain which is derived
>> from
>> +Setting this to reasonable value allows one to display gain which is
>> derived from
> 
> To *a* reasonable...

Sure.

> I've never been a fan of the "one" pronoun, but I'm fine with it being
> used in the docs and it's better than it not being there.

I've replaced 'allows one to' with 'makes it possible'.
Hopefully you like that better. ;)

Updated patch is attached.

Best regards,
Andreas
>From 794261f73f72bb1c85b6fde8217d01b34642abf1 Mon Sep 17 00:00:00 2001
From: Andreas Cadhalpun 
Date: Thu, 13 Oct 2016 23:08:01 +0200
Subject: [PATCH] doc: fix spelling errors

Thanks to Mathieu Malaterre  for reporting the
Que/Queue typo. (https://bugs.debian.org/839542)

Signed-off-by: Andreas Cadhalpun 
---
 doc/Doxyfile|  2 +-
 doc/encoders.texi   |  2 +-
 doc/ffprobe.texi|  2 +-
 doc/filters.texi| 10 +-
 doc/muxers.texi |  6 +++---
 ffmpeg.c|  2 +-
 ffmpeg_cuvid.c  |  4 ++--
 libavcodec/aaccoder_twoloop.h   |  2 +-
 libavcodec/cabac.c  |  2 +-
 libavcodec/ffjni.c  |  2 +-
 libavcodec/mediacodec_wrapper.h |  2 +-
 libavcodec/psymodel.h   |  2 +-
 libavcodec/x86/vp9lpf_16bpp.asm |  2 +-
 libavfilter/af_hdcd.c   |  2 +-
 libavfilter/f_ebur128.c |  2 +-
 libavformat/internal.h  |  2 +-
 libavutil/frame.h   |  2 +-
 libavutil/tree.h|  2 +-
 18 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index fb5cdd3..0891899 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1637,7 +1637,7 @@ EXTRA_PACKAGES =
 # following commands have a special meaning inside the header: $title,
 # $datetime, $date, $doxygenversion, $projectname, $projectnumber,
 # $projectbrief, $projectlogo. Doxygen will replace $title with the empy string,
-# for the replacement values of the other commands the user is refered to
+# for the replacement values of the other commands the user is referred to
 # HTML_HEADER.
 # This tag requires that the tag GENERATE_LATEX is set to YES.
 
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 09e1b9e..5a60e7e 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1773,7 +1773,7 @@ Enable CAVLC and disable CABAC. It generates the same effect as
 @end table
 
 @item cmp
-Set full pixel motion estimation comparation algorithm. Possible values:
+Set full pixel motion estimation comparison algorithm. Possible values:
 
 @table @samp
 @item chroma
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 2024eed..1069ae3 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -245,7 +245,7 @@ continue reading from that.
 Each interval is specified by two optional parts, separated by "%".
 
 The first part specifies the interval start position. It is
-interpreted as an abolute position, or as a relative offset from the
+interpreted as an absolute position, or as a relative offset from the
 current position if it is preceded by the "+" character. If this first
 part is not specified, no seeking will be performed when reading this
 interval.
diff --git a/doc/filters.texi b/doc/filters.texi
index b470f40..c37fa29 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -449,7 +449,7 @@ This filter is bit crusher with enhanced functionality. A bit crusher
 is used to audibly reduce number of bits an audio signal is sampled
 with. This doesn't change the bit depth at all, it just produces the
 effect. Material reduced in bit depth sounds more harsh and "digital".
-This filter is able to even round to continous values instead of discrete
+This filter is able to even round to continuous values instead of discrete
 bit depths.
 Additionally it has a D/C offset which results in different crushing of
 the lower and the upper half of the signal.
@@ -475,7 +475,7 @@ Set level out.
 Set bit reduction.
 
 @item mix
-Set mixing ammount.
+Set mixing amount.
 
 @item mode
 Can be linear: @code{lin} or logarithmic: @code{log}.
@@ -1203,7 +1203,7 @@ Set video stream size. Only useful if curves option is activated.
 
 @item mgain
 Set max gain that will be displayed. Only useful if curves option is activated.
-Setting this to reasonable value allows to display gain which is derived from
+Setting this to a reasonable value makes it possible to display gain which is derived from
 neighbour bands which are too close to each other and thus produce higher gain
 when both are activated.
 
@@ -8858,7 +8858,7 @@ value.
 @section hysteresis
 
 Grow first stream into second stream by connecting components.

Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-21 Thread Lou Logan
On Thu, Oct 13, 2016, at 01:25 PM, Andreas Cadhalpun wrote:
[...]
>  @item mgain
>  Set max gain that will be displayed. Only useful if curves option is
>  activated.
> -Setting this to reasonable value allows to display gain which is derived
> from
> +Setting this to reasonable value allows one to display gain which is
> derived from

To *a* reasonable...

I've never been a fan of the "one" pronoun, but I'm fine with it being
used in the docs and it's better than it not being there.

Everything else LGTM. Thanks.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-21 Thread Andreas Cadhalpun
On 13.10.2016 23:25, Andreas Cadhalpun wrote:
> Thanks to Mathieu Malaterre  for reporting the
> Que/Queue typo. (https://bugs.debian.org/839542)
> 
> Signed-off-by: Andreas Cadhalpun 
> ---
>  doc/Doxyfile|  2 +-
>  doc/encoders.texi   |  2 +-
>  doc/ffprobe.texi|  2 +-
>  doc/filters.texi| 10 +-
>  doc/muxers.texi |  6 +++---
>  ffmpeg.c|  2 +-
>  ffmpeg_cuvid.c  |  4 ++--
>  libavcodec/aaccoder_twoloop.h   |  2 +-
>  libavcodec/cabac.c  |  2 +-
>  libavcodec/ffjni.c  |  2 +-
>  libavcodec/mediacodec_wrapper.h |  2 +-
>  libavcodec/psymodel.h   |  2 +-
>  libavcodec/x86/vp9lpf_16bpp.asm |  2 +-
>  libavfilter/af_hdcd.c   |  2 +-
>  libavfilter/f_ebur128.c |  2 +-
>  libavformat/internal.h  |  2 +-
>  libavutil/frame.h   |  2 +-
>  libavutil/tree.h|  2 +-
>  18 files changed, 25 insertions(+), 25 deletions(-)

Ping.

Best regards,
Andreas

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] doc: fix spelling errors

2016-10-13 Thread Andreas Cadhalpun
Thanks to Mathieu Malaterre  for reporting the
Que/Queue typo. (https://bugs.debian.org/839542)

Signed-off-by: Andreas Cadhalpun 
---
 doc/Doxyfile|  2 +-
 doc/encoders.texi   |  2 +-
 doc/ffprobe.texi|  2 +-
 doc/filters.texi| 10 +-
 doc/muxers.texi |  6 +++---
 ffmpeg.c|  2 +-
 ffmpeg_cuvid.c  |  4 ++--
 libavcodec/aaccoder_twoloop.h   |  2 +-
 libavcodec/cabac.c  |  2 +-
 libavcodec/ffjni.c  |  2 +-
 libavcodec/mediacodec_wrapper.h |  2 +-
 libavcodec/psymodel.h   |  2 +-
 libavcodec/x86/vp9lpf_16bpp.asm |  2 +-
 libavfilter/af_hdcd.c   |  2 +-
 libavfilter/f_ebur128.c |  2 +-
 libavformat/internal.h  |  2 +-
 libavutil/frame.h   |  2 +-
 libavutil/tree.h|  2 +-
 18 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index fb5cdd3..0891899 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1637,7 +1637,7 @@ EXTRA_PACKAGES =
 # following commands have a special meaning inside the header: $title,
 # $datetime, $date, $doxygenversion, $projectname, $projectnumber,
 # $projectbrief, $projectlogo. Doxygen will replace $title with the empy 
string,
-# for the replacement values of the other commands the user is refered to
+# for the replacement values of the other commands the user is referred to
 # HTML_HEADER.
 # This tag requires that the tag GENERATE_LATEX is set to YES.
 
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 1f4044e..375b1b6 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1773,7 +1773,7 @@ Enable CAVLC and disable CABAC. It generates the same 
effect as
 @end table
 
 @item cmp
-Set full pixel motion estimation comparation algorithm. Possible values:
+Set full pixel motion estimation comparison algorithm. Possible values:
 
 @table @samp
 @item chroma
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 2024eed..1069ae3 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -245,7 +245,7 @@ continue reading from that.
 Each interval is specified by two optional parts, separated by "%".
 
 The first part specifies the interval start position. It is
-interpreted as an abolute position, or as a relative offset from the
+interpreted as an absolute position, or as a relative offset from the
 current position if it is preceded by the "+" character. If this first
 part is not specified, no seeking will be performed when reading this
 interval.
diff --git a/doc/filters.texi b/doc/filters.texi
index 76265e7..1f0f1f8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -449,7 +449,7 @@ This filter is bit crusher with enhanced functionality. A 
bit crusher
 is used to audibly reduce number of bits an audio signal is sampled
 with. This doesn't change the bit depth at all, it just produces the
 effect. Material reduced in bit depth sounds more harsh and "digital".
-This filter is able to even round to continous values instead of discrete
+This filter is able to even round to continuous values instead of discrete
 bit depths.
 Additionally it has a D/C offset which results in different crushing of
 the lower and the upper half of the signal.
@@ -475,7 +475,7 @@ Set level out.
 Set bit reduction.
 
 @item mix
-Set mixing ammount.
+Set mixing amount.
 
 @item mode
 Can be linear: @code{lin} or logarithmic: @code{log}.
@@ -1203,7 +1203,7 @@ Set video stream size. Only useful if curves option is 
activated.
 
 @item mgain
 Set max gain that will be displayed. Only useful if curves option is activated.
-Setting this to reasonable value allows to display gain which is derived from
+Setting this to reasonable value allows one to display gain which is derived 
from
 neighbour bands which are too close to each other and thus produce higher gain
 when both are activated.
 
@@ -8834,7 +8834,7 @@ value.
 @section hysteresis
 
 Grow first stream into second stream by connecting components.
-This allows to build more robust edge masks.
+This allows one to build more robust edge masks.
 
 This filter accepts the following options:
 
@@ -17575,7 +17575,7 @@ magnitude across time and second represents phase 
across time.
 The filter will transform from frequency domain as displayed in videos back
 to time domain as presented in audio output.
 
-This filter is primarly created for reversing processed @ref{showspectrum}
+This filter is primarily created for reversing processed @ref{showspectrum}
 filter outputs, but can synthesize sound from other spectrograms too.
 But in such case results are going to be poor if the phase data is not
 available, because in such cases phase data need to be recreated, usually
diff --git a/doc/muxers.texi b/doc/muxers.texi
index dbe53f5..c6b8cc5 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1513,14 +1513,14 @@ as a list of @var{key}=@var{value} pairs 

Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2015-10-09 Thread Andreas Cadhalpun
On 30.09.2015 03:27, Lou Logan wrote:
> On Tue, 29 Sep 2015 20:34:09 +0200, Andreas Cadhalpun wrote:
> 
>> Signed-off-by: Andreas Cadhalpun 
>> ---
>>  doc/encoders.texi  |  2 +-
>>  doc/filters.texi   | 14 +++---
>>  libavcodec/g726.c  |  2 +-
>>  libavcodec/vaapi_hevc.c|  2 +-
>>  libavfilter/x86/vf_removegrain.asm |  4 ++--
>>  libavformat/asfdec_o.c |  6 +++---
>>  libavformat/ffmdec.c   |  2 +-
>>  libavformat/mov.c  |  4 ++--
>>  8 files changed, 18 insertions(+), 18 deletions(-)
> 
> Patch LGTM, thanks.

Pushed.

> There are some existing grammar issues that I
> noticed because of your patch (this is just a typo patch anyway), but I
> can fix those "someday".

OK.

> Consider adding "bellow" to tools/patcheck, and whatever other typos you
> think are appropriate.

Well, "bellow" is actually a regular word, so it depends on the context.
I'll just fix whenever I notice a spelling error.

Best regards,
Andreas
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2015-10-09 Thread Ganesh Ajjanagadde
On Fri, Oct 9, 2015 at 4:13 PM, Andreas Cadhalpun
 wrote:
> On 30.09.2015 03:27, Lou Logan wrote:
>> On Tue, 29 Sep 2015 20:34:09 +0200, Andreas Cadhalpun wrote:
>>
>>> Signed-off-by: Andreas Cadhalpun 
>>> ---
>>>  doc/encoders.texi  |  2 +-
>>>  doc/filters.texi   | 14 +++---
>>>  libavcodec/g726.c  |  2 +-
>>>  libavcodec/vaapi_hevc.c|  2 +-
>>>  libavfilter/x86/vf_removegrain.asm |  4 ++--
>>>  libavformat/asfdec_o.c |  6 +++---
>>>  libavformat/ffmdec.c   |  2 +-
>>>  libavformat/mov.c  |  4 ++--
>>>  8 files changed, 18 insertions(+), 18 deletions(-)
>>
>> Patch LGTM, thanks.
>
> Pushed.
>
>> There are some existing grammar issues that I
>> noticed because of your patch (this is just a typo patch anyway), but I
>> can fix those "someday".
>
> OK.
>
>> Consider adding "bellow" to tools/patcheck, and whatever other typos you
>> think are appropriate.
>
> Well, "bellow" is actually a regular word, so it depends on the context.
> I'll just fix whenever I notice a spelling error.

I doubt that "bellow" has a place in any comment/doc in FFmpeg ;).

>
> Best regards,
> Andreas
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2015-09-29 Thread Paul B Mahol
On 9/29/15, Moritz Barsnick  wrote:
> On Tue, Sep 29, 2015 at 20:34:09 +0200, Andreas Cadhalpun wrote:
>> Signed-off-by: Andreas Cadhalpun 
>> ---
>>  doc/encoders.texi  |  2 +-
>>  doc/filters.texi   | 14 +++---
>>  libavcodec/g726.c  |  2 +-
>>  libavcodec/vaapi_hevc.c|  2 +-
>>  libavfilter/x86/vf_removegrain.asm |  4 ++--
>>  libavformat/asfdec_o.c |  6 +++---
>>  libavformat/ffmdec.c   |  2 +-
>>  libavformat/mov.c  |  4 ++--
>>  8 files changed, 18 insertions(+), 18 deletions(-)
>
> [Slightly highjacking this thread, sorry.]
>
> I also have a collection of a ton of spelling, grammar and
> comprehensibility errors. Is this the right way to submit them, or
> shoud they be grouped by source files, sections, types of error?

Just send them as you find one. No need to group them or send all of
them at once.

>
> Thanks,
> Moritz
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2015-09-29 Thread Moritz Barsnick
On Tue, Sep 29, 2015 at 20:34:09 +0200, Andreas Cadhalpun wrote:
> Signed-off-by: Andreas Cadhalpun 
> ---
>  doc/encoders.texi  |  2 +-
>  doc/filters.texi   | 14 +++---
>  libavcodec/g726.c  |  2 +-
>  libavcodec/vaapi_hevc.c|  2 +-
>  libavfilter/x86/vf_removegrain.asm |  4 ++--
>  libavformat/asfdec_o.c |  6 +++---
>  libavformat/ffmdec.c   |  2 +-
>  libavformat/mov.c  |  4 ++--
>  8 files changed, 18 insertions(+), 18 deletions(-)

[Slightly highjacking this thread, sorry.]

I also have a collection of a ton of spelling, grammar and
comprehensibility errors. Is this the right way to submit them, or
shoud they be grouped by source files, sections, types of error?

Thanks,
Moritz
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2015-09-29 Thread Lou Logan
On Tue, 29 Sep 2015 20:34:09 +0200, Andreas Cadhalpun wrote:

> Signed-off-by: Andreas Cadhalpun 
> ---
>  doc/encoders.texi  |  2 +-
>  doc/filters.texi   | 14 +++---
>  libavcodec/g726.c  |  2 +-
>  libavcodec/vaapi_hevc.c|  2 +-
>  libavfilter/x86/vf_removegrain.asm |  4 ++--
>  libavformat/asfdec_o.c |  6 +++---
>  libavformat/ffmdec.c   |  2 +-
>  libavformat/mov.c  |  4 ++--
>  8 files changed, 18 insertions(+), 18 deletions(-)

Patch LGTM, thanks. There are some existing grammar issues that I
noticed because of your patch (this is just a typo patch anyway), but I
can fix those "someday".

Consider adding "bellow" to tools/patcheck, and whatever other typos you
think are appropriate.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] doc: fix spelling errors

2015-09-29 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun 
---
 doc/encoders.texi  |  2 +-
 doc/filters.texi   | 14 +++---
 libavcodec/g726.c  |  2 +-
 libavcodec/vaapi_hevc.c|  2 +-
 libavfilter/x86/vf_removegrain.asm |  4 ++--
 libavformat/asfdec_o.c |  6 +++---
 libavformat/ffmdec.c   |  2 +-
 libavformat/mov.c  |  4 ++--
 8 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 3550bcc..53ac58e 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1411,7 +1411,7 @@ can be selected with @code{-pred 1}.
 @table @option
 @item format
 Can be set to either @code{j2k} or @code{jp2} (the default) that
-allows to store non-rgb pix_fmts.
+makes it possible to store non-rgb pix_fmts.
 
 @end table
 
diff --git a/doc/filters.texi b/doc/filters.texi
index a4d828e..d2a0771 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1118,7 +1118,7 @@ Number_of_samples
 For example full key look like this @code{lavfi.astats.1.DC_offset} or
 this @code{lavfi.astats.Overall.Peak_count}.
 
-For description what each key means read bellow.
+For description what each key means read below.
 
 @item reset
 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
 reduction starts. Default is 20. Range is between 0.01 and 2000.
 
 @item release
-Amount of milliseconds the signal has to fall bellow the threshold before
+Amount of milliseconds the signal has to fall below the threshold before
 reduction is decreased again. Default is 250. Range is between 0.01 and 9000.
 
 @item makeup
@@ -4533,7 +4533,7 @@ It accepts the following options:
 @item threshold1
 @item threshold2
 @item threshold3
-Allows to limit the maximum change for each plane, default is 65535.
+Limit the maximum change for each plane, default is 65535.
 If 0, plane will remain unchanged.
 @end table
 
@@ -4736,7 +4736,7 @@ It accepts the following options:
 @item threshold1
 @item threshold2
 @item threshold3
-Allows to limit the maximum change for each plane, default is 65535.
+Limit the maximum change for each plane, default is 65535.
 If 0, plane will remain unchanged.
 
 @item coordinates
@@ -5621,7 +5621,7 @@ It accepts the following options:
 @item threshold1
 @item threshold2
 @item threshold3
-Allows to limit the maximum change for each plane, default is 65535.
+Limit the maximum change for each plane, default is 65535.
 If 0, plane will remain unchanged.
 
 @item coordinates
@@ -7315,7 +7315,7 @@ It accepts the following options:
 @item threshold1
 @item threshold2
 @item threshold3
-Allows to limit the maximum change for each plane, default is 65535.
+Limit the maximum change for each plane, default is 65535.
 If 0, plane will remain unchanged.
 @end table
 
@@ -10351,7 +10351,7 @@ stereo3d=sbsl:aybd
 @end example
 
 @item
-Convert input video from above bellow (left eye above, right eye below) to 
side by side crosseye.
+Convert input video from above below (left eye above, right eye below) to side 
by side crosseye.
 @example
 stereo3d=abl:sbsr
 @end example
diff --git a/libavcodec/g726.c b/libavcodec/g726.c
index 934d120..c3d018f 100644
--- a/libavcodec/g726.c
+++ b/libavcodec/g726.c
@@ -32,7 +32,7 @@
 
 /**
  * G.726 11bit float.
- * G.726 Standard uses rather odd 11bit floating point arithmentic for
+ * G.726 Standard uses rather odd 11bit floating point arithmetic for
  * numerous occasions. It's a mystery to me why they did it this way
  * instead of simply using 32bit integer arithmetic.
  */
diff --git a/libavcodec/vaapi_hevc.c b/libavcodec/vaapi_hevc.c
index 762511f..62f783e 100644
--- a/libavcodec/vaapi_hevc.c
+++ b/libavcodec/vaapi_hevc.c
@@ -205,7 +205,7 @@ static void fill_picture_parameters(const HEVCContext *h, 
VAPictureParameterBuff
 pp->pps_tc_offset_div2 = h->ps.pps->tc_offset / 2;
 pp->log2_parallel_merge_level_minus2 = 
h->ps.pps->log2_parallel_merge_level - 2;
 
-/* Diffrent chroma/luma bit depths are currently not supported by ffmpeg. 
*/
+/* Different chroma/luma bit depths are currently not supported by ffmpeg. 
*/
 pp->bit_depth_luma_minus8 = h->ps.sps->bit_depth - 8;
 pp->bit_depth_chroma_minus8 = h->ps.sps->bit_depth - 8;
 
diff --git a/libavfilter/x86/vf_removegrain.asm 
b/libavfilter/x86/vf_removegrain.asm
index 0cc6e5f..d049bf2 100644
--- a/libavfilter/x86/vf_removegrain.asm
+++ b/libavfilter/x86/vf_removegrain.asm
@@ -359,7 +359,7 @@ cglobal rg_fl_mode_6, 4, 5, 16, 0, dst, src, stride, pixels
 paddw m2, m7 ; c2
 paddw m3, m6 ; c3
 paddw m4, m5 ; c4
-; As the differences (d1..d4) can only be postive, there is no need to
+; As the differences (d1..d4) can only be positive, there is no need to
 ; clip to zero.  Also, the maximum positive value is less than 768.
 
  

Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2015-06-14 Thread Michael Niedermayer
On Sat, Jun 13, 2015 at 09:46:01PM +0200, Andreas Cadhalpun wrote:
 Neccessary - Necessary
 formated   - formatted
 thee   - the
 eventhough - even though
 seperately - separately
 
 Signed-off-by: Andreas Cadhalpun andreas.cadhal...@googlemail.com
 ---
  doc/examples/transcoding.c | 2 +-
  libavcodec/ass_split.h | 2 +-
  libavcodec/bitstream.c | 2 +-
  libavformat/avio.h | 2 +-
  libavformat/flvenc.c   | 2 +-
  libavutil/log.h| 2 +-
  libavutil/pixfmt.h | 2 +-
  7 files changed, 7 insertions(+), 7 deletions(-)

should be ok

thanks

[...]

-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you think the mosad wants you dead since a long time then you are either
wrong or dead since a long time.


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2015-06-14 Thread Andreas Cadhalpun
On 14.06.2015 14:36, Michael Niedermayer wrote:
 On Sat, Jun 13, 2015 at 09:46:01PM +0200, Andreas Cadhalpun wrote:
 Neccessary - Necessary
 formated   - formatted
 thee   - the
 eventhough - even though
 seperately - separately

 Signed-off-by: Andreas Cadhalpun andreas.cadhal...@googlemail.com
 ---
  doc/examples/transcoding.c | 2 +-
  libavcodec/ass_split.h | 2 +-
  libavcodec/bitstream.c | 2 +-
  libavformat/avio.h | 2 +-
  libavformat/flvenc.c   | 2 +-
  libavutil/log.h| 2 +-
  libavutil/pixfmt.h | 2 +-
  7 files changed, 7 insertions(+), 7 deletions(-)
 
 should be ok

Pushed.

Best regards,
Andreas

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] doc: fix spelling errors

2015-06-13 Thread Andreas Cadhalpun
Neccessary - Necessary
formated   - formatted
thee   - the
eventhough - even though
seperately - separately

Signed-off-by: Andreas Cadhalpun andreas.cadhal...@googlemail.com
---
 doc/examples/transcoding.c | 2 +-
 libavcodec/ass_split.h | 2 +-
 libavcodec/bitstream.c | 2 +-
 libavformat/avio.h | 2 +-
 libavformat/flvenc.c   | 2 +-
 libavutil/log.h| 2 +-
 libavutil/pixfmt.h | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/examples/transcoding.c b/doc/examples/transcoding.c
index 2a8220e..980e1f1 100644
--- a/doc/examples/transcoding.c
+++ b/doc/examples/transcoding.c
@@ -117,7 +117,7 @@ static int open_output_file(const char *filename)
 /* in this example, we choose transcoding to same codec */
 encoder = avcodec_find_encoder(dec_ctx-codec_id);
 if (!encoder) {
-av_log(NULL, AV_LOG_FATAL, Neccessary encoder not found\n);
+av_log(NULL, AV_LOG_FATAL, Necessary encoder not found\n);
 return AVERROR_INVALIDDATA;
 }
 
diff --git a/libavcodec/ass_split.h b/libavcodec/ass_split.h
index c912252..defb5cc 100644
--- a/libavcodec/ass_split.h
+++ b/libavcodec/ass_split.h
@@ -103,7 +103,7 @@ typedef struct ASSSplitContext ASSSplitContext;
  * Split a full ASS file or a ASS header from a string buffer and store
  * the split structure in a newly allocated context.
  *
- * @param buf String containing the ASS formated data.
+ * @param buf String containing the ASS formatted data.
  * @return Newly allocated struct containing split data.
  */
 ASSSplitContext *ff_ass_split(const char *buf);
diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c
index 20eae6b..0074234 100644
--- a/libavcodec/bitstream.c
+++ b/libavcodec/bitstream.c
@@ -247,7 +247,7 @@ static int build_table(VLC *vlc, int table_nb_bits, int 
nb_codes,
 
 /* Build VLC decoding tables suitable for use with get_vlc().
 
-   'nb_bits' set thee decoding table size (2^nb_bits) entries. The
+   'nb_bits' set the decoding table size (2^nb_bits) entries. The
bigger it is, the faster is the decoding. But it should not be too
big to save memory and L1 cache. '9' is a good compromise.
 
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 28997f8..9f3a992 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -79,7 +79,7 @@ typedef struct AVIODirEntry {
 char *name;   /** Filename */
 int type; /** Type of the entry */
 int utf8; /** Set to 1 when name is encoded 
with UTF-8, 0 otherwise.
-   Name can be encoded with UTF-8 
eventhough 0 is set. */
+   Name can be encoded with UTF-8 
even though 0 is set. */
 int64_t size; /** File size in bytes, -1 if 
unknown. */
 int64_t modification_timestamp;   /** Time of last modification in 
microseconds since unix
epoch, -1 if unknown. */
diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c
index e4717ca..e217ba8 100644
--- a/libavformat/flvenc.c
+++ b/libavformat/flvenc.c
@@ -562,7 +562,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket 
*pkt)
 }
 
 if (enc-codec_id == AV_CODEC_ID_H264 || enc-codec_id == 
AV_CODEC_ID_MPEG4) {
-/* check if extradata looks like mp4 formated */
+/* check if extradata looks like mp4 formatted */
 if (enc-extradata_size  0  *(uint8_t*)enc-extradata != 1)
 if ((ret = ff_avc_parse_nal_units_buf(pkt-data, data, size))  
0)
 return ret;
diff --git a/libavutil/log.h b/libavutil/log.h
index 57769b8..db7eb3f 100644
--- a/libavutil/log.h
+++ b/libavutil/log.h
@@ -309,7 +309,7 @@ AVClassCategory av_default_get_category(void *ptr);
 
 /**
  * Format a line of log the same way as the default callback.
- * @param line  buffer to receive the formated line
+ * @param line  buffer to receive the formatted line
  * @param line_size size of the buffer
  * @param print_prefix  used to store whether the prefix must be printed;
  *  must point to a persistent integer initially set to 1
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h
index 58e3544..eef6444 100644
--- a/libavutil/pixfmt.h
+++ b/libavutil/pixfmt.h
@@ -530,7 +530,7 @@ enum AVColorRange {
  * Illustration showing the location of the first (top left) chroma sample of 
the
  * image, the left shows only luma, the right
  * shows the location of the chroma sample, the 2 could be imagined to overlay
- * each other but are drawn seperately due to limitations of ASCII
+ * each other but are drawn separately due to limitations of ASCII
  *
  *1st 2nd   1st 2nd horizontal luma sample positions
  * v   v v   v
-- 
2.1.4

[FFmpeg-devel] [PATCH] doc: fix spelling errors

2014-11-30 Thread Andreas Cadhalpun

Hi,

attached patch fixes some spelling mistakes in the documentation and 
code comments.


 succesfully = successfully
reproducable = reproducible
 specifiying = specifying
isnt = isn't
   seperated = separated

Best regards,
Andreas
From cf836c2b85f2bffe3de7b87b4f4c89e150640c58 Mon Sep 17 00:00:00 2001
From: Andreas Cadhalpun andreas.cadhal...@googlemail.com
Date: Sun, 30 Nov 2014 23:59:22 +0100
Subject: [PATCH] doc: fix spelling errors

succesfully = successfully, reproducable = reproducible, specifiying = specifying, isnt = isn't, seperated = separated
---
 doc/codecs.texi| 2 +-
 doc/formats.texi   | 2 +-
 doc/indevs.texi| 2 +-
 doc/print_options.c| 2 +-
 libavcodec/avcodec.h   | 2 +-
 libavcodec/vdpau.h | 2 +-
 libavformat/avformat.h | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/codecs.texi b/doc/codecs.texi
index 35068c7..f1f5c00 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -72,7 +72,7 @@ Force low delay.
 Place global headers in extradata instead of every keyframe.
 @item bitexact
 Only write platform-, build- and time-independent data. (except (I)DCT).
-This ensures that file and data checksums are reproducable and match between
+This ensures that file and data checksums are reproducible and match between
 platforms. Its primary use is for regression testing.
 @item aic
 Apply H263 advanced intra coding / mpeg4 ac prediction.
diff --git a/doc/formats.texi b/doc/formats.texi
index bca8924..4138709 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -57,7 +57,7 @@ Enable RTP MP4A-LATM payload.
 Reduce the latency introduced by optional buffering
 @item bitexact
 Only write platform-, build- and time-independent data.
-This ensures that file and data checksums are reproducable and match between
+This ensures that file and data checksums are reproducible and match between
 platforms. Its primary use is for regression testing.
 @end table
 
diff --git a/doc/indevs.texi b/doc/indevs.texi
index 5d2a308..ad823ab 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -86,7 +86,7 @@ Select the AVFoundation default device of the corresponding type.
 
 @item none
 Do not record the corresponding media type.
-This is equivalent to specifiying an empty device name or index.
+This is equivalent to specifying an empty device name or index.
 
 @end table
 
diff --git a/doc/print_options.c b/doc/print_options.c
index b225e69..9fd66ca 100644
--- a/doc/print_options.c
+++ b/doc/print_options.c
@@ -26,7 +26,7 @@
 #include string.h
 #include float.h
 
-// print_options is build for the host, os_support.h isnt needed and is setup
+// print_options is build for the host, os_support.h isn't needed and is setup
 // for the target. without this build breaks on mingw
 #define AVFORMAT_OS_SUPPORT_H
 
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3323284..dabae1b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3115,7 +3115,7 @@ typedef struct AVCodecContext {
 uint8_t *dump_separator;
 
 /**
- * ',' seperated list of allowed decoders.
+ * ',' separated list of allowed decoders.
  * If NULL then all are allowed
  * - encoding: unused
  * - decoding: set by user through AVOPtions (NO direct access)
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h
index d686ef4..1006779 100644
--- a/libavcodec/vdpau.h
+++ b/libavcodec/vdpau.h
@@ -157,7 +157,7 @@ void av_vdpau_hwaccel_set_render2(AVVDPAUContext *, AVVDPAU_Render2);
  * display preemption).
  *
  * @note get_format() must return AV_PIX_FMT_VDPAU if this function completes
- * succesfully.
+ * successfully.
  *
  * @param avctx decoding context whose get_format() callback is invoked
  * @param device VDPAU device handle to use for hardware acceleration
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 3d99f37..2e54ed1 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1601,7 +1601,7 @@ typedef struct AVFormatContext {
 int format_probesize;
 
 /**
- * ',' seperated list of allowed decoders.
+ * ',' separated list of allowed decoders.
  * If NULL then all are allowed
  * - encoding: unused
  * - decoding: set by user through AVOptions (NO direct access)
@@ -1609,7 +1609,7 @@ typedef struct AVFormatContext {
 char *codec_whitelist;
 
 /**
- * ',' seperated list of allowed demuxers.
+ * ',' separated list of allowed demuxers.
  * If NULL then all are allowed
  * - encoding: unused
  * - decoding: set by user through AVOptions (NO direct access)
-- 
2.1.3

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc: fix spelling errors

2014-11-30 Thread Michael Niedermayer
On Mon, Dec 01, 2014 at 12:08:03AM +0100, Andreas Cadhalpun wrote:
 Hi,
 
 attached patch fixes some spelling mistakes in the documentation and
 code comments.
 
  succesfully = successfully
 reproducable = reproducible
  specifiying = specifying
 isnt = isn't
seperated = separated
 
 Best regards,
 Andreas

  doc/codecs.texi|2 +-
  doc/formats.texi   |2 +-
  doc/indevs.texi|2 +-
  doc/print_options.c|2 +-
  libavcodec/avcodec.h   |2 +-
  libavcodec/vdpau.h |2 +-
  libavformat/avformat.h |4 ++--
  7 files changed, 8 insertions(+), 8 deletions(-)
 99742216aaded2f2c02d88ec9ede183a033cc4a0  doc-fix-spelling-errors.patch
 From cf836c2b85f2bffe3de7b87b4f4c89e150640c58 Mon Sep 17 00:00:00 2001
 From: Andreas Cadhalpun andreas.cadhal...@googlemail.com
 Date: Sun, 30 Nov 2014 23:59:22 +0100
 Subject: [PATCH] doc: fix spelling errors
 
 succesfully = successfully, reproducable = reproducible, specifiying = 
 specifying, isnt = isn't, seperated = separated

applied

thanks

[...]

-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No great genius has ever existed without some touch of madness. -- Aristotle


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel