Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
06eef96b
Commit
06eef96b
authored
Mar 28, 2016
by
Lou Logan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some a/an typos
Signed-off-by:
Lou Logan
<
lou@lrcd.com
>
parent
99f2a59c
Show whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
32 additions
and
32 deletions
+32
-32
Doxyfile
doc/Doxyfile
+1
-1
codecs.texi
doc/codecs.texi
+1
-1
filtering_audio.c
doc/examples/filtering_audio.c
+1
-1
snow.txt
doc/snow.txt
+1
-1
ffmpeg_filter.c
ffmpeg_filter.c
+1
-1
ass_split.h
libavcodec/ass_split.h
+1
-1
avcodec.h
libavcodec/avcodec.h
+1
-1
bitstream.c
libavcodec/bitstream.c
+1
-1
cpia.c
libavcodec/cpia.c
+1
-1
ituh263dec.c
libavcodec/ituh263dec.c
+2
-2
mpegaudiodec_template.c
libavcodec/mpegaudiodec_template.c
+1
-1
mpegvideo.c
libavcodec/mpegvideo.c
+4
-4
graphparser.c
libavfilter/graphparser.c
+1
-1
vf_mcdeint.c
libavfilter/vf_mcdeint.c
+1
-1
asfdec_f.c
libavformat/asfdec_f.c
+1
-1
avformat.h
libavformat/avformat.h
+2
-2
movenc.c
libavformat/movenc.c
+1
-1
mxfdec.c
libavformat/mxfdec.c
+1
-1
oggdec.c
libavformat/oggdec.c
+1
-1
utils.c
libavformat/utils.c
+1
-1
yuv4mpegenc.c
libavformat/yuv4mpegenc.c
+1
-1
avstring.h
libavutil/avstring.h
+1
-1
cpu.h
libavutil/cpu.h
+1
-1
tree.h
libavutil/tree.h
+2
-2
swscale_internal.h
libswscale/swscale_internal.h
+1
-1
dvd2concat
tools/dvd2concat
+1
-1
No files found.
doc/Doxyfile
View file @
06eef96b
...
...
@@ -1429,7 +1429,7 @@ PERL_PATH = /usr/bin/perl
#---------------------------------------------------------------------------
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
# generate a
n
inheritance diagram (in HTML, RTF and LaTeX) for classes with base
# or super classes. Setting the tag to NO turns the diagrams off. Note that
# this option is superseded by the HAVE_DOT option below. This is only a
# fallback. It is recommended to install and use dot, since it yields more
...
...
doc/codecs.texi
View file @
06eef96b
...
...
@@ -257,7 +257,7 @@ Specify how strictly to follow the standards.
Possible values:
@table @samp
@item very
strictly conform to a older more strict version of the spec or reference software
strictly conform to a
n
older more strict version of the spec or reference software
@item strict
strictly conform to all the things in the spec no matter what consequences
@item normal
...
...
doc/examples/filtering_audio.c
View file @
06eef96b
...
...
@@ -65,7 +65,7 @@ static int open_input_file(const char *filename)
/* select the audio stream */
ret
=
av_find_best_stream
(
fmt_ctx
,
AVMEDIA_TYPE_AUDIO
,
-
1
,
-
1
,
&
dec
,
0
);
if
(
ret
<
0
)
{
av_log
(
NULL
,
AV_LOG_ERROR
,
"Cannot find a audio stream in the input file
\n
"
);
av_log
(
NULL
,
AV_LOG_ERROR
,
"Cannot find a
n
audio stream in the input file
\n
"
);
return
ret
;
}
audio_stream_index
=
ret
;
...
...
doc/snow.txt
View file @
06eef96b
...
...
@@ -527,7 +527,7 @@ Wavelet Transform:
==================
Snow supports 2 wavelet transforms, the symmetric biorthogonal 5/3 integer
transform and a integer approximation of the symmetric biorthogonal 9/7
transform and a
n
integer approximation of the symmetric biorthogonal 9/7
daubechies wavelet.
2D IDWT (inverse discrete wavelet transform)
...
...
ffmpeg_filter.c
View file @
06eef96b
...
...
@@ -656,7 +656,7 @@ int configure_output_filter(FilterGraph *fg, OutputFilter *ofilter, AVFilterInOu
DESCRIBE_FILTER_LINK
(
ofilter
,
out
,
0
);
if
(
!
ofilter
->
ost
)
{
av_log
(
NULL
,
AV_LOG_FATAL
,
"Filter %s has a unconnected output
\n
"
,
ofilter
->
name
);
av_log
(
NULL
,
AV_LOG_FATAL
,
"Filter %s has a
n
unconnected output
\n
"
,
ofilter
->
name
);
exit_program
(
1
);
}
...
...
libavcodec/ass_split.h
View file @
06eef96b
...
...
@@ -111,7 +111,7 @@ ASSSplitContext *ff_ass_split(const char *buf);
/**
* Split one or several ASS "Dialogue" lines from a string buffer and store
* them in a already initialized context.
* them in a
n
already initialized context.
*
* @param ctx Context previously initialized by ff_ass_split().
* @param buf String containing the ASS "Dialogue" lines.
...
...
libavcodec/avcodec.h
View file @
06eef96b
...
...
@@ -91,7 +91,7 @@
* details.
*
* If you add a codec ID to this list, add it so that
* 1. no value of a existing codec ID changes (that would break ABI),
* 1. no value of a
n
existing codec ID changes (that would break ABI),
* 2. it is as close as possible to similar codecs
*
* After adding new codec IDs, do not forget to add an entry to the codec
...
...
libavcodec/bitstream.c
View file @
06eef96b
...
...
@@ -167,7 +167,7 @@ static int build_table(VLC *vlc, int table_nb_bits, int nb_codes,
int
table_size
,
table_index
,
index
,
code_prefix
,
symbol
,
subtable_bits
;
int
i
,
j
,
k
,
n
,
nb
,
inc
;
uint32_t
code
;
volatile
VLC_TYPE
(
*
volatile
table
)[
2
];
// the double volatile is needed to prevent a internal compiler error in gcc 4.2
volatile
VLC_TYPE
(
*
volatile
table
)[
2
];
// the double volatile is needed to prevent a
n
internal compiler error in gcc 4.2
table_size
=
1
<<
table_nb_bits
;
if
(
table_nb_bits
>
30
)
...
...
libavcodec/cpia.c
View file @
06eef96b
...
...
@@ -134,7 +134,7 @@ static int cpia_decode_frame(AVCodecContext *avctx,
v_end
=
v
+
frame
->
linesize
[
2
]
-
1
;
if
((
i
&
1
)
&&
header
[
17
]
==
SUBSAMPLE_420
)
{
/* We are on a odd line and 420 subsample is used.
/* We are on a
n
odd line and 420 subsample is used.
* On this line only Y values are specified, one per pixel.
*/
for
(
j
=
0
;
j
<
linelength
-
1
;
j
++
)
{
...
...
libavcodec/ituh263dec.c
View file @
06eef96b
...
...
@@ -167,7 +167,7 @@ static int h263_decode_gob_header(MpegEncContext *s)
/* We have a GBSC probably with GSTUFF */
skip_bits
(
&
s
->
gb
,
16
);
/* Drop the zeros */
left
=
get_bits_left
(
&
s
->
gb
);
//MN: we must check the bits left or we might end in a infinite loop (or segfault)
//MN: we must check the bits left or we might end in a
n
infinite loop (or segfault)
for
(;
left
>
13
;
left
--
){
if
(
get_bits1
(
&
s
->
gb
))
break
;
/* Seek the '1' bit */
}
...
...
@@ -313,7 +313,7 @@ static int h263p_decode_umotion(MpegEncContext * s, int pred)
}
/**
* read the next MVs for OBMC. yes this is a ugly hack, feel free to send a patch :)
* read the next MVs for OBMC. yes this is a
n
ugly hack, feel free to send a patch :)
*/
static
void
preview_obmc
(
MpegEncContext
*
s
){
GetBitContext
gb
=
s
->
gb
;
...
...
libavcodec/mpegaudiodec_template.c
View file @
06eef96b
...
...
@@ -830,7 +830,7 @@ static void switch_buffer(MPADecodeContext *s, int *pos, int *end_pos,
}
}
/* Following is a optimized code for
/* Following is a
n
optimized code for
INTFLOAT v = *src
if(get_bits1(&s->gb))
v = -v;
...
...
libavcodec/mpegvideo.c
View file @
06eef96b
...
...
@@ -781,7 +781,7 @@ static int init_context_frame(MpegEncContext *s)
s
->
dc_val_base
[
i
]
=
1024
;
}
/* which mb is a intra block */
/* which mb is a
n
intra block */
FF_ALLOCZ_OR_GOTO
(
s
->
avctx
,
s
->
mbintra_table
,
mb_array_size
,
fail
);
memset
(
s
->
mbintra_table
,
1
,
mb_array_size
);
...
...
@@ -1224,7 +1224,7 @@ int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx)
}
if
(
s
->
current_picture_ptr
&&
!
s
->
current_picture_ptr
->
f
->
buf
[
0
])
{
// we already have a unused image
// we already have a
n
unused image
// (maybe it was set before reading the header)
pic
=
s
->
current_picture_ptr
;
}
else
{
...
...
libavfilter/graphparser.c
View file @
06eef96b
...
...
@@ -354,7 +354,7 @@ static int parse_outputs(const char **buf, AVFilterInOut **curr_inputs,
av_freep
(
&
match
);
av_freep
(
&
input
);
}
else
{
/* Not in the list, so add the first input as a open_output */
/* Not in the list, so add the first input as a
n
open_output */
input
->
name
=
name
;
insert_inout
(
open_outputs
,
input
);
}
...
...
libavfilter/vf_mcdeint.c
View file @
06eef96b
...
...
@@ -38,7 +38,7 @@
*
* Only past frames are used, we should ideally use future frames too,
* something like filtering the whole movie in forward and then
* backward direction seems like a interesting idea but the current
* backward direction seems like a
n
interesting idea but the current
* filter framework is FAR from supporting such things.
*
* Combining the motion compensated image with the input image also is
...
...
libavformat/asfdec_f.c
View file @
06eef96b
...
...
@@ -828,7 +828,7 @@ static int asf_read_header(AVFormatContext *s)
}
else
if
(
!
ff_guidcmp
(
&
g
,
&
ff_asf_ext_stream_header
))
{
asf_read_ext_stream_properties
(
s
,
gsize
);
// there could be a optional stream properties object to follow
// there could be a
n
optional stream properties object to follow
// if so the next iteration will pick it up
continue
;
}
else
if
(
!
ff_guidcmp
(
&
g
,
&
ff_asf_head1_guid
))
{
...
...
libavformat/avformat.h
View file @
06eef96b
...
...
@@ -2449,7 +2449,7 @@ int av_write_frame(AVFormatContext *s, AVPacket *pkt);
int
av_interleaved_write_frame
(
AVFormatContext
*
s
,
AVPacket
*
pkt
);
/**
* Write a uncoded frame to an output media file.
* Write a
n
uncoded frame to an output media file.
*
* The frame must be correctly interleaved according to the container
* specification; if not, then av_interleaved_write_frame() must be used.
...
...
@@ -2460,7 +2460,7 @@ int av_write_uncoded_frame(AVFormatContext *s, int stream_index,
AVFrame
*
frame
);
/**
* Write a uncoded frame to an output media file.
* Write a
n
uncoded frame to an output media file.
*
* If the muxer supports it, this function makes it possible to write an AVFrame
* structure directly, without encoding it into a packet.
...
...
libavformat/movenc.c
View file @
06eef96b
...
...
@@ -2523,7 +2523,7 @@ static int mov_write_edts_tag(AVIOContext *pb, MOVMuxContext *mov,
}
else
{
/* Avoid accidentally ending up with start_ct = -1 which has got a
* special meaning. Normally start_ct should end up positive or zero
* here, but use FFMIN in case dts is a
a
small positive integer
* here, but use FFMIN in case dts is a small positive integer
* rounded to 0 when represented in MOV_TIMESCALE units. */
av_assert0
(
av_rescale_rnd
(
start_dts
,
MOV_TIMESCALE
,
track
->
timescale
,
AV_ROUND_DOWN
)
<=
0
);
start_ct
=
-
FFMIN
(
start_dts
,
0
);
...
...
libavformat/mxfdec.c
View file @
06eef96b
...
...
@@ -2608,7 +2608,7 @@ static int mxf_handle_missing_index_segment(MXFContext *mxf)
if
(
mxf
->
op
!=
OPAtom
)
return
0
;
/* TODO: support raw video without a index if they exist */
/* TODO: support raw video without a
n
index if they exist */
if
(
s
->
nb_streams
!=
1
||
s
->
streams
[
0
]
->
codec
->
codec_type
!=
AVMEDIA_TYPE_AUDIO
||
!
is_pcm
(
s
->
streams
[
0
]
->
codec
->
codec_id
))
return
0
;
...
...
libavformat/oggdec.c
View file @
06eef96b
...
...
@@ -864,7 +864,7 @@ static int64_t ogg_read_timestamp(AVFormatContext *s, int stream_index,
&&
!
ogg_packet
(
s
,
&
i
,
&
pstart
,
&
psize
,
pos_arg
))
{
if
(
i
==
stream_index
)
{
struct
ogg_stream
*
os
=
ogg
->
streams
+
stream_index
;
// Do not trust the last timestamps of a ogm video
// Do not trust the last timestamps of a
n
ogm video
if
(
(
os
->
flags
&
OGG_FLAG_EOS
)
&&
!
(
os
->
flags
&
OGG_FLAG_BOS
)
&&
os
->
codec
==
&
ff_ogm_video_codec
)
...
...
libavformat/utils.c
View file @
06eef96b
...
...
@@ -3124,7 +3124,7 @@ void ff_rfps_calculate(AVFormatContext *ic)
if
(
st
->
codec
->
codec_type
!=
AVMEDIA_TYPE_VIDEO
)
continue
;
// the check for tb_unreliable() is not completely correct, since this is not about handling
// a unreliable/inexact time base, but a time base that is finer than necessary, as e.g.
// a
n
unreliable/inexact time base, but a time base that is finer than necessary, as e.g.
// ipmovie.c produces.
if
(
tb_unreliable
(
st
->
codec
)
&&
st
->
info
->
duration_count
>
15
&&
st
->
info
->
duration_gcd
>
FFMAX
(
1
,
st
->
time_base
.
den
/
(
500LL
*
st
->
time_base
.
num
))
&&
!
st
->
r_frame_rate
.
num
)
av_reduce
(
&
st
->
r_frame_rate
.
num
,
&
st
->
r_frame_rate
.
den
,
st
->
time_base
.
den
,
st
->
time_base
.
num
*
st
->
info
->
duration_gcd
,
INT_MAX
);
...
...
libavformat/yuv4mpegenc.c
View file @
06eef96b
...
...
@@ -267,7 +267,7 @@ static int yuv4_write_header(AVFormatContext *s)
case
AV_PIX_FMT_YUV422P16
:
case
AV_PIX_FMT_YUV444P16
:
if
(
s
->
strict_std_compliance
>=
FF_COMPLIANCE_NORMAL
)
{
av_log
(
s
,
AV_LOG_ERROR
,
"'%s' is not a official yuv4mpegpipe pixel format. "
av_log
(
s
,
AV_LOG_ERROR
,
"'%s' is not a
n
official yuv4mpegpipe pixel format. "
"Use '-strict -1' to encode to this pixel format.
\n
"
,
av_get_pix_fmt_name
(
s
->
streams
[
0
]
->
codec
->
pix_fmt
));
return
AVERROR
(
EINVAL
);
...
...
libavutil/avstring.h
View file @
06eef96b
...
...
@@ -156,7 +156,7 @@ static inline size_t av_strnlen(const char *s, size_t len)
char
*
av_asprintf
(
const
char
*
fmt
,
...)
av_printf_format
(
1
,
2
);
/**
* Convert a number to a av_malloced string.
* Convert a number to a
n
av_malloced string.
*/
char
*
av_d2str
(
double
d
);
...
...
libavutil/cpu.h
View file @
06eef96b
...
...
@@ -70,7 +70,7 @@
/**
* Return the flags which specify extensions supported by the CPU.
* The returned value is affected by av_force_cpu_flags() if that was used
* before. So av_get_cpu_flags() can easily be used in a application to
* before. So av_get_cpu_flags() can easily be used in a
n
application to
* detect the enabled cpu flags.
*/
int
av_get_cpu_flags
(
void
);
...
...
libavutil/tree.h
View file @
06eef96b
...
...
@@ -120,8 +120,8 @@ void av_tree_destroy(struct AVTreeNode *t);
/**
* Apply enu(opaque, &elem) to all the elements in the tree in a given range.
*
* @param cmp a comparison function that returns < 0 for a element below the
* range, > 0 for a
element above the range and == 0 for a
* @param cmp a comparison function that returns < 0 for a
n
element below the
* range, > 0 for a
n element above the range and == 0 for an
* element inside the range
*
* @note The cmp function should use the same ordering used to construct the
...
...
libswscale/swscale_internal.h
View file @
06eef96b
...
...
@@ -960,7 +960,7 @@ typedef struct SwsPlane
}
SwsPlane
;
/**
* Struct which defines a slice of an image to be scaled or a output for
* Struct which defines a slice of an image to be scaled or a
n
output for
* a scaled slice.
* A slice can also be used as intermediate ring buffer for scaling steps.
*/
...
...
tools/dvd2concat
View file @
06eef96b
...
...
@@ -36,7 +36,7 @@ I<path/to/dvd/structure> is the path to the DVD structure hierarchy; it
normally contains a directory named B<VIDEO_TS>. It must not be encrypted
with CSS.
I<file.concat> is the output file. It can be used a input to ffmpeg.
I<file.concat> is the output file. It can be used a
s an
input to ffmpeg.
It will require the B<-safe 0> option.
=cut
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment