Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-07Cosmetics: rename loop counters in eval_refl()Vitor Sessak
2008-08-07Simplify eval_refl(): do not store a buffer value in a var when the buffer co...Vitor Sessak
2008-08-07Simplify eval_refl(): s/b == 0/!b/Vitor Sessak
2008-08-07Simplify range checking in eval_refl(). Before theVitor Sessak
2008-08-07Cosmetics: reindentVitor Sessak
2008-08-07Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak
2008-08-06Simplify eval_refl(): return directly when needed instead of storing the retu...Vitor Sessak
2008-08-06Simplify rms(): merge a few operations in the same statementVitor Sessak
2008-08-06Cosmetical simplification in t_sqrt()Vitor Sessak
2008-08-06Check available size before writing in decode_frame()Vitor Sessak
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-29Cosmetics: rename loop counter vars to i,jVitor Sessak
2008-06-30Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak
2008-06-29Update copyrightVitor Sessak
2008-06-29Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak
2008-06-29Doxy commentVitor Sessak
2008-06-25Simplify interp()Vitor Sessak
2008-06-25More cosmeticsVitor Sessak
2008-06-25CosmeticsVitor Sessak
2008-06-24Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak
2008-06-24Remove unused entries from lpc_refl_cb*Vitor Sessak
2008-06-24Remove unused entries from energy_tabVitor Sessak
2008-06-24Merge the >> 4 calculation of cb1_base in the tableVitor Sessak
2008-06-24Consistency: make the output buffer the first argument of functionsVitor Sessak
2008-06-24Use sizeof() intead of hardcoding the valuesVitor Sessak
2008-06-24SimplifyVitor Sessak
2008-06-24SimplifyVitor Sessak
2008-06-24It makes more sense to return 1 here in case of overflow.Vitor Sessak
2008-06-24Cosmetics: indentVitor Sessak
2008-06-24Remove unneeded checkVitor Sessak
2008-06-24rescale_rms() should use unsigned intsVitor Sessak
2008-06-24Move factor multiplication out of irms()Vitor Sessak
2008-06-24This should be signedVitor Sessak
2008-06-24More comments removal/fixesVitor Sessak
2008-06-24Remove useless commentVitor Sessak
2008-06-24More comments improvementVitor Sessak
2008-06-24Document defines betterVitor Sessak
2008-06-24Remove useless defineVitor Sessak
2008-06-24Rename rotate_buffer() to copy_and_dup() and doxy itVitor Sessak
2008-06-24Simplify t_sqrt()Vitor Sessak
2008-06-24Add doxy commentVitor Sessak
2008-06-24Rename varVitor Sessak
2008-06-24Move code unrelated to lpc filtering out of lpc_filter()Vitor Sessak
2008-06-23Simplify rotate_buffer()Vitor Sessak
2008-06-23CosmeticsVitor Sessak
2008-06-23Avoid a memcpy. Code is also simpler now in my opinion.Vitor Sessak
2008-06-21Do not write junk in the end of truncated files. FATEVitor Sessak
2008-06-20Misc cosmeticsVitor Sessak
2008-06-20Remove useless commentVitor Sessak
2008-06-20Last table renamingVitor Sessak