303 Commits (5cb9c725f2a556b62553bc1473d0861c0d7456d9)

Author SHA1 Message Date
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
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Måns Rullgård 71c61f62a3 non-recursive makefiles 17 years ago
Vitor Sessak 4e4a3e2314 Handle av_realloc() failure 17 years ago
Vitor Sessak 51bf654d79 Use sizeof(var) instead of sizeof(type) 17 years ago
Vitor Sessak a6f88fbc8f Give a more meaningful instance name to auto-inserted scaler 17 years ago
Vitor Sessak 779cc07aa2 Merge two ifs 17 years ago
Vitor Sessak e1a43a4146 Remove unused check 17 years ago
Vitor Sessak a10477173a Cosmetical: alignment 17 years ago
Vitor Sessak 2ad720679c Remove some unwanted todos 17 years ago
Vitor Sessak 10bff7139a Remove declaration of nonexisting function 17 years ago
Vitor Sessak d2027baac5 I should not have merged the graph parser with the graph 17 years ago
Vitor Sessak 966b8f2dcb Replace consume_char() function by *(*buf)++ 17 years ago
Vitor Sessak 4f409baa06 Add backslash '\' support to the parser 17 years ago
Vitor Sessak 398f12970f Remove AVFilterGraphDesc struct. 17 years ago
Vitor Sessak c4913b812d Rename uninit() to avfilter_destroy_graph() and make it non-static 17 years ago
Vitor Sessak d66e946b12 Rename functions now static 17 years ago