index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ra144.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc spelling/wording/grammar fixes
Diego Biurrun
2008-09-11
1
-9
/
+9
*
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an
Vitor Sessak
2008-09-08
1
-1
/
+1
*
Pass directly variable 'a' to interp instead of evaluating it from num_blocks
Vitor Sessak
2008-09-08
1
-5
/
+4
*
Simplify if() in copy_and_dup()
Vitor Sessak
2008-09-08
1
-5
/
+2
*
Add av_cold attribute to decode_init()
Vitor Sessak
2008-09-08
1
-1
/
+1
*
Cosmetics: Make the two additional units in size more clear
Vitor Sessak
2008-09-08
1
-1
/
+1
*
Test a var for overflow just after it is set
Vitor Sessak
2008-09-06
1
-2
/
+2
*
Remove useless parentheses.
Vitor Sessak
2008-09-06
1
-1
/
+1
*
Cosmetics: rename loop counters in eval_refl()
Vitor Sessak
2008-08-06
1
-8
/
+7
*
Simplify eval_refl(): do not store a buffer value in a var when the buffer co...
Vitor Sessak
2008-08-06
1
-5
/
+5
*
Simplify eval_refl(): s/b == 0/!b/
Vitor Sessak
2008-08-06
1
-1
/
+1
*
Simplify range checking in eval_refl(). Before the
Vitor Sessak
2008-08-06
1
-7
/
+1
*
Cosmetics: reindent
Vitor Sessak
2008-08-06
1
-5
/
+2
*
Simplify do_output_subblock(): Remove a unneeded memcpy
Vitor Sessak
2008-08-06
1
-3
/
+1
*
Simplify eval_refl(): return directly when needed instead of storing the retu...
Vitor Sessak
2008-08-06
1
-3
/
+2
*
Simplify rms(): merge a few operations in the same statement
Vitor Sessak
2008-08-06
1
-5
/
+2
*
Cosmetical simplification in t_sqrt()
Vitor Sessak
2008-08-06
1
-1
/
+1
*
Check available size before writing in decode_frame()
Vitor Sessak
2008-08-06
1
-0
/
+3
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
Cosmetics: rename loop counter vars to i,j
Vitor Sessak
2008-07-29
1
-19
/
+19
*
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...
Vitor Sessak
2008-06-29
1
-2
/
+2
*
Update copyright
Vitor Sessak
2008-06-29
1
-1
/
+4
*
Use ff_acelp_lp_synthesis_filter() instead of duplicating it
Vitor Sessak
2008-06-29
1
-34
/
+7
*
Doxy comment
Vitor Sessak
2008-06-29
1
-1
/
+1
*
Simplify interp()
Vitor Sessak
2008-06-24
1
-11
/
+6
*
More cosmetics
Vitor Sessak
2008-06-24
1
-3
/
+2
*
Cosmetics
Vitor Sessak
2008-06-24
1
-3
/
+2
*
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old
Vitor Sessak
2008-06-24
1
-17
/
+19
*
Remove unused entries from lpc_refl_cb*
Vitor Sessak
2008-06-24
1
-2
/
+1
*
Remove unused entries from energy_tab
Vitor Sessak
2008-06-24
1
-1
/
+1
*
Merge the >> 4 calculation of cb1_base in the table
Vitor Sessak
2008-06-23
1
-2
/
+2
*
Consistency: make the output buffer the first argument of functions
Vitor Sessak
2008-06-23
1
-12
/
+12
*
Use sizeof() intead of hardcoding the values
Vitor Sessak
2008-06-23
1
-2
/
+2
*
Simplify
Vitor Sessak
2008-06-23
1
-2
/
+1
*
Simplify
Vitor Sessak
2008-06-23
1
-1
/
+1
*
It makes more sense to return 1 here in case of overflow.
Vitor Sessak
2008-06-23
1
-1
/
+1
*
Cosmetics: indent
Vitor Sessak
2008-06-23
1
-1
/
+1
*
Remove unneeded check
Vitor Sessak
2008-06-23
1
-1
/
+0
*
rescale_rms() should use unsigned ints
Vitor Sessak
2008-06-23
1
-1
/
+1
*
Move factor multiplication out of irms()
Vitor Sessak
2008-06-23
1
-3
/
+3
*
This should be signed
Vitor Sessak
2008-06-23
1
-1
/
+1
*
More comments removal/fixes
Vitor Sessak
2008-06-23
1
-4
/
+1
*
Remove useless comment
Vitor Sessak
2008-06-23
1
-1
/
+0
*
More comments improvement
Vitor Sessak
2008-06-23
1
-1
/
+3
*
Document defines better
Vitor Sessak
2008-06-23
1
-3
/
+3
*
Remove useless define
Vitor Sessak
2008-06-23
1
-2
/
+1
*
Rename rotate_buffer() to copy_and_dup() and doxy it
Vitor Sessak
2008-06-23
1
-3
/
+6
*
Simplify t_sqrt()
Vitor Sessak
2008-06-23
1
-2
/
+2
*
Add doxy comment
Vitor Sessak
2008-06-23
1
-0
/
+7
*
Rename var
Vitor Sessak
2008-06-23
1
-3
/
+3
[next]