summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* More cosmeticsVitor Sessak2008-06-24
* CosmeticsVitor Sessak2008-06-24
* revert accidental const slipping inStefan Gehrer2008-06-24
* Replace redundant MAX macro declaration by proper use of FFMAX.Diego Biurrun2008-06-24
* mark read-only data as constStefan Gehrer2008-06-24
* Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak2008-06-24
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-24
* Remove unused entries from energy_tabVitor Sessak2008-06-24
* Mark constant structure member as const to avoid some warnings.Laurent Desnogues2008-06-24
* Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun2008-06-24
* Remove unused values from gain_{val,exp}_tabVitor Sessak2008-06-23
* Now these tables fit in 16 bits.Vitor Sessak2008-06-23
* Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2008-06-23
* Consistency: make the output buffer the first argument of functionsVitor Sessak2008-06-23
* Use sizeof() intead of hardcoding the valuesVitor Sessak2008-06-23
* SimplifyVitor Sessak2008-06-23
* SimplifyVitor Sessak2008-06-23
* It makes more sense to return 1 here in case of overflow.Vitor Sessak2008-06-23
* Cosmetics: indentVitor Sessak2008-06-23
* Remove unneeded checkVitor Sessak2008-06-23
* rescale_rms() should use unsigned intsVitor Sessak2008-06-23
* Move factor multiplication out of irms()Vitor Sessak2008-06-23
* This should be signedVitor Sessak2008-06-23
* More comments removal/fixesVitor Sessak2008-06-23
* Remove useless commentVitor Sessak2008-06-23
* More comments improvementVitor Sessak2008-06-23
* Document defines betterVitor Sessak2008-06-23
* Remove useless defineVitor Sessak2008-06-23
* Rename rotate_buffer() to copy_and_dup() and doxy itVitor Sessak2008-06-23
* Simplify t_sqrt()Vitor Sessak2008-06-23
* Add doxy commentVitor Sessak2008-06-23
* Rename varVitor Sessak2008-06-23
* Move code unrelated to lpc filtering out of lpc_filter()Vitor Sessak2008-06-23
* Simplify rotate_buffer()Vitor Sessak2008-06-23
* Fix typo in libavcodec/opt.h.Stefano Sabatini2008-06-23
* Allocate static tables on stack, not heap.Art Clarke2008-06-23
* 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