summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov2008-05-24
| | | | | | and convert it to a generic interpolation routine. Originally committed as revision 13284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use an intermediate variable for overflow testingVitor Sessak2008-05-24
| | | | Originally committed as revision 13283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle the case where we do not have enough inputVitor Sessak2008-05-24
| | | | Originally committed as revision 13282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Anoter try to make +- behave sanely.Michael Niedermayer2008-05-24
| | | | Originally committed as revision 13281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify eq()Vitor Sessak2008-05-24
| | | | Originally committed as revision 13278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify final()Vitor Sessak2008-05-24
| | | | Originally committed as revision 13277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify rms()Vitor Sessak2008-05-24
| | | | Originally committed as revision 13276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More simplifications of ra144_decode_frame()Vitor Sessak2008-05-24
| | | | Originally committed as revision 13275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make wavtable a table instead of an arrayVitor Sessak2008-05-24
| | | | Originally committed as revision 13274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation for buggy icc.Carl Eugen Hoyos2008-05-24
| | | | Originally committed as revision 13273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adaptive and fixed codebook vector operations for ACELP-based codecsVladimir Voroshilov2008-05-23
| | | | Originally committed as revision 13244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix + - bug with non flags.Michael Niedermayer2008-05-23
| | | | Originally committed as revision 13243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update copyright and textBenjamin Larsson2008-05-22
| | | | Originally committed as revision 13239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix decoding of 01-Untitled(1).oma, patch by Maxim PoliakovskiMaxim Poliakovski2008-05-22
| | | | Originally committed as revision 13238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make gbuf2 a table instead of an arrayVitor Sessak2008-05-21
| | | | Originally committed as revision 13221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded var from contextVitor Sessak2008-05-21
| | | | Originally committed as revision 13220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve parse_primary() error message.Stefano Sabatini2008-05-21
| | | | | | Patch by Stefano Sabatini and Michael Niedermayer Originally committed as revision 13218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2008-05-21
| | | | Originally committed as revision 13216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify irms()Vitor Sessak2008-05-21
| | | | Originally committed as revision 13215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify add_wav()Vitor Sessak2008-05-21
| | | | Originally committed as revision 13214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only one out of two values of gbuf1 is actually used. Make it half the size.Vitor Sessak2008-05-21
| | | | Originally committed as revision 13213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make etable1 and etable2 tables instead of arrays.Vitor Sessak2008-05-21
| | | | Originally committed as revision 13212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ra144_decode_frame() by unrolling a senselessVitor Sessak2008-05-21
| | | | | | | | loop. Thanks mkhdor for suggesting this patch. Originally committed as revision 13211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_sqrt() function instead of using a tableVitor Sessak2008-05-21
| | | | Originally committed as revision 13210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: move function to remove forward declarationsVitor Sessak2008-05-17
| | | | Originally committed as revision 13198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification of rotate_block()Vitor Sessak2008-05-17
| | | | Originally committed as revision 13197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2008-05-17
| | | | Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: rename variableVitor Sessak2008-05-17
| | | | Originally committed as revision 13195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ra144_decode_frame()Vitor Sessak2008-05-17
| | | | Originally committed as revision 13194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vsad16_mmx2().Michael Niedermayer2008-05-17
| | | | Originally committed as revision 13193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a useless temporary bufferVitor Sessak2008-05-17
| | | | Originally committed as revision 13192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vsad16_mmx().Michael Niedermayer2008-05-17
| | | | Originally committed as revision 13191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert ra144.h tables from hex to decimalVitor Sessak2008-05-17
| | | | Originally committed as revision 13190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vsad_intra16_mmx2()Michael Niedermayer2008-05-17
| | | | Originally committed as revision 13189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify vsad_intra16_mmx()Michael Niedermayer2008-05-17
| | | | Originally committed as revision 13188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-17
| | | | Originally committed as revision 13187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The MPEG4AAC codec is provided by an external library and will be disabledDiego Biurrun2008-05-17
| | | | | | with the next libavcodec major version bump. Originally committed as revision 13186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-17
| | | | Originally committed as revision 13185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using log2() freebsd does not support it.Michael Niedermayer2008-05-16
| | | | Originally committed as revision 13184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix big-endian vs. little-endian typo.Diego Biurrun2008-05-16
| | | | Originally committed as revision 13181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-16
| | | | Originally committed as revision 13180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.Diego Biurrun2008-05-16
| | | | Originally committed as revision 13179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun2008-05-15
| | | | Originally committed as revision 13174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun2008-05-15
| | | | Originally committed as revision 13173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-15
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless buffersVitor Sessak2008-05-15
| | | | Originally committed as revision 13168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify rotate_block()Vitor Sessak2008-05-15
| | | | Originally committed as revision 13167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not pass the context to functions that do not use itVitor Sessak2008-05-15
| | | | Originally committed as revision 13166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare vars as const when possibleVitor Sessak2008-05-15
| | | | Originally committed as revision 13165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not copy tables to a context var, use them directlyVitor Sessak2008-05-15
| | | | Originally committed as revision 13164 to svn://svn.ffmpeg.org/ffmpeg/trunk