14245 Commits (8cd8eaa54675527c4a22ff108f516768edc3258a)
 

Author SHA1 Message Date
Vitor Sessak dbec351d9f A semi-colon is also a string end 17 years ago
Vitor Sessak dd8e311e70 10l: Missed that in one of the last commits 17 years ago
Vitor Sessak cf4f7d38d0 Move code from handle_link() to the only place the function is called 17 years ago
Vitor Sessak 5cb9c725f2 Simplify 17 years ago
Vitor Sessak 3a70bb2d76 Use a user-provided context for av_log() 17 years ago
Vitor Sessak 7693be9232 Improve error handling 17 years ago
Vitor Sessak a4501887e4 Cosmetics 17 years ago
Vitor Sessak e84f0b6287 Better error handling 17 years ago
Vitor Sessak 85cb8af7a3 Simplify 17 years ago
Vitor Sessak 2b7defc7bb Link filters in the same pass as the parser 17 years ago
Vitor Sessak a59a773413 Cosmetics: if(x != NULL) -> if(x) 17 years ago
Vitor Sessak 8095a014a0 Even more improvements on whitespaces handling 17 years ago
Vitor Sessak 7a57c8d9ad More improvements on the handling of whitespaces 17 years ago
Vitor Sessak a78f2ccdd6 Proper handling of trailing whitespaces 17 years ago
Vitor Sessak a64821f4e5 Remove unneeded var 17 years ago
Vitor Sessak 89475efd26 Cosmetics: alignment 17 years ago
Vitor Sessak 03cea46194 Make two variables const 17 years ago
Vitor Sessak 22260824c0 Better error messages 17 years ago
Vitor Sessak 325cb1efb2 More simplifying 17 years ago
Vitor Sessak a3acd1d9da Simplify 17 years ago
Vitor Sessak 55672c8368 Merge declaration and initialization 17 years ago
Vitor Sessak 2839ff5e2f Cosmetics 17 years ago
Vitor Sessak ffac8784d6 Update comments to new syntax 17 years ago
Vitor Sessak 2255026d53 10l: Forgot to consider the null byte at the end of the string when alloc'ing 17 years ago
Vitor Sessak d7ff229718 Use '[' and ']' for label naming 17 years ago
Vitor Sessak 92973a04f0 Rename avfilter_graph_parse_chain() to avfilter_parse_graph() 17 years ago
Vitor Sessak 37161d641e Rename AVFilterInOut.instance to AVFilterInOut.filter 17 years ago
Vitor Sessak da790674c5 Cosmetics 17 years ago
Vitor Sessak 93b7a0f68d Simplify consume_string() as Michael suggested 17 years ago
Vitor Sessak 5b2bb2c906 Simplify 17 years ago
Vitor Sessak 58a2d7a5c2 Better instance name for parsed filters 17 years ago
Vitor Sessak ee75692a5f Use link_filter() instead avfilter_link() when clearer 17 years ago
Vitor Sessak 9710beaf14 Avoid searching by instance name when it is not necessary 17 years ago
Vitor Sessak 27a669ab00 Better error messages 17 years ago
Vitor Sessak 046f49baa2 Handle av_realloc() failure 17 years ago
Vitor Sessak f0703f5d94 Last commit was missing header file 17 years ago
Vitor Sessak 27afb09d51 I should not have merged the graph parser with the graph 17 years ago
Vladimir Voroshilov d347a046e2 Move pitch vector interpolation code to acelp_filters 17 years ago
Vitor Sessak 13b6729361 Use an intermediate variable for overflow testing 17 years ago
Vitor Sessak 84490b744e Handle the case where we do not have enough input 17 years ago
Michael Niedermayer 9d2e6e84ce Anoter try to make +- behave sanely. 17 years ago
Aurelien Jacobs ebea1d7668 cosmetics: indentation 17 years ago
Aurelien Jacobs 570745cc51 remove useless title check 17 years ago
Vitor Sessak be2c232f43 Simplify eq() 17 years ago
Vitor Sessak 2279dd9e41 Simplify final() 17 years ago
Vitor Sessak 0853393979 Simplify rms() 17 years ago
Vitor Sessak c2c237a0d5 More simplifications of ra144_decode_frame() 17 years ago
Vitor Sessak d548f09ff6 Make wavtable a table instead of an array 17 years ago
Carl Eugen Hoyos d1845b4c84 Fix compilation for buggy icc. 17 years ago
Baptiste Coudurier f61d45c99e better error message 17 years ago