7007 Commits (73cc419b271ac5af8c1aed36b5c0167c7016127a)

Author SHA1 Message Date
Vitor Sessak 73cc419b27 Use lpc_coef[2] instead of lpc_coef and lpc_coef_old 16 years ago
Vitor Sessak ae70f874ba Remove unused entries from lpc_refl_cb* 16 years ago
Vitor Sessak 7986199fcf Remove unused entries from energy_tab 16 years ago
Laurent Desnogues f5b6778184 Mark constant structure member as const to avoid some warnings. 16 years ago
Diego Biurrun 941b1258b8 Remove redundant mm_flags declaration, fixes the warning: 16 years ago
Vitor Sessak cbcc2527ea Remove unused values from gain_{val,exp}_tab 16 years ago
Vitor Sessak 274ac3457e Now these tables fit in 16 bits. 16 years ago
Vitor Sessak 738ef8fd08 Merge the >> 4 calculation of cb1_base in the table 16 years ago
Vitor Sessak 80e9f30c23 Consistency: make the output buffer the first argument of functions 16 years ago
Vitor Sessak 0a03b6f049 Use sizeof() intead of hardcoding the values 16 years ago
Vitor Sessak 09addb11ce Simplify 16 years ago
Vitor Sessak f1936f61c4 Simplify 16 years ago
Vitor Sessak b45411e24a It makes more sense to return 1 here in case of overflow. 16 years ago
Vitor Sessak 37a4b3bb02 Cosmetics: indent 16 years ago
Vitor Sessak b0068d75eb Remove unneeded check 16 years ago
Vitor Sessak 56a6fac89b rescale_rms() should use unsigned ints 16 years ago
Vitor Sessak 536ee17499 Move factor multiplication out of irms() 16 years ago
Vitor Sessak 498cb53163 This should be signed 16 years ago
Vitor Sessak 94be3bb50a More comments removal/fixes 16 years ago
Vitor Sessak 42b1459439 Remove useless comment 16 years ago
Vitor Sessak d1024e0719 More comments improvement 16 years ago
Vitor Sessak c17fd98cdc Document defines better 16 years ago
Vitor Sessak c31333e107 Remove useless define 16 years ago
Vitor Sessak 51062b926b Rename rotate_buffer() to copy_and_dup() and doxy it 16 years ago
Vitor Sessak 70e708677e Simplify t_sqrt() 16 years ago
Vitor Sessak 89a2713e66 Add doxy comment 16 years ago
Vitor Sessak 3890a13173 Rename var 16 years ago
Vitor Sessak d5d3536dcb Move code unrelated to lpc filtering out of lpc_filter() 16 years ago
Vitor Sessak 5983d1c480 Simplify rotate_buffer() 16 years ago
Stefano Sabatini a33a6eb2ce Fix typo in libavcodec/opt.h. 16 years ago
Art Clarke 51f90867ea Allocate static tables on stack, not heap. 16 years ago
Vitor Sessak 9acd41a4e2 Cosmetics 16 years ago
Vitor Sessak d488e906f2 Avoid a memcpy. Code is also simpler now in my opinion. 16 years ago
Robert Swain f5048aaf69 Remove now unused variable 16 years ago
Robert Swain 9146e4d61c Add generic ff_sine_window_init function and implement in codecs appropriately 16 years ago
Peter Ross d47f16074f vp6: ensure that huffman decoding table is sorted with descending symbol order 16 years ago
Diego Biurrun d43cf68898 cosmetics: alignment 16 years ago
Diego Biurrun 4e882caf51 Add missing entry for PCM_DVD_ENCODER. 16 years ago
Peter Ross 4198efe83f Add missing mpegvideo.o to list of vc1.o dependencies. 16 years ago
Peter Ross c183033f77 Add missing entry for ADPCM_IMA_QT_ENCODER. 16 years ago
Peter Ross cc6c2befa9 Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. 16 years ago
Reimar Döffinger 00eebe3d6a Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 16 years ago
Stefano Sabatini b453924f3c Extend documentation for AVOption. 16 years ago
Vitor Sessak 072f66c980 Do not write junk in the end of truncated files. FATE 16 years ago
Vitor Sessak 5116b92d71 Misc cosmetics 16 years ago
Vitor Sessak e77825786e Remove useless comment 16 years ago
Vitor Sessak 509f8ea270 Last table renaming 16 years ago
Vitor Sessak b845df113c Yet more table renaming 16 years ago
Vitor Sessak 6e05a76640 10l: fix typo 16 years ago
Vitor Sessak a632f44e81 More table renaming 16 years ago