summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* RA144: work around gcc bug/oddity on ARMMåns Rullgård2009-03-011-1/+1
* Reindent after last commitVitor Sessak2009-03-011-3/+3
* Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak2009-03-011-0/+5
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-241-3/+3
* misc spelling/wording/grammar fixesDiego Biurrun2008-09-111-9/+9
* Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak2008-09-081-1/+1
* Pass directly variable 'a' to interp instead of evaluating it from num_blocksVitor Sessak2008-09-081-5/+4
* Simplify if() in copy_and_dup()Vitor Sessak2008-09-081-5/+2
* Add av_cold attribute to decode_init()Vitor Sessak2008-09-081-1/+1
* Cosmetics: Make the two additional units in size more clearVitor Sessak2008-09-081-1/+1
* Test a var for overflow just after it is setVitor Sessak2008-09-061-2/+2
* Remove useless parentheses.Vitor Sessak2008-09-061-1/+1
* Cosmetics: rename loop counters in eval_refl()Vitor Sessak2008-08-061-8/+7
* Simplify eval_refl(): do not store a buffer value in a var when the buffer co...Vitor Sessak2008-08-061-5/+5
* Simplify eval_refl(): s/b == 0/!b/Vitor Sessak2008-08-061-1/+1
* Simplify range checking in eval_refl(). Before theVitor Sessak2008-08-061-7/+1
* Cosmetics: reindentVitor Sessak2008-08-061-5/+2
* Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak2008-08-061-3/+1
* Simplify eval_refl(): return directly when needed instead of storing the retu...Vitor Sessak2008-08-061-3/+2
* Simplify rms(): merge a few operations in the same statementVitor Sessak2008-08-061-5/+2
* Cosmetical simplification in t_sqrt()Vitor Sessak2008-08-061-1/+1
* Check available size before writing in decode_frame()Vitor Sessak2008-08-061-0/+3
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-291-19/+19
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak2008-06-291-2/+2
* Update copyrightVitor Sessak2008-06-291-1/+4
* Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak2008-06-291-34/+7
* Doxy commentVitor Sessak2008-06-291-1/+1
* Simplify interp()Vitor Sessak2008-06-241-11/+6
* More cosmeticsVitor Sessak2008-06-241-3/+2
* CosmeticsVitor Sessak2008-06-241-3/+2
* Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak2008-06-241-17/+19
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-241-2/+1
* Remove unused entries from energy_tabVitor Sessak2008-06-241-1/+1
* Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2008-06-231-2/+2
* Consistency: make the output buffer the first argument of functionsVitor Sessak2008-06-231-12/+12
* Use sizeof() intead of hardcoding the valuesVitor Sessak2008-06-231-2/+2
* SimplifyVitor Sessak2008-06-231-2/+1
* SimplifyVitor Sessak2008-06-231-1/+1
* It makes more sense to return 1 here in case of overflow.Vitor Sessak2008-06-231-1/+1
* Cosmetics: indentVitor Sessak2008-06-231-1/+1
* Remove unneeded checkVitor Sessak2008-06-231-1/+0
* rescale_rms() should use unsigned intsVitor Sessak2008-06-231-1/+1
* Move factor multiplication out of irms()Vitor Sessak2008-06-231-3/+3
* This should be signedVitor Sessak2008-06-231-1/+1
* More comments removal/fixesVitor Sessak2008-06-231-4/+1
* Remove useless commentVitor Sessak2008-06-231-1/+0
* More comments improvementVitor Sessak2008-06-231-1/+3
* Document defines betterVitor Sessak2008-06-231-3/+3
OpenPOWER on IntegriCloud