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
09f21198
Commit
09f21198
authored
Jun 13, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc typo and wording fixes
parent
22662ca5
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
12 deletions
+12
-12
anm.c
libavcodec/anm.c
+2
-2
dsputil.h
libavcodec/dsputil.h
+2
-2
h264.c
libavcodec/h264.c
+2
-2
version.h
libavcodec/version.h
+1
-1
xvmc.h
libavcodec/xvmc.h
+1
-1
version.h
libavfilter/version.h
+1
-1
rtp.h
libavformat/rtp.h
+1
-1
version.h
libavformat/version.h
+1
-1
patcheck
tools/patcheck
+1
-1
No files found.
libavcodec/anm.c
View file @
09f21198
...
...
@@ -65,8 +65,8 @@ static av_cold int decode_init(AVCodecContext *avctx)
* @return non-zero if destination buffer is exhausted
*
* a copy operation is achieved when 'gb' is set
* a fill operation is ach
ei
ved when 'gb' is null and pixel is >= 0
* a skip operation is ach
ei
ved when 'gb' is null and pixel is < 0
* a fill operation is ach
ie
ved when 'gb' is null and pixel is >= 0
* a skip operation is ach
ie
ved when 'gb' is null and pixel is < 0
*/
static
inline
int
op
(
uint8_t
**
dst
,
const
uint8_t
*
dst_end
,
GetByteContext
*
gb
,
...
...
libavcodec/dsputil.h
View file @
09f21198
...
...
@@ -548,9 +548,9 @@ typedef struct DSPContext {
* @param src source array
* constraints: 16-byte aligned
* @param min minimum value
* constraints: must
in the the range [-(1<<24), 1<<
24]
* constraints: must
be in the range [-(1 << 24), 1 <<
24]
* @param max maximum value
* constraints: must
in the the range [-(1<<24), 1<<
24]
* constraints: must
be in the range [-(1 << 24), 1 <<
24]
* @param len number of elements in the array
* constraints: multiple of 32 greater than zero
*/
...
...
libavcodec/h264.c
View file @
09f21198
...
...
@@ -1744,7 +1744,7 @@ static av_always_inline void backup_mb_border(H264Context *h, uint8_t *src_y,
}
top_border
=
h
->
top_borders
[
top_idx
][
s
->
mb_x
];
/* There are two lines saved, the line above the t
he t
op macroblock
/* There are two lines saved, the line above the top macroblock
* of a pair, and the line above the bottom macroblock. */
AV_COPY128
(
top_border
,
src_y
+
16
*
linesize
);
if
(
pixel_shift
)
...
...
@@ -4375,7 +4375,7 @@ again:
if
(
ff_h264_decode_seq_parameter_set
(
h
)
<
0
&&
h
->
is_avc
&&
(
nalsize
!=
consumed
)
&&
nalsize
)
{
av_log
(
h
->
s
.
avctx
,
AV_LOG_DEBUG
,
"SPS decoding failure, try
parsing the co
omplete NAL
\n
"
);
"SPS decoding failure, try
ing again with the c
omplete NAL
\n
"
);
init_get_bits
(
&
s
->
gb
,
buf
+
buf_index
+
1
-
consumed
,
8
*
(
nalsize
-
1
));
ff_h264_decode_seq_parameter_set
(
h
);
...
...
libavcodec/version.h
View file @
09f21198
...
...
@@ -41,7 +41,7 @@
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
/**
* Th
ose FF_API_* defines are not part of
public API.
* Th
ese FF_API_* defines are not part of the
public API.
* They may change, break or disappear at any time.
*/
#ifndef FF_API_REQUEST_CHANNELS
...
...
libavcodec/xvmc.h
View file @
09f21198
...
...
@@ -147,7 +147,7 @@ struct xvmc_pix_fmt {
*/
int
filled_mv_blocks_num
;
/** Number of the
the
next free data block; one data block consists of
/** Number of the next free data block; one data block consists of
64 short values in the data_blocks array.
All blocks before this one have already been claimed by placing their
position into the corresponding block description structure field,
...
...
libavfilter/version.h
View file @
09f21198
...
...
@@ -41,7 +41,7 @@
#define LIBAVFILTER_BUILD LIBAVFILTER_VERSION_INT
/**
* Th
ose FF_API_* defines are not part of
public API.
* Th
ese FF_API_* defines are not part of the
public API.
* They may change, break or disappear at any time.
*/
#ifndef FF_API_AVFILTERPAD_PUBLIC
...
...
libavformat/rtp.h
View file @
09f21198
...
...
@@ -77,7 +77,7 @@ enum CodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type);
#define RTCP_TX_RATIO_DEN 1000
/* An arbitrary id value for RTP Xiph streams - only relevant to indicate
* th
e
the configuration has changed within a stream (by changing the
* th
at
the configuration has changed within a stream (by changing the
* ident value sent).
*/
#define RTP_XIPH_IDENT 0xfecdba
...
...
libavformat/version.h
View file @
09f21198
...
...
@@ -44,7 +44,7 @@
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
/**
* Th
ose FF_API_* defines are not part of
public API.
* Th
ese FF_API_* defines are not part of the
public API.
* They may change, break or disappear at any time.
*/
#ifndef FF_API_CLOSE_INPUT_FILE
...
...
tools/patcheck
View file @
09f21198
...
...
@@ -67,7 +67,7 @@ $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^
cat
$TMP
hiegrep
'# *ifdef * (HAVE|CONFIG)_'
'ifdefs that should be #if'
$*
hiegrep
'\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|heigth|informations|colums|loosy|loosing|seperate|preceed|upto|paket|posible|unkown|inpossible|dimention)\b'
'common typos'
$*
hiegrep
'\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|heigth|informations|colums|loosy|loosing|seperate|preceed|upto|paket|posible|unkown|inpossible|dimention
|acheive
)\b'
'common typos'
$*
hiegrep
'av_log\( *NULL'
'Missing context in av_log'
$*
hiegrep
'[^sn]printf'
'Please use av_log'
$*
...
...
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