181 Commits (8da5d3dc3792b6992e4794351125279f05c8ba0e)

Author SHA1 Message Date
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Måns Rullgård 09096c9fad RA144: work around gcc bug/oddity on ARM 16 years ago
Vitor Sessak 8d2544bd1b Reindent after last commit 16 years ago
Vitor Sessak 9e27e0d4f8 Do not read uninitialized buffer, no matter if it will be multiplied by 16 years ago
Kenan Gillet 4599d22c0c Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. 16 years ago
Diego Biurrun 36b3e36e00 misc spelling/wording/grammar fixes 16 years ago
Vitor Sessak 20242eed99 Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an 16 years ago
Vitor Sessak 3e30f46f8b Pass directly variable 'a' to interp instead of evaluating it from num_blocks 16 years ago
Vitor Sessak b28bdce688 Simplify if() in copy_and_dup() 16 years ago
Vitor Sessak 8022a8ebc2 Add av_cold attribute to decode_init() 16 years ago
Vitor Sessak c96a764c72 Cosmetics: Make the two additional units in size more clear 16 years ago
Vitor Sessak 4fdb41a84b Test a var for overflow just after it is set 16 years ago
Vitor Sessak a90fbeec2a Remove useless parentheses. 16 years ago
Vitor Sessak b888abe1be Cosmetics: rename loop counters in eval_refl() 17 years ago
Vitor Sessak bdb34c9f5e Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly 17 years ago
Vitor Sessak aa425ada54 Simplify eval_refl(): s/b == 0/!b/ 17 years ago
Vitor Sessak 40812fdcf1 Simplify range checking in eval_refl(). Before the 17 years ago
Vitor Sessak d70875c81d Cosmetics: reindent 17 years ago
Vitor Sessak 7e05617a5c Simplify do_output_subblock(): Remove a unneeded memcpy 17 years ago
Vitor Sessak c0f0b34bba Simplify eval_refl(): return directly when needed instead of storing the return value in a variable 17 years ago
Vitor Sessak 2f1cad0e58 Simplify rms(): merge a few operations in the same statement 17 years ago
Vitor Sessak b4d46e8c06 Cosmetical simplification in t_sqrt() 17 years ago
Vitor Sessak 438abdaaeb Check available size before writing in decode_frame() 17 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Vitor Sessak 6c9c8b06b3 Cosmetics: rename loop counter vars to i,j 17 years ago
Vitor Sessak fe4a5b185f Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one 17 years ago
Vitor Sessak b83ff6c700 Update copyright 17 years ago
Vitor Sessak 95fc77b92d Use ff_acelp_lp_synthesis_filter() instead of duplicating it 17 years ago
Vitor Sessak dc95111c09 Doxy comment 17 years ago
Vitor Sessak afb40e7277 Simplify interp() 17 years ago
Vitor Sessak 74adaa3a00 More cosmetics 17 years ago
Vitor Sessak a97642680b Cosmetics 17 years ago
Vitor Sessak 73cc419b27 Use lpc_coef[2] instead of lpc_coef and lpc_coef_old 17 years ago
Vitor Sessak ae70f874ba Remove unused entries from lpc_refl_cb* 17 years ago
Vitor Sessak 7986199fcf Remove unused entries from energy_tab 17 years ago
Vitor Sessak 738ef8fd08 Merge the >> 4 calculation of cb1_base in the table 17 years ago
Vitor Sessak 80e9f30c23 Consistency: make the output buffer the first argument of functions 17 years ago
Vitor Sessak 0a03b6f049 Use sizeof() intead of hardcoding the values 17 years ago
Vitor Sessak 09addb11ce Simplify 17 years ago
Vitor Sessak f1936f61c4 Simplify 17 years ago
Vitor Sessak b45411e24a It makes more sense to return 1 here in case of overflow. 17 years ago
Vitor Sessak 37a4b3bb02 Cosmetics: indent 17 years ago
Vitor Sessak b0068d75eb Remove unneeded check 17 years ago
Vitor Sessak 56a6fac89b rescale_rms() should use unsigned ints 17 years ago
Vitor Sessak 536ee17499 Move factor multiplication out of irms() 17 years ago
Vitor Sessak 498cb53163 This should be signed 17 years ago
Vitor Sessak 94be3bb50a More comments removal/fixes 17 years ago
Vitor Sessak 42b1459439 Remove useless comment 17 years ago
Vitor Sessak d1024e0719 More comments improvement 17 years ago