projects
/
platform
/
upstream
/
libav.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libav.git
2008-05-24
Vitor Sessak
Remove another useless variable from context
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Split openLinks linked list into openInputs and openOutputs
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
One more memory leak
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetical: move statement
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Plug some memory leaks
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Merge variable initialization and declaration
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Remove unnused var
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Use av_mallocz instead of av_malloc to simplify some...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Factor linked list insertion in its own function
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Remove comment redundant with those in graphparser.h
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
These error messages should print the filter name,...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
10l: fix previous commit
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Remove senseless comments
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics: split setting a var and checking for error
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Fix doxy comment
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Make parse_link_name() return a pointer to the name...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics: more function reordering
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Make consume_whitespace() return a number of bytes...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics: change function order
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Pass the inputs and outputs of avfilter_parse_graph...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics: more indentation consistency
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
More cosmetics: make indentation more consistent
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
More cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Move code out of if
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Factor common code out of if
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Rename another var
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Rename var
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Move var declaration to where it is needed
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Replace if(!a){B}else{C} by if(a){C}else{B}
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Remove useless assignment
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify while(pad){pad--; etc} to while(pad--){etc}
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify extract_inout() as suggested by Michael
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Change the parser logic following Michael's review
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
The name field of AVFilterInOut can be declared const
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
A semi-colon is also a string end
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
10l: Missed that in one of the last commits
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Move code from handle_link() to the only place the...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Use a user-provided context for av_log()
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Improve error handling
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Better error handling
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Link filters in the same pass as the parser
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics: if(x != NULL) -> if(x)
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Even more improvements on whitespaces handling
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
More improvements on the handling of whitespaces
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Proper handling of trailing whitespaces
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Remove unneeded var
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics: alignment
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Make two variables const
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Better error messages
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
More simplifying
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Merge declaration and initialization
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Update comments to new syntax
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
10l: Forgot to consider the null byte at the end of...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Use '[' and ']' for label naming
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Rename avfilter_graph_parse_chain() to avfilter_parse_g...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Rename AVFilterInOut.instance to AVFilterInOut.filter
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify consume_string() as Michael suggested
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Better instance name for parsed filters
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Use link_filter() instead avfilter_link() when clearer
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Avoid searching by instance name when it is not necessary
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Better error messages
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Handle av_realloc() failure
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Last commit was missing header file
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
I should not have merged the graph parser with the...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vladimir Voroshilov
Move pitch vector interpolation code to acelp_filters
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Use an intermediate variable for overflow testing
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Handle the case where we do not have enough input
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Michael Niedermayer
Anoter try to make +- behave sanely.
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Aurelien Jacobs
cosmetics: indentation
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Aurelien Jacobs
remove useless title check
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify eq()
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify final()
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Simplify rms()
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
More simplifications of ra144_decode_frame()
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Vitor Sessak
Make wavtable a table instead of an array
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Carl Eugen...
Fix compilation for buggy icc.
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Baptiste Coudurier
better error message
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Baptiste Coudurier
latest libavc svn requires at least this value for...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-24
Baptiste Coudurier
simplify, remove useless vars
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Baptiste Coudurier
add new h264 and aac flv ids
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Baptiste Coudurier
in flv this field is dts finally
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Baptiste Coudurier
flv use 32 bit pts
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Michael Niedermayer
Pass time_base as argument to new_chapter() as well.
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Michael Niedermayer
Document pts/dts.
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Michael Niedermayer
Warn user about invalid timestamps.
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Michael Niedermayer
Chapter demuxing support. (untested as I have no nuts...
commit
|
commitdiff
|
tree
|
snapshot
2008-05-23
Michael Niedermayer
Make ff_new_chapter() return AVChapter instead of int...
commit
|
commitdiff
|
tree
|
snapshot
next