platform/upstream/libav.git
16 years agoRename context struct to be more consistent with the rest of ffmpeg
Vitor Sessak [Mon, 26 May 2008 16:55:22 +0000 (16:55 +0000)]
Rename context struct to be more consistent with the rest of ffmpeg

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

16 years agoWarn about packed B-frames. (especially useful if the file in question is
Michael Niedermayer [Mon, 26 May 2008 11:32:42 +0000 (11:32 +0000)]
Warn about packed B-frames. (especially useful if the file in question is
not an avi ...)

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

16 years agoupdate regression ref due to r13412
Baptiste Coudurier [Mon, 26 May 2008 08:22:38 +0000 (08:22 +0000)]
update regression ref due to r13412

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

16 years agoRevert "Add version information to DLLs."
Måns Rullgård [Mon, 26 May 2008 06:34:57 +0000 (06:34 +0000)]
Revert "Add version information to DLLs."
Revert "Forgot to commit changes to subdir.mak in last revision."

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

16 years agoreplace printf by av_log
Baptiste Coudurier [Mon, 26 May 2008 04:40:22 +0000 (04:40 +0000)]
replace printf by av_log

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

16 years agouse av_hex_dump_log
Baptiste Coudurier [Mon, 26 May 2008 04:38:46 +0000 (04:38 +0000)]
use av_hex_dump_log

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

16 years agouse dprintf
Baptiste Coudurier [Mon, 26 May 2008 04:34:29 +0000 (04:34 +0000)]
use dprintf

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

16 years agocosmetics, add demuxer word
Baptiste Coudurier [Mon, 26 May 2008 03:57:07 +0000 (03:57 +0000)]
cosmetics, add demuxer word

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

16 years agocosmetics, remove useless dot
Baptiste Coudurier [Mon, 26 May 2008 03:56:43 +0000 (03:56 +0000)]
cosmetics, remove useless dot

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

16 years agoreturn error if frame_offset is negative, prevent segfault
Baptiste Coudurier [Mon, 26 May 2008 03:53:48 +0000 (03:53 +0000)]
return error if frame_offset is negative, prevent segfault

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

16 years agoreturn error if len is negative, prevent segfault
Baptiste Coudurier [Mon, 26 May 2008 03:53:10 +0000 (03:53 +0000)]
return error if len is negative, prevent segfault

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

16 years agomove ffserver specific functions up and only include unistd.h in this case
Baptiste Coudurier [Mon, 26 May 2008 03:52:14 +0000 (03:52 +0000)]
move ffserver specific functions up and only include unistd.h in this case

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

16 years agomove ffm_seek1 before get_pts function since func uses it
Baptiste Coudurier [Mon, 26 May 2008 03:50:25 +0000 (03:50 +0000)]
move ffm_seek1 before get_pts function since func uses it

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

16 years agomove DEBUG_SEEK definition before get_pts since func uses it
Baptiste Coudurier [Mon, 26 May 2008 03:47:56 +0000 (03:47 +0000)]
move DEBUG_SEEK definition before get_pts since func uses it

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

16 years agomove get_pts function to avoid useless declaration
Baptiste Coudurier [Mon, 26 May 2008 03:47:07 +0000 (03:47 +0000)]
move get_pts function to avoid useless declaration

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

16 years agoremove unneeded include
Baptiste Coudurier [Mon, 26 May 2008 03:46:06 +0000 (03:46 +0000)]
remove unneeded include

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

16 years agosplit ffm de/muxer
Baptiste Coudurier [Mon, 26 May 2008 03:44:31 +0000 (03:44 +0000)]
split ffm de/muxer

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

16 years agoreenable test, data is available in this case
Baptiste Coudurier [Mon, 26 May 2008 03:37:01 +0000 (03:37 +0000)]
reenable test, data is available in this case

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

16 years agoindent
Michael Niedermayer [Mon, 26 May 2008 02:00:18 +0000 (02:00 +0000)]
indent

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

16 years agoallow av_parser_close(NULL)
Michael Niedermayer [Mon, 26 May 2008 01:58:47 +0000 (01:58 +0000)]
allow av_parser_close(NULL)
fixes issue300

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

16 years agoprint direct_spatial_mv_pred
Michael Niedermayer [Mon, 26 May 2008 01:06:15 +0000 (01:06 +0000)]
print direct_spatial_mv_pred

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

16 years agoMake stream copy of ac3 from riff based formats work.
Michael Niedermayer [Mon, 26 May 2008 00:47:49 +0000 (00:47 +0000)]
Make stream copy of ac3 from riff based formats work.

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

16 years agoparse audio in ogm demuxer.
Justin Ruggles [Mon, 26 May 2008 00:45:02 +0000 (00:45 +0000)]
parse audio in ogm demuxer.
fixes issue165.

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

16 years agoMake ac3 in avi work better.
Michael Niedermayer [Mon, 26 May 2008 00:05:30 +0000 (00:05 +0000)]
Make ac3 in avi work better.
fixes issue355.

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

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