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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't set mm_flags in fft-test, since it doesn't do anything anyway.
Alexander Strange
2008-06-25
1
-4
/
+0
*
Use a local variable instead of mm_flags in dct-test.
Alexander Strange
2008-06-25
1
-5
/
+2
*
make ModeAlphabet read-only and use a custom mode alphabet
Stefan Gehrer
2008-06-25
1
-9
/
+15
*
Close parse context.
David Liu
2008-06-25
2
-2
/
+2
*
Make it a little easier to spot that the code is not dealing only with
Ramiro Polla
2008-06-25
1
-2
/
+2
*
remove duplicate tables
Stefan Gehrer
2008-06-25
10
-102
/
+19
*
Define mm_flags/support to be 0 on architectures where they don't exist.
Alexander Strange
2008-06-24
3
-0
/
+11
*
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
*
revert accidental const slipping in
Stefan Gehrer
2008-06-24
1
-1
/
+1
*
Replace redundant MAX macro declaration by proper use of FFMAX.
Diego Biurrun
2008-06-24
1
-5
/
+2
*
mark read-only data as const
Stefan Gehrer
2008-06-24
32
-58
/
+58
*
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
2
-61
/
+36
*
Remove unused entries from energy_tab
Vitor Sessak
2008-06-24
2
-10
/
+6
*
Mark constant structure member as const to avoid some warnings.
Laurent Desnogues
2008-06-24
1
-1
/
+1
*
Remove redundant mm_flags declaration, fixes the warning:
Diego Biurrun
2008-06-24
1
-2
/
+0
*
Remove unused values from gain_{val,exp}_tab
Vitor Sessak
2008-06-23
1
-514
/
+130
*
Now these tables fit in 16 bits.
Vitor Sessak
2008-06-23
1
-2
/
+2
*
Merge the >> 4 calculation of cb1_base in the table
Vitor Sessak
2008-06-23
2
-34
/
+34
*
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
*
Move code unrelated to lpc filtering out of lpc_filter()
Vitor Sessak
2008-06-23
1
-6
/
+7
*
Simplify rotate_buffer()
Vitor Sessak
2008-06-23
1
-6
/
+5
*
Fix typo in libavcodec/opt.h.
Stefano Sabatini
2008-06-23
1
-1
/
+1
*
Allocate static tables on stack, not heap.
Art Clarke
2008-06-23
1
-20
/
+20
*
Cosmetics
Vitor Sessak
2008-06-22
1
-2
/
+1
*
Avoid a memcpy. Code is also simpler now in my opinion.
Vitor Sessak
2008-06-22
1
-16
/
+12
*
Remove now unused variable
Robert Swain
2008-06-22
1
-1
/
+0
*
Add generic ff_sine_window_init function and implement in codecs appropriately
Robert Swain
2008-06-22
5
-6
/
+19
*
vp6: ensure that huffman decoding table is sorted with descending symbol order
Peter Ross
2008-06-22
1
-1
/
+2
*
cosmetics: alignment
Diego Biurrun
2008-06-22
1
-84
/
+84
[next]