index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
ra144.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Simplify rotate_block()
Vitor Sessak
2008-05-15
1
-13
/
+8
*
Do not pass the context to functions that do not use it
Vitor Sessak
2008-05-15
1
-10
/
+9
*
Declare vars as const when possible
Vitor Sessak
2008-05-15
1
-23
/
+25
*
Do not copy tables to a context var, use them directly
Vitor Sessak
2008-05-15
1
-15
/
+8
*
Remove unneeded fields from the decoder context
Vitor Sessak
2008-05-15
1
-54
/
+45
*
Read the bitstream where the data is actually needed instead of doing it in u...
Vitor Sessak
2008-05-15
1
-51
/
+18
*
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)
Vitor Sessak
2008-05-15
1
-1
/
+1
*
Cosmetics: remove useless parenthesis
Vitor Sessak
2008-05-15
1
-1
/
+1
*
The first table of decodetable[] is unrelated to the other. Rename it.
Vitor Sessak
2008-05-15
1
-2
/
+2
*
Simplify do_voice().
Vitor Sessak
2008-05-11
1
-15
/
+8
*
Replace some hardcoded swapping with FFSWAP.
Vitor Sessak
2008-05-11
1
-15
/
+9
*
Remove unused defines from ra144.
Vitor Sessak
2008-05-11
1
-5
/
+0
*
Simplify a list of array allocations with a loop.
Vitor Sessak
2008-05-11
1
-11
/
+3
*
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
Vitor Sessak
2008-05-10
1
-1
/
+0
*
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.
Vitor Sessak
2008-05-10
1
-48
/
+20
*
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
Vitor Sessak
2008-05-10
1
-372
/
+438
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
const
Michael Niedermayer
2008-02-01
1
-2
/
+2
*
various simplifications around recent av_clip_int16() usage
Aurelien Jacobs
2007-08-11
1
-6
/
+2
*
use av_clip_int16() where it makes sense
Aurelien Jacobs
2007-08-11
1
-3
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-54
/
+54
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-7
/
+7
*
* fixing a few of gcc 'clean-code' warnings
Zdenek Kabelac
2004-10-06
1
-1
/
+1
*
segfault fix
Michael Niedermayer
2004-02-06
1
-0
/
+3
*
cleanup ugly code (also appearently works around a bug gcc 3.4 which fails co...
Michael Niedermayer
2004-02-04
1
-7
/
+8
[next]