summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* CosmeticsVitor Sessak2008-06-22
* Avoid a memcpy. Code is also simpler now in my opinion.Vitor Sessak2008-06-22
* Remove now unused variableRobert Swain2008-06-22
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-22
* vp6: ensure that huffman decoding table is sorted with descending symbol orderPeter Ross2008-06-22
* cosmetics: alignmentDiego Biurrun2008-06-22
* Add missing entry for PCM_DVD_ENCODER.Diego Biurrun2008-06-22
* Add missing mpegvideo.o to list of vc1.o dependencies.Peter Ross2008-06-22
* Add missing entry for ADPCM_IMA_QT_ENCODER.Peter Ross2008-06-22
* Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.Peter Ross2008-06-22
* Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16Reimar Döffinger2008-06-22
* Extend documentation for AVOption.Stefano Sabatini2008-06-21
* Do not write junk in the end of truncated files. FATEVitor Sessak2008-06-20
* Misc cosmeticsVitor Sessak2008-06-19
* Remove useless commentVitor Sessak2008-06-19
* Last table renamingVitor Sessak2008-06-19
* Yet more table renamingVitor Sessak2008-06-19
* 10l: fix typoVitor Sessak2008-06-19
* More table renamingVitor Sessak2008-06-19
* Rename tableVitor Sessak2008-06-19
* Rename vars: s/decsp/out/Vitor Sessak2008-06-19
* Rename functionVitor Sessak2008-06-19
* Rename varVitor Sessak2008-06-19
* Do not shift F[I] twice, it is also clearer and smaller now.Michael Niedermayer2008-06-19
* Factorize c->ap += (-c->ap) >> 4 outMichael Niedermayer2008-06-19
* Get rid of G726Tables.bits.Michael Niedermayer2008-06-19
* Copy 4 pointers to avid dozends of ptr dereferences.Michael Niedermayer2008-06-19
* Does not need to be int16.Michael Niedermayer2008-06-19
* Factorize I >> (c->tbls->bits - 1) out.Michael Niedermayer2008-06-19
* Improve an lclenc.c error message in case of unsupported input pixelStefano Sabatini2008-06-19
* 1 abs() lessMichael Niedermayer2008-06-19
* simplifyMichael Niedermayer2008-06-18
* useless ()Michael Niedermayer2008-06-18
* remove unneeded tr == 0Michael Niedermayer2008-06-18
* simplifyMichael Niedermayer2008-06-18
* Get rid of the redundant AVG726Context.Michael Niedermayer2008-06-18
* Remove the truncated bitstream handling from our g726 decoder.Michael Niedermayer2008-06-18
* convert DOS-style carriage return to Unix-styleGuillaume Poirier2008-06-17
* Change iquant tables to int16.Michael Niedermayer2008-06-17
* simplifyMichael Niedermayer2008-06-17
* Get rid of useless wrapper function.Michael Niedermayer2008-06-17
* Do not inline g726_iterate() the function is big so its inlining willMichael Niedermayer2008-06-17
* Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.Michael Niedermayer2008-06-16
* Remove redundant zeroing (the context is memset(0)).Michael Niedermayer2008-06-16
* Use smaller data types for tables.Michael Niedermayer2008-06-16
* Float11 does not need int, .o file becomes smaller and the code mightMichael Niedermayer2008-06-16
* simplifyMichael Niedermayer2008-06-16
* Correct validity checks.Michael Niedermayer2008-06-16
* Print sane error message for channels != 1.Michael Niedermayer2008-06-16
* Check number of bits so we do not try to use table entries which do not exist.Michael Niedermayer2008-06-16