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
23b639c4
Commit
23b639c4
authored
Jan 26, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "ouput" typo and add a check.
parent
81ab42a3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
Changelog
Changelog
+1
-1
ffmpeg.txt
doc/ffmpeg.txt
+1
-1
qtrleenc.c
libavcodec/qtrleenc.c
+1
-1
rl2.c
libavcodec/rl2.c
+1
-1
vf_framestep.c
libavfilter/libmpcodecs/vf_framestep.c
+1
-1
patcheck
tools/patcheck
+1
-1
No files found.
Changelog
View file @
23b639c4
...
...
@@ -744,7 +744,7 @@ version 0.4.5:
- MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>)
- ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>).
- Windows porting of file converter
- added MJPEG raw format (input/ouput)
- added MJPEG raw format (input/ou
t
put)
- added JPEG image format support (input/output)
...
...
doc/ffmpeg.txt
View file @
23b639c4
...
...
@@ -29,7 +29,7 @@
\ / :
+======\======================/======+ ^ :
------> 0 | : source_index : st-:--- | : :
Ou
putFile output_files[]
/ +------------------------------------+ : :
Ou
tputFile output_files[]
/ +------------------------------------+ : :
/ 1 | : : : | : :
^ +------+------------+-----+ / +------------------------------------+ : :
: | : ost_index -:-----:------/ 2 | : : : | : :
...
...
libavcodec/qtrleenc.c
View file @
23b639c4
...
...
@@ -205,7 +205,7 @@ static void qtrle_encode_line(QtrleEncContext *s, AVFrame *p, int line, uint8_t
prev_line
-=
s
->
pixel_size
;
}
/* Good ! Now we have the best sequence for this line, let's ouput it */
/* Good ! Now we have the best sequence for this line, let's ou
t
put it */
/* We do a special case for the first pixel so that we avoid testing it in
* the whole loop */
...
...
libavcodec/rl2.c
View file @
23b639c4
...
...
@@ -51,7 +51,7 @@ typedef struct Rl2Context {
* @param s rl2 context
* @param in input buffer
* @param size input buffer size
* @param out ouput buffer
* @param out ou
t
put buffer
* @param stride stride of the output buffer
* @param video_base offset of the rle data inside the frame
*/
...
...
libavfilter/libmpcodecs/vf_framestep.c
View file @
23b639c4
/*
* filter to ouput only 1 every n frame, or only the I (key)frame
* filter to ou
t
put only 1 every n frame, or only the I (key)frame
*
* The parameters are:
*
...
...
tools/patcheck
View file @
23b639c4
...
...
@@ -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)\b'
'common typos'
$*
hiegrep
'\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|heigth|informations|colums|loosy|loosing|
ouput|
seperate|preceed|upto|paket|posible)\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