]> git.sesse.net Git - ffmpeg/log
ffmpeg
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

16 years agoMake two variables const
Vitor Sessak [Sat, 24 May 2008 20:39:45 +0000 (20:39 +0000)]
Make two variables const

Commited in SoC by Vitor Sessak on 2008-04-10 21:06:35

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

16 years agoBetter error messages
Vitor Sessak [Sat, 24 May 2008 20:39:42 +0000 (20:39 +0000)]
Better error messages
Commited in SoC by Vitor Sessak on 2008-04-10 18:35:09

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

16 years agoMore simplifying
Vitor Sessak [Sat, 24 May 2008 20:39:39 +0000 (20:39 +0000)]
More simplifying
Commited in SoC by Vitor Sessak on 2008-04-10 18:26:40

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

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:39:36 +0000 (20:39 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-04-10 16:51:23

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

16 years agoMerge declaration and initialization
Vitor Sessak [Sat, 24 May 2008 20:39:34 +0000 (20:39 +0000)]
Merge declaration and initialization
Commited in SoC by Vitor Sessak on 2008-04-10 16:46:33

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

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

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

16 years agoUpdate comments to new syntax
Vitor Sessak [Sat, 24 May 2008 20:39:29 +0000 (20:39 +0000)]
Update comments to new syntax
Commited in SoC by Vitor Sessak on 2008-04-10 16:40:03

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

16 years ago10l: Forgot to consider the null byte at the end of the string when alloc'ing
Vitor Sessak [Sat, 24 May 2008 20:39:26 +0000 (20:39 +0000)]
10l: Forgot to consider the null byte at the end of the string when alloc'ing
Commited in SoC by Vitor Sessak on 2008-04-10 16:39:07

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

16 years agoUse '[' and ']' for label naming
Vitor Sessak [Sat, 24 May 2008 20:39:22 +0000 (20:39 +0000)]
Use '[' and ']' for label naming
Commited in SoC by Vitor Sessak on 2008-04-06 19:02:56

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

16 years agoRename avfilter_graph_parse_chain() to avfilter_parse_graph()
Vitor Sessak [Sat, 24 May 2008 20:39:19 +0000 (20:39 +0000)]
Rename avfilter_graph_parse_chain() to avfilter_parse_graph()

Commited in SoC by Vitor Sessak on 2008-04-06 18:58:17

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

16 years agoRename AVFilterInOut.instance to AVFilterInOut.filter
Vitor Sessak [Sat, 24 May 2008 20:39:16 +0000 (20:39 +0000)]
Rename AVFilterInOut.instance to AVFilterInOut.filter
Commited in SoC by Vitor Sessak on 2008-04-06 18:45:08

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

16 years agoCosmetics
Vitor Sessak [Sat, 24 May 2008 20:39:14 +0000 (20:39 +0000)]
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-06 18:43:29

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

16 years agoSimplify consume_string() as Michael suggested
Vitor Sessak [Sat, 24 May 2008 20:39:12 +0000 (20:39 +0000)]
Simplify consume_string() as Michael suggested
Commited in SoC by Vitor Sessak on 2008-04-06 18:43:02

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

16 years agoSimplify
Vitor Sessak [Sat, 24 May 2008 20:39:09 +0000 (20:39 +0000)]
Simplify
Commited in SoC by Vitor Sessak on 2008-04-06 18:20:25

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

16 years agoBetter instance name for parsed filters
Vitor Sessak [Sat, 24 May 2008 20:39:05 +0000 (20:39 +0000)]
Better instance name for parsed filters
Commited in SoC by Vitor Sessak on 2008-04-06 18:19:09

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

16 years agoUse link_filter() instead avfilter_link() when clearer
Vitor Sessak [Sat, 24 May 2008 20:39:03 +0000 (20:39 +0000)]
Use link_filter() instead avfilter_link() when clearer
Commited in SoC by Vitor Sessak on 2008-04-06 18:17:29

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

16 years agoAvoid searching by instance name when it is not necessary
Vitor Sessak [Sat, 24 May 2008 20:38:25 +0000 (20:38 +0000)]
Avoid searching by instance name when it is not necessary
Commited in SoC by Vitor Sessak on 2008-04-06 18:00:58

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

16 years agoBetter error messages
Vitor Sessak [Sat, 24 May 2008 20:38:23 +0000 (20:38 +0000)]
Better error messages
Commited in SoC by Vitor Sessak on 2008-04-06 11:09:29

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

16 years agoHandle av_realloc() failure
Vitor Sessak [Sat, 24 May 2008 20:38:15 +0000 (20:38 +0000)]
Handle av_realloc() failure
Commited in SoC by Vitor Sessak on 2008-04-04 15:35:38

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