git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Give windowing tables a more descriptive name
[ffmpeg.git]
/
libavcodec
/
ra288.c
2008-07-24
Vitor Sessak
Give windowing tables a more descriptive name
blob
|
commitdiff
2008-07-24
Vitor Sessak
Add comments to do_hybrid_window()
blob
|
commitdiff
|
diff to current
2008-07-24
Vitor Sessak
Give parameters of do_hybrid_window() more meaningful...
blob
|
commitdiff
|
diff to current
2008-07-24
Vitor Sessak
Rename co() function to the much more descriptive name of
blob
|
commitdiff
|
diff to current
2008-07-24
Vitor Sessak
Simplify co(): write constant in a more readable way
blob
|
commitdiff
|
diff to current
2008-07-24
Vitor Sessak
Simplify co(), use memcpy/memmove and colmult() when...
blob
|
commitdiff
|
diff to current
2008-07-19
Vitor Sessak
Cosmetics: alignment
blob
|
commitdiff
|
diff to current
2008-07-19
Vitor Sessak
Simplify co(): do not abuse pointer aritmetics
blob
|
commitdiff
|
diff to current
2008-07-19
Vitor Sessak
Simplify co(): remove variables that are only used...
blob
|
commitdiff
|
diff to current
2008-07-17
Vitor Sessak
Simplify: do not overuse pointer aritmetic
blob
|
commitdiff
|
diff to current
2008-07-17
Vitor Sessak
Declare parameters of pred() that could be const as...
blob
|
commitdiff
|
diff to current
2008-07-17
Vitor Sessak
Another simplification
blob
|
commitdiff
|
diff to current
2008-07-17
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-07-17
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-07-17
Vitor Sessak
Declare function parameters as const
blob
|
commitdiff
|
diff to current
2008-07-14
Vitor Sessak
Revert r14218. FFMAX is a macro, so
blob
|
commitdiff
|
diff to current
2008-07-13
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-07-13
Vitor Sessak
Another av_clipf() usage
blob
|
commitdiff
|
diff to current
2008-07-13
Vitor Sessak
Do not declare as double a var that only stores a float
blob
|
commitdiff
|
diff to current
2008-07-13
Vitor Sessak
Simplify: use FFMAX
blob
|
commitdiff
|
diff to current
2008-07-13
Vitor Sessak
Add av_clipf() function to common.h and use it in ra288.c
blob
|
commitdiff
|
diff to current
2008-07-06
Vitor Sessak
Simplify: glob->phase is always == 3
blob
|
commitdiff
|
diff to current
2008-07-06
Vitor Sessak
Remove phasep context var, it is just phase*5
blob
|
commitdiff
|
diff to current
2008-07-06
Vitor Sessak
Slighly faster operation
blob
|
commitdiff
|
diff to current
2008-07-06
Vitor Sessak
Cosmetics: remove braces
blob
|
commitdiff
|
diff to current
2008-07-06
Vitor Sessak
Another use of scalar_product_float()
blob
|
commitdiff
|
diff to current
2008-07-06
Vitor Sessak
Do not reimplement memmove()
blob
|
commitdiff
|
diff to current
2008-07-05
Vitor Sessak
Cosmetics: remove braces
blob
|
commitdiff
|
diff to current
2008-07-05
Vitor Sessak
Create a function for float dot product instead of...
blob
|
commitdiff
|
diff to current
2008-07-04
Vitor Sessak
Write for loops in a more standard way. In my opinion...
blob
|
commitdiff
|
diff to current
2008-07-04
Vitor Sessak
Move vars declaration to inner loop when possible
blob
|
commitdiff
|
diff to current
2008-07-04
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-07-03
Vitor Sessak
Remove unneeded var
blob
|
commitdiff
|
diff to current
2008-07-03
Vitor Sessak
Use a matrix instead of a vector
blob
|
commitdiff
|
diff to current
2008-06-30
Vitor Sessak
Remove useless wrapper around ra288_decode_frame()
blob
|
commitdiff
|
diff to current
2008-06-30
Vitor Sessak
Remove unpack() function, read the bitstream as needed
blob
|
commitdiff
|
diff to current
2008-06-30
Vitor Sessak
Clean up error message
blob
|
commitdiff
|
diff to current
2008-06-30
Vitor Sessak
Rewrite unpack() using the bitstream reader
blob
|
commitdiff
|
diff to current
2008-06-30
Vitor Sessak
Move function to avoid forward declaration
blob
|
commitdiff
|
diff to current
2008-06-30
Vitor Sessak
Remove useless initialization
blob
|
commitdiff
|
diff to current
2008-06-30
Vitor Sessak
Reindent the whole file
blob
|
commitdiff
|
diff to current
2008-06-12
Stefano Sabatini
Make AVCodec long_names definition conditional dependin...
blob
|
commitdiff
|
diff to current
2008-04-27
Stefano Sabatini
Add long names to AVCodec declarations.
blob
|
commitdiff
|
diff to current
2008-02-01
Michael Niedermayer
const
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2005-12-22
Diego Biurrun
COSMETICS: tabs --> spaces, some prettyprinting
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-12-09
Benjamin Larsson
Cook compatibe decoder, patch by Benjamin Larsson
blob
|
commitdiff
|
diff to current
2004-10-06
Zdenek Kabelac
* fixing a few of gcc 'clean-code' warnings
blob
|
commitdiff
|
diff to current
2004-05-18
Michael Niedermayer
some of the warning fixes by (Michael Roitzsch <mroi...
blob
|
commitdiff
|
diff to current
2003-11-03
Michel Bardiaux
av_log() patch by (Michel Bardiaux <mbardiaux at peakti...
blob
|
commitdiff
|
diff to current
2003-08-24
Fabrice Bellard
removed unused variables
blob
|
commitdiff
|
diff to current
2003-06-29
Alex Beregszaszi
moved the tables into header files (and applied the...
blob
|
commitdiff
|
diff to current
2003-06-18
Nick Kurshev
optimization: merge phases 0 and 1
blob
|
commitdiff
|
diff to current
2003-06-17
Nick Kurshev
to be more precise
blob
|
commitdiff
|
diff to current
2003-06-17
Nick Kurshev
finally works now
blob
|
commitdiff
|
diff to current
2003-06-16
Nick Kurshev
some useful warning
blob
|
commitdiff
|
diff to current
2003-06-13
Zdenek Kabelac
* removed redundant includes (they were even wrongly...
blob
|
commitdiff
|
diff to current
2003-06-13
Nick Kurshev
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders...
blob
|
commitdiff
|
diff to current