]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoEnsure that one can store X bytes in a fifo of size X.
Michael Niedermayer [Sun, 25 May 2008 23:04:09 +0000 (23:04 +0000)]
Ensure that one can store X bytes in a fifo of size X.
Fixed issue417.

Originally committed as revision 13405 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake av_fifo*_read() ignore the available amount of data.
Michael Niedermayer [Sun, 25 May 2008 22:20:39 +0000 (22:20 +0000)]
Make av_fifo*_read() ignore the available amount of data.
This is more efficient as in practice the check is redundant most of the
time. Callers which do not know if enough data is available have to check
it with av_fifo_size(). Doing the check in *read() means the caller has
no choice to skip the check when its known to be redundant.
Also the return value was never documented in a public header so
changing it should not break the API. Besides this fixes the case where
read() failed on a 100% full fifo.

Originally committed as revision 13404 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake opt_verbose() work again.
Michael Niedermayer [Sun, 25 May 2008 20:34:50 +0000 (20:34 +0000)]
Make opt_verbose() work again.

Originally committed as revision 13403 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosafer solution for setting audio parameters
Justin Ruggles [Sun, 25 May 2008 20:02:24 +0000 (20:02 +0000)]
safer solution for setting audio parameters

Originally committed as revision 13402 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMerge two if's
Vitor Sessak [Sun, 25 May 2008 19:48:03 +0000 (19:48 +0000)]
Merge two if's

Originally committed as revision 13401 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse (u)int16_t instead of (unsigned) short
Vitor Sessak [Sun, 25 May 2008 19:00:13 +0000 (19:00 +0000)]
Use (u)int16_t instead of (unsigned) short

Originally committed as revision 13400 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoset audio parameters if frame header is ok, even if crc fails
Justin Ruggles [Sun, 25 May 2008 18:54:17 +0000 (18:54 +0000)]
set audio parameters if frame header is ok, even if crc fails

Originally committed as revision 13399 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: indent
Justin Ruggles [Sun, 25 May 2008 18:06:01 +0000 (18:06 +0000)]
cosmetics: indent

Originally committed as revision 13398 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd error concealment
Justin Ruggles [Sun, 25 May 2008 18:05:15 +0000 (18:05 +0000)]
add error concealment

Originally committed as revision 13397 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoYet more cosmetics
Vitor Sessak [Sun, 25 May 2008 17:06:14 +0000 (17:06 +0000)]
Yet more cosmetics

Originally committed as revision 13396 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMore cosmetics
Vitor Sessak [Sun, 25 May 2008 17:04:42 +0000 (17:04 +0000)]
More cosmetics

Originally committed as revision 13395 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics
Vitor Sessak [Sun, 25 May 2008 16:58:25 +0000 (16:58 +0000)]
Cosmetics

Originally committed as revision 13394 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRename var
Vitor Sessak [Sun, 25 May 2008 16:53:55 +0000 (16:53 +0000)]
Rename var

Originally committed as revision 13393 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMinor simplification of dec1()
Vitor Sessak [Sun, 25 May 2008 16:52:14 +0000 (16:52 +0000)]
Minor simplification of dec1()

Originally committed as revision 13392 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMinor simplification of dec2()
Vitor Sessak [Sun, 25 May 2008 16:50:08 +0000 (16:50 +0000)]
Minor simplification of dec2()

Originally committed as revision 13391 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove useless variable
Vitor Sessak [Sun, 25 May 2008 16:46:05 +0000 (16:46 +0000)]
Remove useless variable

Originally committed as revision 13390 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics: merge declaration and initialization
Vitor Sessak [Sun, 25 May 2008 16:44:56 +0000 (16:44 +0000)]
Cosmetics: merge declaration and initialization

Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics: braces removal
Vitor Sessak [Sun, 25 May 2008 16:42:31 +0000 (16:42 +0000)]
Cosmetics: braces removal

Originally committed as revision 13388 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove evaluation of variable a to where it is trivial
Vitor Sessak [Sun, 25 May 2008 16:29:07 +0000 (16:29 +0000)]
Move evaluation of variable a to where it is trivial

Originally committed as revision 13387 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake add_wav() receive a vector instead of three integers
Vitor Sessak [Sun, 25 May 2008 16:27:33 +0000 (16:27 +0000)]
Make add_wav() receive a vector instead of three integers

Originally committed as revision 13386 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: indent
Justin Ruggles [Sun, 25 May 2008 16:20:06 +0000 (16:20 +0000)]
cosmetics: indent

Originally committed as revision 13385 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago10l: fix error in commit r13382
Justin Ruggles [Sun, 25 May 2008 16:19:44 +0000 (16:19 +0000)]
10l: fix error in commit r13382

Originally committed as revision 13384 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove gbuf2 from context
Vitor Sessak [Sun, 25 May 2008 16:10:08 +0000 (16:10 +0000)]
Remove gbuf2 from context

Originally committed as revision 13383 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd checks for missing information in the first block
Justin Ruggles [Sun, 25 May 2008 15:34:48 +0000 (15:34 +0000)]
add checks for missing information in the first block

Originally committed as revision 13382 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd check for invalid channel mode when coupling is used
Justin Ruggles [Sun, 25 May 2008 15:23:03 +0000 (15:23 +0000)]
add check for invalid channel mode when coupling is used

Originally committed as revision 13381 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoForgot to commit changes to subdir.mak in last revision.
Ramiro Polla [Sun, 25 May 2008 14:12:39 +0000 (14:12 +0000)]
Forgot to commit changes to subdir.mak in last revision.

Originally committed as revision 13380 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd version information to DLLs.
Jeremy Kolb [Sun, 25 May 2008 14:09:56 +0000 (14:09 +0000)]
Add version information to DLLs.
Patch by Jeremy Kolb.

Originally committed as revision 13379 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix MB skipping with droppable frames.
Michael Niedermayer [Sun, 25 May 2008 14:07:35 +0000 (14:07 +0000)]
Fix MB skipping with droppable frames.
Fixes issue323.

Originally committed as revision 13378 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoDo not reject odd width/height.
Michael Niedermayer [Sun, 25 May 2008 13:31:07 +0000 (13:31 +0000)]
Do not reject odd width/height.
Fixes issue371.

Originally committed as revision 13377 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse (u)int16_t instead of short for tables
Vitor Sessak [Sun, 25 May 2008 13:26:04 +0000 (13:26 +0000)]
Use (u)int16_t instead of short for tables

Originally committed as revision 13376 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake tables that fit in one byte (u)int8_t
Vitor Sessak [Sun, 25 May 2008 13:25:10 +0000 (13:25 +0000)]
Make tables that fit in one byte (u)int8_t

Originally committed as revision 13375 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove yet another val (gbuf1) from context
Vitor Sessak [Sun, 25 May 2008 13:23:27 +0000 (13:23 +0000)]
Remove yet another val (gbuf1) from context

Originally committed as revision 13374 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoParameter n of dec functions is always 3. Hardcode it.
Vitor Sessak [Sun, 25 May 2008 13:22:56 +0000 (13:22 +0000)]
Parameter n of dec functions is always 3. Hardcode it.

Originally committed as revision 13373 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoset correct duration when using b frames
Baptiste Coudurier [Sun, 25 May 2008 01:22:06 +0000 (01:22 +0000)]
set correct duration when using b frames

Originally committed as revision 13372 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse short option
Baptiste Coudurier [Sun, 25 May 2008 00:28:03 +0000 (00:28 +0000)]
use short option

Originally committed as revision 13371 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agobetter error message
Baptiste Coudurier [Sun, 25 May 2008 00:12:53 +0000 (00:12 +0000)]
better error message

Originally committed as revision 13370 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agodo not loop input, useless
Baptiste Coudurier [Sat, 24 May 2008 23:53:37 +0000 (23:53 +0000)]
do not loop input, useless

Originally committed as revision 13369 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofix feed path according to regression script
Baptiste Coudurier [Sat, 24 May 2008 23:48:45 +0000 (23:48 +0000)]
fix feed path according to regression script

Originally committed as revision 13368 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosimplify, use ffserver launch directive
Baptiste Coudurier [Sat, 24 May 2008 23:48:02 +0000 (23:48 +0000)]
simplify, use ffserver launch directive

Originally committed as revision 13367 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove const *pow2tab out of context.
Michael Niedermayer [Sat, 24 May 2008 22:31:44 +0000 (22:31 +0000)]
Move const *pow2tab out of context.

Originally committed as revision 13366 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosimplify init_pow2table
Michael Niedermayer [Sat, 24 May 2008 22:28:33 +0000 (22:28 +0000)]
simplify init_pow2table

Originally committed as revision 13365 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMerge init_rootpow2table and init_pow2table.
Michael Niedermayer [Sat, 24 May 2008 22:23:16 +0000 (22:23 +0000)]
Merge init_rootpow2table and init_pow2table.

Originally committed as revision 13364 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocompute the end of all chapters when end is not specified in the container
Aurelien Jacobs [Sat, 24 May 2008 21:44:29 +0000 (21:44 +0000)]
compute the end of all chapters when end is not specified in the container

Originally committed as revision 13363 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoIndent
Vitor Sessak [Sat, 24 May 2008 20:52:50 +0000 (20:52 +0000)]
Indent

Originally committed as revision 13362 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove another useless variable from context
Vitor Sessak [Sat, 24 May 2008 20:51:56 +0000 (20:51 +0000)]
Remove another useless variable from context

Originally committed as revision 13361 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSplit openLinks linked list into openInputs and openOutputs
Vitor Sessak [Sat, 24 May 2008 20:42:34 +0000 (20:42 +0000)]
Split openLinks linked list into openInputs and openOutputs
Commited in SoC by Vitor Sessak on 2008-05-24 17:20:09

Originally committed as revision 13360 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoOne more memory leak
Vitor Sessak [Sat, 24 May 2008 20:42:32 +0000 (20:42 +0000)]
One more memory leak
Commited in SoC by Vitor Sessak on 2008-05-24 17:18:03

Originally committed as revision 13359 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetical: move statement
Vitor Sessak [Sat, 24 May 2008 20:42:29 +0000 (20:42 +0000)]
Cosmetical: move statement
Commited in SoC by Vitor Sessak on 2008-05-24 17:17:19

Originally committed as revision 13358 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoPlug some memory leaks
Vitor Sessak [Sat, 24 May 2008 20:42:26 +0000 (20:42 +0000)]
Plug some memory leaks
Commited in SoC by Vitor Sessak on 2008-05-24 17:15:18

Originally committed as revision 13357 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMerge variable initialization and declaration
Vitor Sessak [Sat, 24 May 2008 20:42:24 +0000 (20:42 +0000)]
Merge variable initialization and declaration
Commited in SoC by Vitor Sessak on 2008-05-24 17:01:01

Originally committed as revision 13356 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics
Vitor Sessak [Sat, 24 May 2008 20:42:21 +0000 (20:42 +0000)]
Cosmetics
Commited in SoC by Vitor Sessak on 2008-05-24 17:00:23

Originally committed as revision 13355 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove unnused var
Vitor Sessak [Sat, 24 May 2008 20:42:18 +0000 (20:42 +0000)]
Remove unnused var
Commited in SoC by Vitor Sessak on 2008-05-24 16:58:58

Originally committed as revision 13354 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:42:16 +0000 (20:42 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-05-24 16:55:47

Originally committed as revision 13353 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse av_mallocz instead of av_malloc to simplify some code
Vitor Sessak [Sat, 24 May 2008 20:42:11 +0000 (20:42 +0000)]
Use av_mallocz instead of av_malloc to simplify some code
Commited in SoC by Vitor Sessak on 2008-05-24 16:53:33

Originally committed as revision 13352 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFactor linked list insertion in its own function
Vitor Sessak [Sat, 24 May 2008 20:42:09 +0000 (20:42 +0000)]
Factor linked list insertion in its own function
Commited in SoC by Vitor Sessak on 2008-05-24 13:33:17

Originally committed as revision 13351 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove comment redundant with those in graphparser.h
Vitor Sessak [Sat, 24 May 2008 20:42:04 +0000 (20:42 +0000)]
Remove comment redundant with those in graphparser.h
Commited in SoC by Vitor Sessak on 2008-05-24 13:10:07

Originally committed as revision 13350 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoThese error messages should print the filter name, not the instance name
Vitor Sessak [Sat, 24 May 2008 20:42:00 +0000 (20:42 +0000)]
These error messages should print the filter name, not the instance name
Commited in SoC by Vitor Sessak on 2008-05-24 13:08:23

Originally committed as revision 13349 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago10l: fix previous commit
Vitor Sessak [Sat, 24 May 2008 20:41:57 +0000 (20:41 +0000)]
10l: fix previous commit
Commited in SoC by Vitor Sessak on 2008-05-24 13:06:05

Originally committed as revision 13348 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:41:54 +0000 (20:41 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-05-24 13:05:30

Originally committed as revision 13347 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove senseless comments
Vitor Sessak [Sat, 24 May 2008 20:41:51 +0000 (20:41 +0000)]
Remove senseless comments
Commited in SoC by Vitor Sessak on 2008-05-24 13:03:51

Originally committed as revision 13346 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics: split setting a var and checking for error
Vitor Sessak [Sat, 24 May 2008 20:41:48 +0000 (20:41 +0000)]
Cosmetics: split setting a var and checking for error
Commited in SoC by Vitor Sessak on 2008-05-24 13:03:07

Originally committed as revision 13345 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix doxy comment
Vitor Sessak [Sat, 24 May 2008 20:41:45 +0000 (20:41 +0000)]
Fix doxy comment
Commited in SoC by Vitor Sessak on 2008-05-24 12:57:58

Originally committed as revision 13344 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake parse_link_name() return a pointer to the name read
Vitor Sessak [Sat, 24 May 2008 20:41:42 +0000 (20:41 +0000)]
Make parse_link_name() return a pointer to the name read
Commited in SoC by Vitor Sessak on 2008-05-24 12:57:20

Originally committed as revision 13343 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics: more function reordering
Vitor Sessak [Sat, 24 May 2008 20:41:38 +0000 (20:41 +0000)]
Cosmetics: more function reordering
Commited in SoC by Vitor Sessak on 2008-05-24 12:53:28

Originally committed as revision 13342 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake consume_whitespace() return a number of bytes to be skiped
Vitor Sessak [Sat, 24 May 2008 20:41:36 +0000 (20:41 +0000)]
Make consume_whitespace() return a number of bytes to be skiped
Commited in SoC by Vitor Sessak on 2008-05-24 12:50:32

Originally committed as revision 13341 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics: change function order
Vitor Sessak [Sat, 24 May 2008 20:41:34 +0000 (20:41 +0000)]
Cosmetics: change function order
Commited in SoC by Vitor Sessak on 2008-05-24 12:46:27

Originally committed as revision 13340 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:41:31 +0000 (20:41 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-04-23 20:46:17

Originally committed as revision 13339 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoPass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut linked...
Vitor Sessak [Sat, 24 May 2008 20:41:27 +0000 (20:41 +0000)]
Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut linked list
Commited in SoC by Vitor Sessak on 2008-04-23 20:40:49

Originally committed as revision 13338 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics: more indentation consistency
Vitor Sessak [Sat, 24 May 2008 20:41:25 +0000 (20:41 +0000)]
Cosmetics: more indentation consistency
Commited in SoC by Vitor Sessak on 2008-04-23 19:24:23

Originally committed as revision 13337 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMore cosmetics: make indentation more consistent
Vitor Sessak [Sat, 24 May 2008 20:41:22 +0000 (20:41 +0000)]
More cosmetics: make indentation more consistent
Commited in SoC by Vitor Sessak on 2008-04-23 19:14:08

Originally committed as revision 13336 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMore cosmetics
Vitor Sessak [Sat, 24 May 2008 20:41:19 +0000 (20:41 +0000)]
More cosmetics
Commited in SoC by Vitor Sessak on 2008-04-23 19:13:06

Originally committed as revision 13335 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove code out of if
Vitor Sessak [Sat, 24 May 2008 20:41:16 +0000 (20:41 +0000)]
Move code out of if
Commited in SoC by Vitor Sessak on 2008-04-23 19:05:32

Originally committed as revision 13334 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics
Vitor Sessak [Sat, 24 May 2008 20:41:13 +0000 (20:41 +0000)]
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-23 19:00:50

Originally committed as revision 13333 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics
Vitor Sessak [Sat, 24 May 2008 20:41:11 +0000 (20:41 +0000)]
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-23 18:52:24

Originally committed as revision 13332 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFactor common code out of if
Vitor Sessak [Sat, 24 May 2008 20:41:09 +0000 (20:41 +0000)]
Factor common code out of if
Commited in SoC by Vitor Sessak on 2008-04-23 18:41:07

Originally committed as revision 13331 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRename another var
Vitor Sessak [Sat, 24 May 2008 20:41:06 +0000 (20:41 +0000)]
Rename another var
Commited in SoC by Vitor Sessak on 2008-04-23 18:39:42

Originally committed as revision 13330 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRename var
Vitor Sessak [Sat, 24 May 2008 20:41:03 +0000 (20:41 +0000)]
Rename var
Commited in SoC by Vitor Sessak on 2008-04-23 18:37:42

Originally committed as revision 13329 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove var declaration to where it is needed
Vitor Sessak [Sat, 24 May 2008 20:41:01 +0000 (20:41 +0000)]
Move var declaration to where it is needed
Commited in SoC by Vitor Sessak on 2008-04-23 18:36:26

Originally committed as revision 13328 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoReplace if(!a){B}else{C} by if(a){C}else{B}
Vitor Sessak [Sat, 24 May 2008 20:40:58 +0000 (20:40 +0000)]
Replace if(!a){B}else{C} by if(a){C}else{B}

Commited in SoC by Vitor Sessak on 2008-04-23 18:24:46

Originally committed as revision 13327 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove useless assignment
Vitor Sessak [Sat, 24 May 2008 20:40:55 +0000 (20:40 +0000)]
Remove useless assignment
Commited in SoC by Vitor Sessak on 2008-04-23 18:15:23

Originally committed as revision 13326 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify while(pad){pad--; etc} to while(pad--){etc}
Vitor Sessak [Sat, 24 May 2008 20:40:51 +0000 (20:40 +0000)]
Simplify while(pad){pad--; etc} to while(pad--){etc}
Commited in SoC by Vitor Sessak on 2008-04-23 18:03:27

Originally committed as revision 13325 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify extract_inout() as suggested by Michael
Vitor Sessak [Sat, 24 May 2008 20:40:44 +0000 (20:40 +0000)]
Simplify extract_inout() as suggested by Michael
Commited in SoC by Vitor Sessak on 2008-04-23 18:01:31

Originally committed as revision 13324 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoChange the parser logic following Michael's review
Vitor Sessak [Sat, 24 May 2008 20:40:40 +0000 (20:40 +0000)]
Change the parser logic following Michael's review
Commited in SoC by Vitor Sessak on 2008-04-21 18:45:01

Originally committed as revision 13323 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoThe name field of AVFilterInOut can be declared const
Vitor Sessak [Sat, 24 May 2008 20:40:37 +0000 (20:40 +0000)]
The name field of AVFilterInOut can be declared const
Commited in SoC by Vitor Sessak on 2008-04-21 18:42:11

Originally committed as revision 13322 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoA semi-colon is also a string end
Vitor Sessak [Sat, 24 May 2008 20:40:35 +0000 (20:40 +0000)]
A semi-colon is also a string end
Commited in SoC by Vitor Sessak on 2008-04-21 18:40:05

Originally committed as revision 13321 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago10l: Missed that in one of the last commits
Vitor Sessak [Sat, 24 May 2008 20:40:32 +0000 (20:40 +0000)]
10l: Missed that in one of the last commits
Commited in SoC by Vitor Sessak on 2008-04-21 18:39:38

Originally committed as revision 13320 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove code from handle_link() to the only place the function is called
Vitor Sessak [Sat, 24 May 2008 20:40:30 +0000 (20:40 +0000)]
Move code from handle_link() to the only place the function is called
Commited in SoC by Vitor Sessak on 2008-04-18 18:18:35

Originally committed as revision 13319 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:40:26 +0000 (20:40 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-04-18 17:57:42

Originally committed as revision 13318 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse a user-provided context for av_log()
Vitor Sessak [Sat, 24 May 2008 20:40:22 +0000 (20:40 +0000)]
Use a user-provided context for av_log()
Commited in SoC by Vitor Sessak on 2008-04-12 14:33:41

Originally committed as revision 13317 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoImprove error handling
Vitor Sessak [Sat, 24 May 2008 20:40:20 +0000 (20:40 +0000)]
Improve error handling
Commited in SoC by Vitor Sessak on 2008-04-12 14:32:13

Originally committed as revision 13316 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics
Vitor Sessak [Sat, 24 May 2008 20:40:17 +0000 (20:40 +0000)]
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-12 14:28:40

Originally committed as revision 13315 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoBetter error handling
Vitor Sessak [Sat, 24 May 2008 20:40:14 +0000 (20:40 +0000)]
Better error handling
Commited in SoC by Vitor Sessak on 2008-04-12 14:28:30

Originally committed as revision 13314 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:40:10 +0000 (20:40 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-04-12 14:16:34

Originally committed as revision 13313 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoLink filters in the same pass as the parser
Vitor Sessak [Sat, 24 May 2008 20:40:08 +0000 (20:40 +0000)]
Link filters in the same pass as the parser
Commited in SoC by Vitor Sessak on 2008-04-12 14:12:56

Originally committed as revision 13312 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics: if(x != NULL) -> if(x)
Vitor Sessak [Sat, 24 May 2008 20:40:03 +0000 (20:40 +0000)]
Cosmetics: if(x != NULL) -> if(x)
Commited in SoC by Vitor Sessak on 2008-04-12 14:11:19

Originally committed as revision 13311 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoEven more improvements on whitespaces handling
Vitor Sessak [Sat, 24 May 2008 20:40:01 +0000 (20:40 +0000)]
Even more improvements on whitespaces handling
Commited in SoC by Vitor Sessak on 2008-04-12 10:37:15

Originally committed as revision 13310 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMore improvements on the handling of whitespaces
Vitor Sessak [Sat, 24 May 2008 20:39:57 +0000 (20:39 +0000)]
More improvements on the handling of whitespaces
Commited in SoC by Vitor Sessak on 2008-04-12 10:34:48

Originally committed as revision 13309 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoProper handling of trailing whitespaces
Vitor Sessak [Sat, 24 May 2008 20:39:55 +0000 (20:39 +0000)]
Proper handling of trailing whitespaces
Commited in SoC by Vitor Sessak on 2008-04-10 21:29:33

Originally committed as revision 13308 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove unneeded var
Vitor Sessak [Sat, 24 May 2008 20:39:51 +0000 (20:39 +0000)]
Remove unneeded var

Commited in SoC by Vitor Sessak on 2008-04-10 21:26:45

Originally committed as revision 13307 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics: alignment
Vitor Sessak [Sat, 24 May 2008 20:39:48 +0000 (20:39 +0000)]
Cosmetics: alignment
Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06

Originally committed as revision 13306 to svn://svn.ffmpeg.org/ffmpeg/trunk