projects
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
More cosmetics: make indentation more consistent
2008-05-24
Vitor Sessak
More cosmetics: make indentation more consistent
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
More cosmetics
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Move code out of if
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Factor common code out of if
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Rename another var
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Rename var
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Move var declaration to where it is needed
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Replace if(!a){B}else{C} by if(a){C}else{B}
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Remove useless assignment
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Simplify while(pad){pad--; etc} to while(pad--){etc}
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Simplify extract_inout() as suggested by Michael
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Change the parser logic following Michael's review
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
The name field of AVFilterInOut can be declared const
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
A semi-colon is also a string end
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
10l: Missed that in one of the last commits
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Move code from handle_link() to the only place the...
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Use a user-provided context for av_log()
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Improve error handling
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Better error handling
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Link filters in the same pass as the parser
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Cosmetics: if(x != NULL) -> if(x)
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Even more improvements on whitespaces handling
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
More improvements on the handling of whitespaces
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Proper handling of trailing whitespaces
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Remove unneeded var
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Cosmetics: alignment
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Make two variables const
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Better error messages
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
More simplifying
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Merge declaration and initialization
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Update comments to new syntax
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
10l: Forgot to consider the null byte at the end of...
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Use '[' and ']' for label naming
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Rename avfilter_graph_parse_chain() to avfilter_parse_graph()
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Rename AVFilterInOut.instance to AVFilterInOut.filter
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Cosmetics
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Simplify consume_string() as Michael suggested
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Simplify
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Better instance name for parsed filters
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Use link_filter() instead avfilter_link() when clearer
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Avoid searching by instance name when it is not necessary
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Better error messages
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Handle av_realloc() failure
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Last commit was missing header file
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
I should not have merged the graph parser with the...
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Use an intermediate variable for overflow testing
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Handle the case where we do not have enough input
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Simplify eq()
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Simplify final()
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Simplify rms()
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
More simplifications of ra144_decode_frame()
commit
|
commitdiff
|
tree
2008-05-24
Vitor Sessak
Make wavtable a table instead of an array
commit
|
commitdiff
|
tree
2008-05-21
Vitor Sessak
Make gbuf2 a table instead of an array
commit
|
commitdiff
|
tree
2008-05-21
Vitor Sessak
Remove unneeded var from context
commit
|
commitdiff
|
tree
2008-05-21
Vitor Sessak
Cosmetics: indentation
commit
|
commitdiff
|
tree
2008-05-21
Vitor Sessak
Simplify irms()
commit
|
commitdiff
|
tree
2008-05-21
Vitor Sessak
Simplify add_wav()
commit
|
commitdiff
|
tree
2008-05-21
Vitor Sessak
Only one out of two values of gbuf1 is actually used...
commit
|
commitdiff
|
tree
2008-05-21
Vitor Sessak
Make etable1 and etable2 tables instead of arrays.
commit
|
commitdiff
|
tree
2008-05-21
Vitor Sessak
Simplify ra144_decode_frame() by unrolling a senseless
commit
|
commitdiff
|
tree
2008-05-21
Vitor Sessak
Use ff_sqrt() function instead of using a table
commit
|
commitdiff
|
tree
2008-05-17
Vitor Sessak
Cosmetics: move function to remove forward declarations
commit
|
commitdiff
|
tree
2008-05-17
Vitor Sessak
Minor simplification of rotate_block()
commit
|
commitdiff
|
tree
2008-05-17
Vitor Sessak
Cosmetics: indentation
commit
|
commitdiff
|
tree
2008-05-17
Vitor Sessak
Cosmetics: rename variable
commit
|
commitdiff
|
tree
2008-05-17
Vitor Sessak
Simplify ra144_decode_frame()
commit
|
commitdiff
|
tree
2008-05-17
Vitor Sessak
Remove a useless temporary buffer
commit
|
commitdiff
|
tree
2008-05-17
Vitor Sessak
Convert ra144.h tables from hex to decimal
commit
|
commitdiff
|
tree
2008-05-15
Vitor Sessak
Remove useless buffers
commit
|
commitdiff
|
tree
2008-05-15
Vitor Sessak
Simplify rotate_block()
commit
|
commitdiff
|
tree
2008-05-15
Vitor Sessak
Do not pass the context to functions that do not use it
commit
|
commitdiff
|
tree
2008-05-15
Vitor Sessak
Declare vars as const when possible
commit
|
commitdiff
|
tree
2008-05-15
Vitor Sessak
Do not copy tables to a context var, use them directly
commit
|
commitdiff
|
tree
2008-05-15
Vitor Sessak
Remove unneeded fields from the decoder context
commit
|
commitdiff
|
tree
2008-05-15
Vitor Sessak
Read the bitstream where the data is actually needed...
commit
|
commitdiff
|
tree
2008-05-15
Vitor Sessak
Use correct type in FFSWAP (thanks to Benoit Fouet...
commit
|
commitdiff
|
tree
2008-05-15
Vitor Sessak
Cosmetics: remove useless parenthesis
commit
|
commitdiff
|
tree
2008-05-15
Vitor Sessak
The first table of decodetable[] is unrelated to the...
commit
|
commitdiff
|
tree
2008-05-11
Vitor Sessak
Simplify do_voice().
commit
|
commitdiff
|
tree
2008-05-11
Vitor Sessak
Replace some hardcoded swapping with FFSWAP.
commit
|
commitdiff
|
tree
2008-05-11
Vitor Sessak
Remove unused defines from ra144.
commit
|
commitdiff
|
tree
2008-05-11
Vitor Sessak
Simplify a list of array allocations with a loop.
commit
|
commitdiff
|
tree
2008-05-10
Vitor Sessak
Remove useless memset, patch by Vitor Sessak, vitor1001...
commit
|
commitdiff
|
tree
2008-05-10
Vitor Sessak
Rewrite unpack_input() completely, patch by Vitor Sessak...
commit
|
commitdiff
|
tree
2008-05-10
Vitor Sessak
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001...
commit
|
commitdiff
|
tree
2008-04-17
Vitor Sessak
Remove another unneeded var from context
commit
|
commitdiff
|
tree
2008-04-17
Vitor Sessak
10l: my last commit broke compilation and introduced...
commit
|
commitdiff
|
tree
2008-04-17
Vitor Sessak
Remove unneeded variables from context
commit
|
commitdiff
|
tree
2008-04-17
Vitor Sessak
Remove wrapper around av_log2()
commit
|
commitdiff
|
tree
2008-04-04
Vitor Sessak
Handle av_realloc() failure
commit
|
commitdiff
|
tree
2008-04-04
Vitor Sessak
Use sizeof(var) instead of sizeof(type)
commit
|
commitdiff
|
tree
2008-04-04
Vitor Sessak
Give a more meaningful instance name to auto-inserted...
commit
|
commitdiff
|
tree
2008-04-04
Vitor Sessak
Merge two ifs
commit
|
commitdiff
|
tree
next