Vitor Sessak
7baa62108a
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
17 years ago
Vitor Sessak
b2ac16dab9
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
17 years ago
Vitor Sessak
eece0cb089
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
17 years ago
Vitor Sessak
0de3407b8f
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
17 years ago
Vitor Sessak
4d08be028d
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
17 years ago
Vitor Sessak
4fd9d074d8
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
17 years ago
Vitor Sessak
fec2e51385
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
17 years ago
Vitor Sessak
c9987633b1
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
17 years ago
Vitor Sessak
498f030583
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
17 years ago
Vitor Sessak
dbec351d9f
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
17 years ago
Vitor Sessak
dd8e311e70
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
17 years ago
Vitor Sessak
cf4f7d38d0
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
17 years ago
Vitor Sessak
5cb9c725f2
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
17 years ago
Vitor Sessak
3a70bb2d76
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
17 years ago
Vitor Sessak
7693be9232
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
17 years ago
Vitor Sessak
a4501887e4
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
17 years ago
Vitor Sessak
e84f0b6287
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
17 years ago
Vitor Sessak
85cb8af7a3
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
17 years ago
Vitor Sessak
2b7defc7bb
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
17 years ago
Vitor Sessak
a59a773413
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
17 years ago
Vitor Sessak
8095a014a0
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
17 years ago
Vitor Sessak
7a57c8d9ad
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
17 years ago
Vitor Sessak
a78f2ccdd6
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
17 years ago
Vitor Sessak
a64821f4e5
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
17 years ago
Vitor Sessak
89475efd26
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
17 years ago
Vitor Sessak
03cea46194
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
17 years ago
Vitor Sessak
22260824c0
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
17 years ago
Vitor Sessak
325cb1efb2
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
17 years ago
Vitor Sessak
a3acd1d9da
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
17 years ago
Vitor Sessak
55672c8368
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
17 years ago
Vitor Sessak
2839ff5e2f
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
17 years ago
Vitor Sessak
ffac8784d6
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
17 years ago
Vitor Sessak
2255026d53
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
17 years ago
Vitor Sessak
d7ff229718
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
17 years ago
Vitor Sessak
92973a04f0
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
17 years ago
Vitor Sessak
37161d641e
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
17 years ago
Vitor Sessak
da790674c5
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
17 years ago
Vitor Sessak
93b7a0f68d
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
17 years ago
Vitor Sessak
5b2bb2c906
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
17 years ago
Vitor Sessak
58a2d7a5c2
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
17 years ago
Vitor Sessak
ee75692a5f
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
17 years ago
Vitor Sessak
9710beaf14
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
17 years ago
Vitor Sessak
27a669ab00
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
17 years ago
Vitor Sessak
046f49baa2
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
17 years ago
Vitor Sessak
f0703f5d94
Last commit was missing header file
...
Originally committed as revision 13286 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
27afb09d51
I should not have merged the graph parser with the graph
...
framework. Split it.
Commited in SoC by Vitor Sessak on 2008-04-03 16:29:07
Originally committed as revision 13285 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
d347a046e2
Move pitch vector interpolation code to acelp_filters
...
and convert it to a generic interpolation routine.
Originally committed as revision 13284 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
13b6729361
Use an intermediate variable for overflow testing
...
Originally committed as revision 13283 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
84490b744e
Handle the case where we do not have enough input
...
Originally committed as revision 13282 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
9d2e6e84ce
Anoter try to make +- behave sanely.
...
Originally committed as revision 13281 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago