index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
ra144.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: typo
Diego Biurrun
2008-05-26
1
-1
/
+1
*
Rename var: add read coefficients a decent name
Vitor Sessak
2008-05-26
1
-10
/
+11
*
Update comment
Vitor Sessak
2008-05-26
1
-1
/
+4
*
Rename var: val -> energy
Vitor Sessak
2008-05-26
1
-9
/
+9
*
Rename var: swapbuf* are LPC related
Vitor Sessak
2008-05-26
1
-18
/
+18
*
Rename var: buffer_2 is an adaptive codebook
Vitor Sessak
2008-05-26
1
-4
/
+4
*
Context vars are not global vars. glob is a bad name for it.
Vitor Sessak
2008-05-26
1
-24
/
+24
*
Rename context struct to be more consistent with the rest of ffmpeg
Vitor Sessak
2008-05-26
1
-5
/
+5
*
Merge two if's
Vitor Sessak
2008-05-25
1
-5
/
+3
*
Use (u)int16_t instead of (unsigned) short
Vitor Sessak
2008-05-25
1
-16
/
+16
*
More cosmetics
Vitor Sessak
2008-05-25
1
-6
/
+9
*
Cosmetics
Vitor Sessak
2008-05-25
1
-2
/
+1
*
Rename var
Vitor Sessak
2008-05-25
1
-2
/
+2
*
Minor simplification of dec1()
Vitor Sessak
2008-05-25
1
-5
/
+3
*
Minor simplification of dec2()
Vitor Sessak
2008-05-25
1
-6
/
+1
*
Remove useless variable
Vitor Sessak
2008-05-25
1
-4
/
+1
*
Cosmetics: merge declaration and initialization
Vitor Sessak
2008-05-25
1
-3
/
+1
*
Cosmetics: braces removal
Vitor Sessak
2008-05-25
1
-3
/
+2
*
Move evaluation of variable a to where it is trivial
Vitor Sessak
2008-05-25
1
-11
/
+6
*
Make add_wav() receive a vector instead of three integers
Vitor Sessak
2008-05-25
1
-20
/
+13
*
Remove gbuf2 from context
Vitor Sessak
2008-05-25
1
-13
/
+11
*
Use (u)int16_t instead of short for tables
Vitor Sessak
2008-05-25
1
-1
/
+1
*
Make tables that fit in one byte (u)int8_t
Vitor Sessak
2008-05-25
1
-2
/
+3
*
Remove yet another val (gbuf1) from context
Vitor Sessak
2008-05-25
1
-12
/
+13
*
Parameter n of dec functions is always 3. Hardcode it.
Vitor Sessak
2008-05-25
1
-10
/
+10
*
Indent
Vitor Sessak
2008-05-24
1
-2
/
+2
*
Remove another useless variable from context
Vitor Sessak
2008-05-24
1
-6
/
+2
*
Use an intermediate variable for overflow testing
Vitor Sessak
2008-05-24
1
-2
/
+5
*
Handle the case where we do not have enough input
Vitor Sessak
2008-05-24
1
-3
/
+5
*
Simplify eq()
Vitor Sessak
2008-05-24
1
-28
/
+11
*
Simplify final()
Vitor Sessak
2008-05-24
1
-17
/
+12
*
Simplify rms()
Vitor Sessak
2008-05-24
1
-14
/
+8
*
More simplifications of ra144_decode_frame()
Vitor Sessak
2008-05-24
1
-9
/
+5
*
Make wavtable a table instead of an array
Vitor Sessak
2008-05-24
1
-2
/
+2
*
Make gbuf2 a table instead of an array
Vitor Sessak
2008-05-21
1
-7
/
+6
*
Remove unneeded var from context
Vitor Sessak
2008-05-21
1
-12
/
+10
*
Cosmetics: indentation
Vitor Sessak
2008-05-21
1
-2
/
+2
*
Simplify irms()
Vitor Sessak
2008-05-21
1
-5
/
+3
*
Simplify add_wav()
Vitor Sessak
2008-05-21
1
-15
/
+6
*
Only one out of two values of gbuf1 is actually used. Make it half the size.
Vitor Sessak
2008-05-21
1
-4
/
+2
*
Make etable1 and etable2 tables instead of arrays.
Vitor Sessak
2008-05-21
1
-2
/
+2
*
Simplify ra144_decode_frame() by unrolling a senseless
Vitor Sessak
2008-05-21
1
-18
/
+7
*
Use ff_sqrt() function instead of using a table
Vitor Sessak
2008-05-21
1
-1
/
+1
*
Cosmetics: move function to remove forward declarations
Vitor Sessak
2008-05-17
1
-39
/
+33
*
Minor simplification of rotate_block()
Vitor Sessak
2008-05-17
1
-2
/
+2
*
Cosmetics: indentation
Vitor Sessak
2008-05-17
1
-1
/
+1
*
Cosmetics: rename variable
Vitor Sessak
2008-05-17
1
-4
/
+4
*
Simplify ra144_decode_frame()
Vitor Sessak
2008-05-17
1
-4
/
+1
*
Remove a useless temporary buffer
Vitor Sessak
2008-05-17
1
-4
/
+4
*
Remove useless buffers
Vitor Sessak
2008-05-15
1
-6
/
+2
[next]