@@ -744,7 +744,7 @@ version 0.4.5: | |||||
- MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>) | - MPEG-4 vol header fixes (Jonathan Marsden <snmjbm at pacbell.net>) | ||||
- ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>). | - ARM optimizations (Lionel Ulmer <lionel.ulmer at free.fr>). | ||||
- Windows porting of file converter | - Windows porting of file converter | ||||
- added MJPEG raw format (input/ouput) | |||||
- added MJPEG raw format (input/output) | |||||
- added JPEG image format support (input/output) | - added JPEG image format support (input/output) | ||||
@@ -29,7 +29,7 @@ | |||||
\ / : | \ / : | ||||
+======\======================/======+ ^ : | +======\======================/======+ ^ : | ||||
------> 0 | : source_index : st-:--- | : : | ------> 0 | : source_index : st-:--- | : : | ||||
OuputFile output_files[] / +------------------------------------+ : : | |||||
OutputFile output_files[] / +------------------------------------+ : : | |||||
/ 1 | : : : | : : | / 1 | : : : | : : | ||||
^ +------+------------+-----+ / +------------------------------------+ : : | ^ +------+------------+-----+ / +------------------------------------+ : : | ||||
: | : ost_index -:-----:------/ 2 | : : : | : : | : | : ost_index -:-----:------/ 2 | : : : | : : | ||||
@@ -205,7 +205,7 @@ static void qtrle_encode_line(QtrleEncContext *s, AVFrame *p, int line, uint8_t | |||||
prev_line -= s->pixel_size; | 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 output it */ | |||||
/* We do a special case for the first pixel so that we avoid testing it in | /* We do a special case for the first pixel so that we avoid testing it in | ||||
* the whole loop */ | * the whole loop */ | ||||
@@ -51,7 +51,7 @@ typedef struct Rl2Context { | |||||
* @param s rl2 context | * @param s rl2 context | ||||
* @param in input buffer | * @param in input buffer | ||||
* @param size input buffer size | * @param size input buffer size | ||||
* @param out ouput buffer | |||||
* @param out output buffer | |||||
* @param stride stride of the output buffer | * @param stride stride of the output buffer | ||||
* @param video_base offset of the rle data inside the frame | * @param video_base offset of the rle data inside the frame | ||||
*/ | */ | ||||
@@ -1,5 +1,5 @@ | |||||
/* | /* | ||||
* filter to ouput only 1 every n frame, or only the I (key)frame | |||||
* filter to output only 1 every n frame, or only the I (key)frame | |||||
* | * | ||||
* The parameters are: | * The parameters are: | ||||
* | * | ||||
@@ -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|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 'av_log\( *NULL' 'Missing context in av_log' $* | ||||
hiegrep '[^sn]printf' 'Please use av_log' $* | hiegrep '[^sn]printf' 'Please use av_log' $* | ||||