[FFmpeg-devel] [PATCH] treewide: Spelling fixes
Fix spelling issue as reported by Debian's lintian tool: accomodate -> accommodate addtional -> additional auxillary -> auxiliary bellow -> below betweeen -> between Calulate -> Calculate coefficents -> coefficients Defalt -> Default defaul -> default higer -> higher neccesary -> necessary orignal -> original ouput -> output precison -> precision processsing -> processing substract -> subtract Transfered -> Transferred upto -> up to Also add several of them to the 'common typos' check in patcheck. Signed-off-by: Diederik de Haas --- doc/demuxers.texi | 2 +- doc/filters.texi | 48 +- libavcodec/cbs_bsf.h | 2 +- libavdevice/pulse_audio_enc.c | 2 +- libavfilter/af_aiir.c | 2 +- libavfilter/af_surround.c | 2 +- libavfilter/cuda/load_helper.h | 2 +- libavfilter/opencl/deshake.cl | 2 +- libavfilter/vf_dedot.c | 4 +-- libavfilter/vf_transpose_npp.c | 2 +- libavformat/dashenc.c | 2 +- libavformat/demux.h| 2 +- libavformat/scd.c | 2 +- libavutil/eval.h | 2 +- libavutil/hwcontext_vulkan.c | 4 +-- tools/enc_recon_frame_test.c | 2 +- tools/patcheck | 2 +- 17 files changed, 42 insertions(+), 42 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index ca1563abb0..e4c5b560a6 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -777,7 +777,7 @@ error or used to store a negative value for dts correction when treated as signe the user set an upper limit, beyond which the delta is clamped to 1. Values greater than the limit if negative when cast to int32 are used to adjust onward dts. -Unit is the track time scale. Range is 0 to UINT_MAX. Default is @code{UINT_MAX - 48000*10} which allows upto +Unit is the track time scale. Range is 0 to UINT_MAX. Default is @code{UINT_MAX - 48000*10} which allows up to a 10 second dts correction for 48 kHz audio streams while accommodating 99.9% of @code{uint32} range. @item interleaved_read diff --git a/doc/filters.texi b/doc/filters.texi index 12113d7802..f837ea7a0e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2313,7 +2313,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -3685,7 +3685,7 @@ Set order of tilt filter. @item level Set input volume level. Allowed range is from 0 to 4. -Defalt is 1. +Default is 1. @end table @subsection Commands @@ -3853,7 +3853,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -3950,7 +3950,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -4057,7 +4057,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -4149,7 +4149,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -4590,7 +4590,7 @@ This filter supports the all above options as @ref{commands}. @section crystalizer Simple algorithm for audio noise sharpening. -This filter linearly increases differences betweeen each audio sample. +This filter linearly increases differences between each audio sample. The filter accepts the following options: @@ -4985,7 +4985,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -5496,7 +5496,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -5856,7 +5856,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -7213,7 +7213,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -7303,7 +7303,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering.
[FFmpeg-devel] [PATCH v2] treewide: Spelling fixes
Fix spelling issue as reported by Debian's lintian tool: accomodate -> accommodate addtional -> additional auxillary -> auxiliary avaliable -> available bellow -> below betweeen -> between Calulate -> Calculate charactor -> character coefficents -> coefficients commerical -> commercial Defalt -> Default defaul -> default higer -> higher neccesary -> necessary orignal -> original ouput -> output overriden -> overridden precison -> precision processsing -> processing streched -> stretched substract -> subtract sucessful -> successful Transfered -> Transferred upto -> up to Also add several of them to the 'common typos' check in patcheck. Signed-off-by: Diederik de Haas --- Changes in v2: - Some additional spelling fixes; now based on 6.1 vs 6.0 previously doc/decoders.texi | 2 +- doc/demuxers.texi | 2 +- doc/filters.texi | 52 +- libavcodec/cbs_bsf.h | 2 +- libavcodec/h266_metadata_bsf.c | 2 +- libavcodec/jpeg2000dec.c | 2 +- libavcodec/vulkan_decode.c | 2 +- libavcodec/vvc_parser.c| 4 +-- libavdevice/pulse_audio_enc.c | 2 +- libavfilter/af_aiir.c | 2 +- libavfilter/af_surround.c | 2 +- libavfilter/avfilter.h | 2 +- libavfilter/cuda/load_helper.h | 2 +- libavfilter/opencl/deshake.cl | 2 +- libavfilter/vf_dedot.c | 4 +-- libavfilter/vf_transpose_npp.c | 2 +- libavformat/dashenc.c | 2 +- libavformat/demux.h| 2 +- libavformat/scd.c | 2 +- libavutil/eval.h | 2 +- libavutil/hwcontext_vulkan.c | 4 +-- libavutil/tx_template.c| 2 +- tools/enc_recon_frame_test.c | 2 +- tools/patcheck | 2 +- 24 files changed, 52 insertions(+), 52 deletions(-) diff --git a/doc/decoders.texi b/doc/decoders.texi index f75364166e..016554287f 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -426,7 +426,7 @@ default behavior at compilation. @item -force_outline_text @var{boolean} Specify whether always render outline text for all characters regardless of -the indication by charactor style. +the indication by character style. The default is @var{false}. diff --git a/doc/demuxers.texi b/doc/demuxers.texi index ca1563abb0..e4c5b560a6 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -777,7 +777,7 @@ error or used to store a negative value for dts correction when treated as signe the user set an upper limit, beyond which the delta is clamped to 1. Values greater than the limit if negative when cast to int32 are used to adjust onward dts. -Unit is the track time scale. Range is 0 to UINT_MAX. Default is @code{UINT_MAX - 48000*10} which allows upto +Unit is the track time scale. Range is 0 to UINT_MAX. Default is @code{UINT_MAX - 48000*10} which allows up to a 10 second dts correction for 48 kHz audio streams while accommodating 99.9% of @code{uint32} range. @item interleaved_read diff --git a/doc/filters.texi b/doc/filters.texi index 13c18a2574..876027c202 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2313,7 +2313,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -3685,7 +3685,7 @@ Set order of tilt filter. @item level Set input volume level. Allowed range is from 0 to 4. -Defalt is 1. +Default is 1. @end table @subsection Commands @@ -3853,7 +3853,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -3950,7 +3950,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -4057,7 +4057,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -4149,7 +4149,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item auto Pick automatic sample format depending on surround filters. @@ -4590,7 +4590,7 @@ This filter supports the all above options as @ref{commands}. @section crystalizer Simple algorithm for audio noise sharpening. -This filter linearly increases differences betweeen each audio sample. +This filter linearly increases differences between each audio sample. The filter accepts the following options: @@ -4985,7 +4985,7 @@ Set transform type of IIR filter. @end table @item precision, r -Set precison of filtering. +Set precision of filtering. @table @option @item au