aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Use sizeof() intead of hardcoding the valuesVitor Sessak2008-06-231-2/+2
* SimplifyVitor Sessak2008-06-231-2/+1
* SimplifyVitor Sessak2008-06-231-1/+1
* It makes more sense to return 1 here in case of overflow.Vitor Sessak2008-06-231-1/+1
* Cosmetics: indentVitor Sessak2008-06-231-1/+1
* Remove unneeded checkVitor Sessak2008-06-231-1/+0
* rescale_rms() should use unsigned intsVitor Sessak2008-06-231-1/+1
* Move factor multiplication out of irms()Vitor Sessak2008-06-231-3/+3
* This should be signedVitor Sessak2008-06-231-1/+1
* More comments removal/fixesVitor Sessak2008-06-231-4/+1
* Remove useless commentVitor Sessak2008-06-231-1/+0
* More comments improvementVitor Sessak2008-06-231-1/+3
* Document defines betterVitor Sessak2008-06-231-3/+3
* Remove useless defineVitor Sessak2008-06-231-2/+1
* Rename rotate_buffer() to copy_and_dup() and doxy itVitor Sessak2008-06-231-3/+6
* Simplify t_sqrt()Vitor Sessak2008-06-231-2/+2
* Add doxy commentVitor Sessak2008-06-231-0/+7
* Rename varVitor Sessak2008-06-231-3/+3
* Move code unrelated to lpc filtering out of lpc_filter()Vitor Sessak2008-06-231-6/+7
* Simplify rotate_buffer()Vitor Sessak2008-06-231-6/+5
* Fix typo in libavcodec/opt.h.Stefano Sabatini2008-06-231-1/+1
* Allocate static tables on stack, not heap.Art Clarke2008-06-231-20/+20
* CosmeticsVitor Sessak2008-06-221-2/+1
* Avoid a memcpy. Code is also simpler now in my opinion.Vitor Sessak2008-06-221-16/+12
* Remove now unused variableRobert Swain2008-06-221-1/+0
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-225-6/+19
* vp6: ensure that huffman decoding table is sorted with descending symbol orderPeter Ross2008-06-221-1/+2
* cosmetics: alignmentDiego Biurrun2008-06-221-84/+84
* Add missing entry for PCM_DVD_ENCODER.Diego Biurrun2008-06-221-0/+1
* Add missing mpegvideo.o to list of vc1.o dependencies.Peter Ross2008-06-221-2/+2
* Add missing entry for ADPCM_IMA_QT_ENCODER.Peter Ross2008-06-221-0/+1
* Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.Peter Ross2008-06-221-0/+1
* Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16Reimar Döffinger2008-06-221-2/+6
* Extend documentation for AVOption.Stefano Sabatini2008-06-211-3/+17
* Do not write junk in the end of truncated files. FATEVitor Sessak2008-06-201-0/+1
* Misc cosmeticsVitor Sessak2008-06-191-4/+2
* Remove useless commentVitor Sessak2008-06-191-1/+0
* Last table renamingVitor Sessak2008-06-192-7/+7
* Yet more table renamingVitor Sessak2008-06-192-3/+3
* 10l: fix typoVitor Sessak2008-06-191-1/+1
* More table renamingVitor Sessak2008-06-192-14/+14
* Rename tableVitor Sessak2008-06-192-2/+2
* Rename vars: s/decsp/out/Vitor Sessak2008-06-191-7/+7
* Rename functionVitor Sessak2008-06-191-2/+2
* Rename varVitor Sessak2008-06-191-3/+3
* Do not shift F[I] twice, it is also clearer and smaller now.Michael Niedermayer2008-06-191-2/+2
* Factorize c->ap += (-c->ap) >> 4 outMichael Niedermayer2008-06-191-3/+4
* Get rid of G726Tables.bits.Michael Niedermayer2008-06-191-9/+8
* Copy 4 pointers to avid dozends of ptr dereferences.Michael Niedermayer2008-06-191-11/+11
* Does not need to be int16.Michael Niedermayer2008-06-191-1/+1