Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
8b63744f
Commit
8b63744f
authored
Dec 18, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "bistream" typo and add a check in tools/patcheck.
parent
1dd33d47
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
ffmpeg.texi
doc/ffmpeg.texi
+1
-1
libavcodec.texi
doc/libavcodec.texi
+1
-1
h263dec.c
libavcodec/h263dec.c
+1
-1
rv34.c
libavcodec/rv34.c
+1
-1
vda_h264.c
libavcodec/vda_h264.c
+1
-1
flvenc.c
libavformat/flvenc.c
+1
-1
patcheck
tools/patcheck
+1
-1
No files found.
doc/ffmpeg.texi
View file @
8b63744f
...
@@ -914,7 +914,7 @@ ffmpeg -i infile -streamid 0:33 -streamid 1:36 out.ts
...
@@ -914,7 +914,7 @@ ffmpeg -i infile -streamid 0:33 -streamid 1:36 out.ts
@end example
@end example
@item -bsf[:@var
{
stream
_
specifier
}
] @var
{
bitstream
_
filters
}
(@emph
{
output,per-stream
}
)
@item -bsf[:@var
{
stream
_
specifier
}
] @var
{
bitstream
_
filters
}
(@emph
{
output,per-stream
}
)
Set bitstream filters for matching streams. @var
{
bistream
_
filters
}
is
Set bitstream filters for matching streams. @var
{
bi
t
stream
_
filters
}
is
a comma-separated list of bitstream filters. Use the @code
{
-bsfs
}
option
a comma-separated list of bitstream filters. Use the @code
{
-bsfs
}
option
to get the list of bitstream filters.
to get the list of bitstream filters.
@example
@example
...
...
doc/libavcodec.texi
View file @
8b63744f
...
@@ -27,7 +27,7 @@ implementing robust and fast codecs as well as for experimentation.
...
@@ -27,7 +27,7 @@ implementing robust and fast codecs as well as for experimentation.
@c man begin SEEALSO
@c man begin SEEALSO
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1),
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1),
ffmpeg-bistream-filters(1), libavutil(3)
ffmpeg-bi
t
stream-filters(1), libavutil(3)
@c man end
@c man end
@c man begin AUTHORS
@c man begin AUTHORS
...
...
libavcodec/h263dec.c
View file @
8b63744f
...
@@ -709,7 +709,7 @@ retry:
...
@@ -709,7 +709,7 @@ retry:
av_assert1
(
s
->
bitstream_buffer_size
==
0
);
av_assert1
(
s
->
bitstream_buffer_size
==
0
);
frame_end
:
frame_end
:
/* divx 5.01+ bistream reorder stuff */
/* divx 5.01+ bi
t
stream reorder stuff */
if
(
s
->
codec_id
==
AV_CODEC_ID_MPEG4
&&
s
->
divx_packed
){
if
(
s
->
codec_id
==
AV_CODEC_ID_MPEG4
&&
s
->
divx_packed
){
int
current_pos
=
s
->
gb
.
buffer
==
s
->
bitstream_buffer
?
0
:
(
get_bits_count
(
&
s
->
gb
)
>>
3
);
int
current_pos
=
s
->
gb
.
buffer
==
s
->
bitstream_buffer
?
0
:
(
get_bits_count
(
&
s
->
gb
)
>>
3
);
int
startcode_found
=
0
;
int
startcode_found
=
0
;
...
...
libavcodec/rv34.c
View file @
8b63744f
...
@@ -215,7 +215,7 @@ static int rv34_decode_cbp(GetBitContext *gb, RV34VLC *vlc, int table)
...
@@ -215,7 +215,7 @@ static int rv34_decode_cbp(GetBitContext *gb, RV34VLC *vlc, int table)
}
}
/**
/**
* Get one coefficient value from the bistream and store it.
* Get one coefficient value from the bi
t
stream and store it.
*/
*/
static
inline
void
decode_coeff
(
DCTELEM
*
dst
,
int
coef
,
int
esc
,
GetBitContext
*
gb
,
VLC
*
vlc
,
int
q
)
static
inline
void
decode_coeff
(
DCTELEM
*
dst
,
int
coef
,
int
esc
,
GetBitContext
*
gb
,
VLC
*
vlc
,
int
q
)
{
{
...
...
libavcodec/vda_h264.c
View file @
8b63744f
...
@@ -285,7 +285,7 @@ int ff_vda_create_decoder(struct vda_context *vda_ctx,
...
@@ -285,7 +285,7 @@ int ff_vda_create_decoder(struct vda_context *vda_ctx,
pthread_mutex_init
(
&
vda_ctx
->
queue_mutex
,
NULL
);
pthread_mutex_init
(
&
vda_ctx
->
queue_mutex
,
NULL
);
#endif
#endif
/* Each VCL NAL in the bistream sent to the decoder
/* Each VCL NAL in the bi
t
stream sent to the decoder
* is preceded by a 4 bytes length header.
* is preceded by a 4 bytes length header.
* Change the avcC atom header if needed, to signal headers of 4 bytes. */
* Change the avcC atom header if needed, to signal headers of 4 bytes. */
if
(
extradata_size
>=
4
&&
(
extradata
[
4
]
&
0x03
)
!=
0x03
)
{
if
(
extradata_size
>=
4
&&
(
extradata
[
4
]
&
0x03
)
!=
0x03
)
{
...
...
libavformat/flvenc.c
View file @
8b63744f
...
@@ -494,7 +494,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
...
@@ -494,7 +494,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
}
else
if
(
enc
->
codec_id
==
AV_CODEC_ID_AAC
&&
pkt
->
size
>
2
&&
}
else
if
(
enc
->
codec_id
==
AV_CODEC_ID_AAC
&&
pkt
->
size
>
2
&&
(
AV_RB16
(
pkt
->
data
)
&
0xfff0
)
==
0xfff0
)
{
(
AV_RB16
(
pkt
->
data
)
&
0xfff0
)
==
0xfff0
)
{
av_log
(
s
,
AV_LOG_ERROR
,
"Malformed AAC bitstream detected: "
av_log
(
s
,
AV_LOG_ERROR
,
"Malformed AAC bitstream detected: "
"use audio bistream filter 'aac_adtstoasc' to fix it "
"use audio bi
t
stream filter 'aac_adtstoasc' to fix it "
"('-bsf:a aac_adtstoasc' option with ffmpeg)
\n
"
);
"('-bsf:a aac_adtstoasc' option with ffmpeg)
\n
"
);
return
AVERROR_INVALIDDATA
;
return
AVERROR_INVALIDDATA
;
}
}
...
...
tools/patcheck
View file @
8b63744f
...
@@ -67,7 +67,7 @@ $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^
...
@@ -67,7 +67,7 @@ $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^
cat
$TMP
cat
$TMP
hiegrep
'# *ifdef * (HAVE|CONFIG)_'
'ifdefs that should be #if'
$*
hiegrep
'# *ifdef * (HAVE|CONFIG)_'
'ifdefs that should be #if'
$*
hiegrep
'\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|skiping|heigth|informations|colums|loosy|loosing|ouput|seperate|preceed|upto|paket|posible|unkown|inpossible|dimention|acheive|funtions|overriden|outputing|seperation|initalize|compatibilty)\b'
'common typos'
$*
hiegrep
'\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|skiping|heigth|informations|colums|loosy|loosing|ouput|seperate|preceed|upto|paket|posible|unkown|inpossible|dimention|acheive|funtions|overriden|outputing|seperation|initalize|compatibilty
|bistream
)\b'
'common typos'
$*
hiegrep
'av_log\( *NULL'
'Missing context in av_log'
$*
hiegrep
'av_log\( *NULL'
'Missing context in av_log'
$*
hiegrep
'[^sn]printf'
'Please use 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