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