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-05-24Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov
2008-05-24Use an intermediate variable for overflow testingVitor Sessak
2008-05-24Handle the case where we do not have enough inputVitor Sessak
2008-05-24Anoter try to make +- behave sanely.Michael Niedermayer
2008-05-24Simplify eq()Vitor Sessak
2008-05-24Simplify final()Vitor Sessak
2008-05-24Simplify rms()Vitor Sessak
2008-05-24More simplifications of ra144_decode_frame()Vitor Sessak
2008-05-24Make wavtable a table instead of an arrayVitor Sessak
2008-05-24Fix compilation for buggy icc.Carl Eugen Hoyos
2008-05-23adaptive and fixed codebook vector operations for ACELP-based codecsVladimir Voroshilov
2008-05-23Fix + - bug with non flags.Michael Niedermayer
2008-05-22Update copyright and textBenjamin Larsson
2008-05-22Fix decoding of 01-Untitled(1).oma, patch by Maxim PoliakovskiMaxim Poliakovski
2008-05-21Make gbuf2 a table instead of an arrayVitor Sessak
2008-05-21Remove unneeded var from contextVitor Sessak
2008-05-21Improve parse_primary() error message.Stefano Sabatini
2008-05-21Cosmetics: indentationVitor Sessak
2008-05-21Simplify irms()Vitor Sessak
2008-05-21Simplify add_wav()Vitor Sessak
2008-05-21Only one out of two values of gbuf1 is actually used. Make it half the size.Vitor Sessak
2008-05-21Make etable1 and etable2 tables instead of arrays.Vitor Sessak
2008-05-21Simplify ra144_decode_frame() by unrolling a senselessVitor Sessak
2008-05-21Use ff_sqrt() function instead of using a tableVitor Sessak
2008-05-17Cosmetics: move function to remove forward declarationsVitor Sessak
2008-05-17Minor simplification of rotate_block()Vitor Sessak
2008-05-17Cosmetics: indentationVitor Sessak
2008-05-17Cosmetics: rename variableVitor Sessak
2008-05-17Simplify ra144_decode_frame()Vitor Sessak
2008-05-17Simplify vsad16_mmx2().Michael Niedermayer
2008-05-17Remove a useless temporary bufferVitor Sessak
2008-05-17Simplify vsad16_mmx().Michael Niedermayer
2008-05-17Convert ra144.h tables from hex to decimalVitor Sessak
2008-05-17Simplify vsad_intra16_mmx2()Michael Niedermayer
2008-05-17Simplify vsad_intra16_mmx()Michael Niedermayer
2008-05-17LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber
2008-05-17The MPEG4AAC codec is provided by an external library and will be disabledDiego Biurrun
2008-05-17missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun
2008-05-17Avoid using log2() freebsd does not support it.Michael Niedermayer
2008-05-16Fix big-endian vs. little-endian typo.Diego Biurrun
2008-05-16consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun
2008-05-16Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.Diego Biurrun
2008-05-16cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun
2008-05-16cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun
2008-05-16cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini
2008-05-15Remove useless buffersVitor Sessak
2008-05-15Simplify rotate_block()Vitor Sessak
2008-05-15Do not pass the context to functions that do not use itVitor Sessak
2008-05-15Declare vars as const when possibleVitor Sessak
2008-05-15Do not copy tables to a context var, use them directlyVitor Sessak