projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Simplify
[ffmpeg.git]
/
libavfilter
/
graphparser.c
2008-05-24
Vitor Sessak
Simplify
blob
|
commitdiff
2008-05-24
Vitor Sessak
Use av_mallocz instead of av_malloc to simplify some...
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Factor linked list insertion in its own function
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Remove comment redundant with those in graphparser.h
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
These error messages should print the filter name,...
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
10l: fix previous commit
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Remove senseless comments
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics: split setting a var and checking for error
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Fix doxy comment
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Make parse_link_name() return a pointer to the name...
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics: more function reordering
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Make consume_whitespace() return a number of bytes...
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics: change function order
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Pass the inputs and outputs of avfilter_parse_graph...
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics: more indentation consistency
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
More cosmetics: make indentation more consistent
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
More cosmetics
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Move code out of if
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Factor common code out of if
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Rename another var
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Rename var
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Move var declaration to where it is needed
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Replace if(!a){B}else{C} by if(a){C}else{B}
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Remove useless assignment
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify while(pad){pad--; etc} to while(pad--){etc}
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify extract_inout() as suggested by Michael
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Change the parser logic following Michael's review
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
The name field of AVFilterInOut can be declared const
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
A semi-colon is also a string end
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
10l: Missed that in one of the last commits
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Move code from handle_link() to the only place the...
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Use a user-provided context for av_log()
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Improve error handling
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Better error handling
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Link filters in the same pass as the parser
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics: if(x != NULL) -> if(x)
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Even more improvements on whitespaces handling
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
More improvements on the handling of whitespaces
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Proper handling of trailing whitespaces
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Remove unneeded var
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics: alignment
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Make two variables const
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Better error messages
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
More simplifying
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Merge declaration and initialization
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Update comments to new syntax
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
10l: Forgot to consider the null byte at the end of...
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Use '[' and ']' for label naming
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Rename avfilter_graph_parse_chain() to avfilter_parse_g...
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Rename AVFilterInOut.instance to AVFilterInOut.filter
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Cosmetics
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify consume_string() as Michael suggested
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Better instance name for parsed filters
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Use link_filter() instead avfilter_link() when clearer
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Avoid searching by instance name when it is not necessary
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Better error messages
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Handle av_realloc() failure
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
I should not have merged the graph parser with the...
blob
|
commitdiff
|
diff to current