git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove stray code
[ffmpeg.git]
/
libavfilter
/
2008-12-27
Stefano Sabatini
Change thisIsAVar variable names to this_is_a_var style...
tree
|
commitdiff
2008-12-26
Stefano Sabatini
Fix and extend documentation for avfilter_graph_get_fil...
tree
|
commitdiff
2008-12-26
Stefano Sabatini
Fix typo: ommitted -> omitted.
tree
|
commitdiff
2008-12-26
Stefano Sabatini
Choose better names for the variables in create_filter().
tree
|
commitdiff
2008-12-26
Stefano Sabatini
Fix documentation for avfilter_parse_graph().
tree
|
commitdiff
2008-11-26
Carl Eugen Hoyos
Use PIX_FMT_NONE to silence icc warning #188:
tree
|
commitdiff
2008-11-20
Diego Biurrun
cosmetics: Consistently place HEADERS before OBJS in...
tree
|
commitdiff
2008-10-26
Måns Rullgård
cosmetic: align backslashes in makefiles
tree
|
commitdiff
2008-08-31
Stefano Sabatini
Globally rename the header inclusion guard names.
tree
|
commitdiff
2008-08-28
Stefano Sabatini
Fix a typo.
tree
|
commitdiff
2008-08-28
Stefano Sabatini
Reword a sentence in a doxy making its interpretation...
tree
|
commitdiff
2008-08-08
Stefano Sabatini
Implement avfilter_version().
tree
|
commitdiff
2008-05-26
Diego Biurrun
consistency cosmetics: indices --> indexes
tree
|
commitdiff
2008-05-24
Vitor Sessak
Split openLinks linked list into openInputs and openOutputs
tree
|
commitdiff
2008-05-24
Vitor Sessak
One more memory leak
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetical: move statement
tree
|
commitdiff
2008-05-24
Vitor Sessak
Plug some memory leaks
tree
|
commitdiff
2008-05-24
Vitor Sessak
Merge variable initialization and declaration
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics
tree
|
commitdiff
2008-05-24
Vitor Sessak
Remove unnused var
tree
|
commitdiff
2008-05-24
Vitor Sessak
Simplify
tree
|
commitdiff
2008-05-24
Vitor Sessak
Use av_mallocz instead of av_malloc to simplify some...
tree
|
commitdiff
2008-05-24
Vitor Sessak
Factor linked list insertion in its own function
tree
|
commitdiff
2008-05-24
Vitor Sessak
Remove comment redundant with those in graphparser.h
tree
|
commitdiff
2008-05-24
Vitor Sessak
These error messages should print the filter name,...
tree
|
commitdiff
2008-05-24
Vitor Sessak
10l: fix previous commit
tree
|
commitdiff
2008-05-24
Vitor Sessak
Simplify
tree
|
commitdiff
2008-05-24
Vitor Sessak
Remove senseless comments
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics: split setting a var and checking for error
tree
|
commitdiff
2008-05-24
Vitor Sessak
Fix doxy comment
tree
|
commitdiff
2008-05-24
Vitor Sessak
Make parse_link_name() return a pointer to the name...
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics: more function reordering
tree
|
commitdiff
2008-05-24
Vitor Sessak
Make consume_whitespace() return a number of bytes...
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics: change function order
tree
|
commitdiff
2008-05-24
Vitor Sessak
Simplify
tree
|
commitdiff
2008-05-24
Vitor Sessak
Pass the inputs and outputs of avfilter_parse_graph...
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics: more indentation consistency
tree
|
commitdiff
2008-05-24
Vitor Sessak
More cosmetics: make indentation more consistent
tree
|
commitdiff
2008-05-24
Vitor Sessak
More cosmetics
tree
|
commitdiff
2008-05-24
Vitor Sessak
Move code out of if
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics
tree
|
commitdiff
2008-05-24
Vitor Sessak
Factor common code out of if
tree
|
commitdiff
2008-05-24
Vitor Sessak
Rename another var
tree
|
commitdiff
2008-05-24
Vitor Sessak
Rename var
tree
|
commitdiff
2008-05-24
Vitor Sessak
Move var declaration to where it is needed
tree
|
commitdiff
2008-05-24
Vitor Sessak
Replace if(!a){B}else{C} by if(a){C}else{B}
tree
|
commitdiff
2008-05-24
Vitor Sessak
Remove useless assignment
tree
|
commitdiff
2008-05-24
Vitor Sessak
Simplify while(pad){pad--; etc} to while(pad--){etc}
tree
|
commitdiff
2008-05-24
Vitor Sessak
Simplify extract_inout() as suggested by Michael
tree
|
commitdiff
2008-05-24
Vitor Sessak
Change the parser logic following Michael's review
tree
|
commitdiff
2008-05-24
Vitor Sessak
The name field of AVFilterInOut can be declared const
tree
|
commitdiff
2008-05-24
Vitor Sessak
A semi-colon is also a string end
tree
|
commitdiff
2008-05-24
Vitor Sessak
10l: Missed that in one of the last commits
tree
|
commitdiff
2008-05-24
Vitor Sessak
Move code from handle_link() to the only place the...
tree
|
commitdiff
2008-05-24
Vitor Sessak
Simplify
tree
|
commitdiff
2008-05-24
Vitor Sessak
Use a user-provided context for av_log()
tree
|
commitdiff
2008-05-24
Vitor Sessak
Improve error handling
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics
tree
|
commitdiff
2008-05-24
Vitor Sessak
Better error handling
tree
|
commitdiff
2008-05-24
Vitor Sessak
Simplify
tree
|
commitdiff
2008-05-24
Vitor Sessak
Link filters in the same pass as the parser
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics: if(x != NULL) -> if(x)
tree
|
commitdiff
2008-05-24
Vitor Sessak
Even more improvements on whitespaces handling
tree
|
commitdiff
2008-05-24
Vitor Sessak
More improvements on the handling of whitespaces
tree
|
commitdiff
2008-05-24
Vitor Sessak
Proper handling of trailing whitespaces
tree
|
commitdiff
2008-05-24
Vitor Sessak
Remove unneeded var
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics: alignment
tree
|
commitdiff
2008-05-24
Vitor Sessak
Make two variables const
tree
|
commitdiff
2008-05-24
Vitor Sessak
Better error messages
tree
|
commitdiff
2008-05-24
Vitor Sessak
More simplifying
tree
|
commitdiff
2008-05-24
Vitor Sessak
Simplify
tree
|
commitdiff
2008-05-24
Vitor Sessak
Merge declaration and initialization
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics
tree
|
commitdiff
2008-05-24
Vitor Sessak
Update comments to new syntax
tree
|
commitdiff
2008-05-24
Vitor Sessak
10l: Forgot to consider the null byte at the end of...
tree
|
commitdiff
2008-05-24
Vitor Sessak
Use '[' and ']' for label naming
tree
|
commitdiff
2008-05-24
Vitor Sessak
Rename avfilter_graph_parse_chain() to avfilter_parse_g...
tree
|
commitdiff
2008-05-24
Vitor Sessak
Rename AVFilterInOut.instance to AVFilterInOut.filter
tree
|
commitdiff
2008-05-24
Vitor Sessak
Cosmetics
tree
|
commitdiff
2008-05-24
Vitor Sessak
Simplify consume_string() as Michael suggested
tree
|
commitdiff
2008-05-24
Vitor Sessak
Simplify
tree
|
commitdiff
2008-05-24
Vitor Sessak
Better instance name for parsed filters
tree
|
commitdiff
2008-05-24
Vitor Sessak
Use link_filter() instead avfilter_link() when clearer
tree
|
commitdiff
2008-05-24
Vitor Sessak
Avoid searching by instance name when it is not necessary
tree
|
commitdiff
2008-05-24
Vitor Sessak
Better error messages
tree
|
commitdiff
2008-05-24
Vitor Sessak
Handle av_realloc() failure
tree
|
commitdiff
2008-05-24
Vitor Sessak
Last commit was missing header file
tree
|
commitdiff
2008-05-24
Vitor Sessak
I should not have merged the graph parser with the...
tree
|
commitdiff
2008-05-09
Diego Biurrun
Use full path for #includes from another directory.
tree
|
commitdiff
2008-04-07
Måns Rullgård
non-recursive makefiles
tree
|
commitdiff
2008-04-04
Vitor Sessak
Handle av_realloc() failure
tree
|
commitdiff
2008-04-04
Vitor Sessak
Use sizeof(var) instead of sizeof(type)
tree
|
commitdiff
2008-04-04
Vitor Sessak
Give a more meaningful instance name to auto-inserted...
tree
|
commitdiff
2008-04-04
Vitor Sessak
Merge two ifs
tree
|
commitdiff
2008-04-04
Vitor Sessak
Remove unused check
tree
|
commitdiff
2008-04-04
Vitor Sessak
Cosmetical: alignment
tree
|
commitdiff
2008-04-04
Vitor Sessak
Remove some unwanted todos
tree
|
commitdiff
2008-04-04
Vitor Sessak
Remove declaration of nonexisting function
tree
|
commitdiff
2008-04-04
Vitor Sessak
I should not have merged the graph parser with the...
tree
|
commitdiff
next