git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add doxy comments to eq() and do_voice()
[ffmpeg.git]
/
libavcodec
/
ra144.c
2008-05-31
Vitor Sessak
Add doxy comments to eq() and do_voice()
blob
|
commitdiff
2008-05-31
Vitor Sessak
Minor simplification
blob
|
commitdiff
|
diff to current
2008-05-31
Vitor Sessak
Rename variable
blob
|
commitdiff
|
diff to current
2008-05-31
Vitor Sessak
Remove useless intermediate variable
blob
|
commitdiff
|
diff to current
2008-05-30
Vitor Sessak
Revert r13499, log:
blob
|
commitdiff
|
diff to current
2008-05-28
Vitor Sessak
Rename variable
blob
|
commitdiff
|
diff to current
2008-05-28
Vitor Sessak
More intermediate vars removal
blob
|
commitdiff
|
diff to current
2008-05-28
Vitor Sessak
Remove unused var
blob
|
commitdiff
|
diff to current
2008-05-28
Vitor Sessak
Remove useless intermediate var
blob
|
commitdiff
|
diff to current
2008-05-28
Vitor Sessak
Remove dec1() function
blob
|
commitdiff
|
diff to current
2008-05-28
Vitor Sessak
Use ff_acelp_weighted_vector_sum() instead of reimpleme...
blob
|
commitdiff
|
diff to current
2008-05-28
Vitor Sessak
Make lpc coefficients 16 bit wide
blob
|
commitdiff
|
diff to current
2008-05-28
Vitor Sessak
Simplify implementation and use of dec2()
blob
|
commitdiff
|
diff to current
2008-05-27
Vitor Sessak
Add comment
blob
|
commitdiff
|
diff to current
2008-05-27
Vitor Sessak
Fix doxy comments
blob
|
commitdiff
|
diff to current
2008-05-27
Diego Biurrun
cosmetics: typo fixes
blob
|
commitdiff
|
diff to current
2008-05-26
Diego Biurrun
cosmetics: typo
blob
|
commitdiff
|
diff to current
2008-05-26
Vitor Sessak
Rename var: add read coefficients a decent name
blob
|
commitdiff
|
diff to current
2008-05-26
Vitor Sessak
Update comment
blob
|
commitdiff
|
diff to current
2008-05-26
Vitor Sessak
Rename var: val -> energy
blob
|
commitdiff
|
diff to current
2008-05-26
Vitor Sessak
Rename var: swapbuf* are LPC related
blob
|
commitdiff
|
diff to current
2008-05-26
Vitor Sessak
Rename var: buffer_2 is an adaptive codebook
blob
|
commitdiff
|
diff to current
2008-05-26
Vitor Sessak
Context vars are not global vars. glob is a bad name...
blob
|
commitdiff
|
diff to current
2008-05-26
Vitor Sessak
Rename context struct to be more consistent with the...
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Merge two if's
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Use (u)int16_t instead of (unsigned) short
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
More cosmetics
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Cosmetics
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Rename var
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Minor simplification of dec1()
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Minor simplification of dec2()
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Remove useless variable
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Cosmetics: merge declaration and initialization
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Cosmetics: braces removal
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Move evaluation of variable a to where it is trivial
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Make add_wav() receive a vector instead of three integers
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Remove gbuf2 from context
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Use (u)int16_t instead of short for tables
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Make tables that fit in one byte (u)int8_t
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Remove yet another val (gbuf1) from context
blob
|
commitdiff
|
diff to current
2008-05-25
Vitor Sessak
Parameter n of dec functions is always 3. Hardcode it.
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Indent
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Remove another useless variable from context
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Use an intermediate variable for overflow testing
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Handle the case where we do not have enough input
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify eq()
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify final()
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Simplify rms()
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
More simplifications of ra144_decode_frame()
blob
|
commitdiff
|
diff to current
2008-05-24
Vitor Sessak
Make wavtable a table instead of an array
blob
|
commitdiff
|
diff to current
2008-05-21
Vitor Sessak
Make gbuf2 a table instead of an array
blob
|
commitdiff
|
diff to current
2008-05-21
Vitor Sessak
Remove unneeded var from context
blob
|
commitdiff
|
diff to current
2008-05-21
Vitor Sessak
Cosmetics: indentation
blob
|
commitdiff
|
diff to current
2008-05-21
Vitor Sessak
Simplify irms()
blob
|
commitdiff
|
diff to current
2008-05-21
Vitor Sessak
Simplify add_wav()
blob
|
commitdiff
|
diff to current
2008-05-21
Vitor Sessak
Only one out of two values of gbuf1 is actually used...
blob
|
commitdiff
|
diff to current
2008-05-21
Vitor Sessak
Make etable1 and etable2 tables instead of arrays.
blob
|
commitdiff
|
diff to current
2008-05-21
Vitor Sessak
Simplify ra144_decode_frame() by unrolling a senseless
blob
|
commitdiff
|
diff to current
2008-05-21
Vitor Sessak
Use ff_sqrt() function instead of using a table
blob
|
commitdiff
|
diff to current
2008-05-17
Vitor Sessak
Cosmetics: move function to remove forward declarations
blob
|
commitdiff
|
diff to current
2008-05-17
Vitor Sessak
Minor simplification of rotate_block()
blob
|
commitdiff
|
diff to current
2008-05-17
Vitor Sessak
Cosmetics: indentation
blob
|
commitdiff
|
diff to current
2008-05-17
Vitor Sessak
Cosmetics: rename variable
blob
|
commitdiff
|
diff to current
2008-05-17
Vitor Sessak
Simplify ra144_decode_frame()
blob
|
commitdiff
|
diff to current
2008-05-17
Vitor Sessak
Remove a useless temporary buffer
blob
|
commitdiff
|
diff to current
2008-05-15
Vitor Sessak
Remove useless buffers
blob
|
commitdiff
|
diff to current
2008-05-15
Vitor Sessak
Simplify rotate_block()
blob
|
commitdiff
|
diff to current
2008-05-15
Vitor Sessak
Do not pass the context to functions that do not use it
blob
|
commitdiff
|
diff to current
2008-05-15
Vitor Sessak
Declare vars as const when possible
blob
|
commitdiff
|
diff to current
2008-05-15
Vitor Sessak
Do not copy tables to a context var, use them directly
blob
|
commitdiff
|
diff to current
2008-05-15
Vitor Sessak
Remove unneeded fields from the decoder context
blob
|
commitdiff
|
diff to current
2008-05-15
Vitor Sessak
Read the bitstream where the data is actually needed...
blob
|
commitdiff
|
diff to current
2008-05-15
Vitor Sessak
Use correct type in FFSWAP (thanks to Benoit Fouet...
blob
|
commitdiff
|
diff to current
2008-05-15
Vitor Sessak
Cosmetics: remove useless parenthesis
blob
|
commitdiff
|
diff to current
2008-05-15
Vitor Sessak
The first table of decodetable[] is unrelated to the...
blob
|
commitdiff
|
diff to current
2008-05-11
Vitor Sessak
Simplify do_voice().
blob
|
commitdiff
|
diff to current
2008-05-11
Vitor Sessak
Replace some hardcoded swapping with FFSWAP.
blob
|
commitdiff
|
diff to current
2008-05-11
Vitor Sessak
Remove unused defines from ra144.
blob
|
commitdiff
|
diff to current
2008-05-11
Vitor Sessak
Simplify a list of array allocations with a loop.
blob
|
commitdiff
|
diff to current
2008-05-10
Vitor Sessak
Remove useless memset, patch by Vitor Sessak, vitor1001...
blob
|
commitdiff
|
diff to current
2008-05-10
Vitor Sessak
Rewrite unpack_input() completely, patch by Vitor Sessa...
blob
|
commitdiff
|
diff to current
2008-05-10
Vitor Sessak
cosmetics: Reindent file, patch by Vitor Sessak, vitor1...
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
2007-08-11
Aurelien Jacobs
various simplifications around recent av_clip_int16...
blob
|
commitdiff
|
diff to current
2007-08-11
Aurelien Jacobs
use av_clip_int16() where it makes sense
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
2004-10-06
Zdenek Kabelac
* fixing a few of gcc 'clean-code' warnings
blob
|
commitdiff
|
diff to current
2004-02-06
Michael Niedermayer
segfault fix
blob
|
commitdiff
|
diff to current
2004-02-04
Michael Niedermayer
cleanup ugly code (also appearently works around a...
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-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