13865 Commits (d424e138d119081b2f12a5c45addb7a0ddd0a0c2)
 

Author SHA1 Message Date
Vitor Sessak d424e138d1 Make consume_whitespace() return a number of bytes to be skiped 17 years ago
Vitor Sessak 8e74c889bc Cosmetics: change function order 17 years ago
Vitor Sessak 74c2f1fbcb Simplify 17 years ago
Vitor Sessak 6a0c770b21 Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut linked list 17 years ago
Vitor Sessak d835680e3c Cosmetics: more indentation consistency 17 years ago
Vitor Sessak 487c0e6700 More cosmetics: make indentation more consistent 17 years ago
Vitor Sessak d9d086d901 More cosmetics 17 years ago
Vitor Sessak eee68d96d4 Move code out of if 17 years ago
Vitor Sessak 67ba10fe56 Cosmetics 17 years ago
Vitor Sessak f6557d5e33 Cosmetics 17 years ago
Vitor Sessak 443c10ef2b Factor common code out of if 17 years ago
Vitor Sessak 7baa62108a Rename another var 17 years ago
Vitor Sessak b2ac16dab9 Rename var 17 years ago
Vitor Sessak eece0cb089 Move var declaration to where it is needed 17 years ago
Vitor Sessak 0de3407b8f Replace if(!a){B}else{C} by if(a){C}else{B} 17 years ago
Vitor Sessak 4d08be028d Remove useless assignment 17 years ago
Vitor Sessak 4fd9d074d8 Simplify while(pad){pad--; etc} to while(pad--){etc} 17 years ago
Vitor Sessak fec2e51385 Simplify extract_inout() as suggested by Michael 17 years ago
Vitor Sessak c9987633b1 Change the parser logic following Michael's review 17 years ago
Vitor Sessak 498f030583 The name field of AVFilterInOut can be declared const 17 years ago
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