Vitor Sessak
|
8916d922fc
|
Remove gbuf2 from context
Originally committed as revision 13383 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Justin Ruggles
|
82a591d8d1
|
add checks for missing information in the first block
Originally committed as revision 13382 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Justin Ruggles
|
3af9131398
|
add check for invalid channel mode when coupling is used
Originally committed as revision 13381 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
5b0e7dacd8
|
Fix MB skipping with droppable frames.
Fixes issue323.
Originally committed as revision 13378 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
16e30b7a04
|
Do not reject odd width/height.
Fixes issue371.
Originally committed as revision 13377 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
d7dc90e42d
|
Use (u)int16_t instead of short for tables
Originally committed as revision 13376 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
0a08273542
|
Make tables that fit in one byte (u)int8_t
Originally committed as revision 13375 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
cb24827f4d
|
Remove yet another val (gbuf1) from context
Originally committed as revision 13374 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
94e79f0949
|
Parameter n of dec functions is always 3. Hardcode it.
Originally committed as revision 13373 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
0c5421585a
|
Move const *pow2tab out of context.
Originally committed as revision 13366 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
158bf33e36
|
simplify init_pow2table
Originally committed as revision 13365 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
40756c172c
|
Merge init_rootpow2table and init_pow2table.
Originally committed as revision 13364 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
a6072fdc18
|
Indent
Originally committed as revision 13362 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
ae76c49908
|
Remove another useless variable from context
Originally committed as revision 13361 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vladimir Voroshilov
|
d347a046e2
|
Move pitch vector interpolation code to acelp_filters
and convert it to a generic interpolation routine.
Originally committed as revision 13284 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
13b6729361
|
Use an intermediate variable for overflow testing
Originally committed as revision 13283 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
84490b744e
|
Handle the case where we do not have enough input
Originally committed as revision 13282 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
9d2e6e84ce
|
Anoter try to make +- behave sanely.
Originally committed as revision 13281 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
be2c232f43
|
Simplify eq()
Originally committed as revision 13278 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
2279dd9e41
|
Simplify final()
Originally committed as revision 13277 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
0853393979
|
Simplify rms()
Originally committed as revision 13276 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
c2c237a0d5
|
More simplifications of ra144_decode_frame()
Originally committed as revision 13275 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
d548f09ff6
|
Make wavtable a table instead of an array
Originally committed as revision 13274 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Carl Eugen Hoyos
|
d1845b4c84
|
Fix compilation for buggy icc.
Originally committed as revision 13273 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vladimir Voroshilov
|
5b2729cd0b
|
adaptive and fixed codebook vector operations for ACELP-based codecs
Originally committed as revision 13244 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
4a13a2d4f7
|
Fix + - bug with non flags.
Originally committed as revision 13243 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Benjamin Larsson
|
d311f8f3e3
|
Update copyright and text
Originally committed as revision 13239 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Maxim Poliakovski
|
9d278d8859
|
Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski
Originally committed as revision 13238 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
afe359c110
|
Make gbuf2 a table instead of an array
Originally committed as revision 13221 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
53da3f5f92
|
Remove unneeded var from context
Originally committed as revision 13220 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Stefano Sabatini
|
cad2af9760
|
Improve parse_primary() error message.
Patch by Stefano Sabatini and Michael Niedermayer
Originally committed as revision 13218 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
3ceac114ee
|
Cosmetics: indentation
Originally committed as revision 13216 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
c32985829a
|
Simplify irms()
Originally committed as revision 13215 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
bf6497e911
|
Simplify add_wav()
Originally committed as revision 13214 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
c7666095fa
|
Only one out of two values of gbuf1 is actually used. Make it half the size.
Originally committed as revision 13213 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
65189c6cac
|
Make etable1 and etable2 tables instead of arrays.
Originally committed as revision 13212 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
59ffb6e2cc
|
Simplify ra144_decode_frame() by unrolling a senseless
loop.
Thanks mkhdor for suggesting this patch.
Originally committed as revision 13211 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
432a54ef80
|
Use ff_sqrt() function instead of using a table
Originally committed as revision 13210 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
47abbd3eb9
|
Cosmetics: move function to remove forward declarations
Originally committed as revision 13198 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
f1bf6ba3db
|
Minor simplification of rotate_block()
Originally committed as revision 13197 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
f54b42736d
|
Cosmetics: indentation
Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
0c62d04e00
|
Cosmetics: rename variable
Originally committed as revision 13195 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
37e77035f2
|
Simplify ra144_decode_frame()
Originally committed as revision 13194 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
0bd134abd3
|
Simplify vsad16_mmx2().
Originally committed as revision 13193 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
e1a51a578e
|
Remove a useless temporary buffer
Originally committed as revision 13192 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
6bf6a9301b
|
Simplify vsad16_mmx().
Originally committed as revision 13191 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
b8caf9bf28
|
Convert ra144.h tables from hex to decimal
Originally committed as revision 13190 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
e13810223a
|
Simplify vsad_intra16_mmx2()
Originally committed as revision 13189 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
06bb35f94c
|
Simplify vsad_intra16_mmx()
Originally committed as revision 13188 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Lars Täuber
|
1472b7dd28
|
LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net
Originally committed as revision 13187 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |