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-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
2008-06-20Yet more table renamingVitor Sessak
2008-06-20More table renamingVitor Sessak
2008-06-20Rename tableVitor Sessak
2008-06-19Rename vars: s/decsp/out/Vitor Sessak
2008-06-19Rename functionVitor Sessak
2008-06-19Rename varVitor Sessak
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-05Remove *lpc_refl from the context. Only the valueVitor Sessak
2008-06-05Split function rms() in two (it does two unrelated things)Vitor Sessak
2008-06-02Remove warning that could never be triggered.Vitor Sessak
2008-06-01Replace comments by error messages.Vitor Sessak
2008-06-01CosmeticsVitor Sessak
2008-06-01Rename dec2() functionVitor Sessak
2008-06-01Rename varVitor Sessak
2008-06-01Rename dec1() to a more descriptive nameVitor Sessak
2008-06-01The function dec1() do two completly unrelated things. Split the rms calculat...Vitor Sessak
2008-06-01Yet more variable renamingVitor Sessak
2008-06-01More variable renamingVitor Sessak
2008-06-01Rename functionsVitor Sessak
2008-06-01Rename variablesVitor Sessak
2008-05-31Add doxy comments to eq() and do_voice()Vitor Sessak
2008-05-31Minor simplificationVitor Sessak
2008-05-31Rename variableVitor Sessak
2008-05-31Remove useless intermediate variableVitor Sessak
2008-05-30Revert r13499, log:Vitor Sessak
2008-05-29Rename variableVitor Sessak
2008-05-29More intermediate vars removalVitor Sessak
2008-05-29Remove unused varVitor Sessak
2008-05-29Remove useless intermediate varVitor Sessak
2008-05-29Remove dec1() functionVitor Sessak
2008-05-28Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak
2008-05-28Make lpc coefficients 16 bit wideVitor Sessak
2008-05-28Simplify implementation and use of dec2()Vitor Sessak
2008-05-27Add commentVitor Sessak
2008-05-27Fix doxy commentsVitor Sessak
2008-05-27cosmetics: typo fixesDiego Biurrun