summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* standalone snow dsputil initLuca Barbato2006-08-03
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-03
* Minor fixLuca Barbato2006-08-03
* avoid alignment hacks, luckly gcc does the right thing on arches different fr...Luca Barbato2006-08-03
* vorbis_inverse_coupling_altivecLuca Barbato2006-08-03
* CleanupLuca Barbato2006-08-03
* 10l, vorbis_inverse_coupling_sse() was really 3dnowLoren Merritt2006-08-03
* another div -> fastdiv, another 2% faster vorbis.Loren Merritt2006-08-03
* Looks like to be a good time to re-enable WMV3 decoderKostya Shishkov2006-08-03
* Don't try to decode P-frames from old WMV3 variant until their format is figuredKostya Shishkov2006-08-03
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-03
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-03
* int16_t is faster than int_fast16_t for division.Loren Merritt2006-08-03
* set supported pixel formats correctlyMichael Niedermayer2006-08-02
* avoid possible segfault situationsLuca Barbato2006-08-02
* CosmeticsLuca Barbato2006-08-02
* Forgot to update LIBAVCODEC_VERSION_INTKostya Shishkov2006-08-01
* remove libtheora wrapperMåns Rullgård2006-07-31
* Fix overflows in bicubic interpolation.Kostya Shishkov2006-07-31
* Use bicubic MC (should also remove those ringing artifacts) when neededKostya Shishkov2006-07-30
* Use functions from DSPContext in vc1.cKostya Shishkov2006-07-30
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-30
* Remove spurious references to Ogg Theora encoder, such a thing never existed.Diego Biurrun2006-07-29
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-29
* Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)Kostya Shishkov2006-07-29
* Support range reduced framesKostya Shishkov2006-07-29
* Support grayscale decoding.Kostya Shishkov2006-07-29
* Add rounding for overlap filtersKostya Shishkov2006-07-28
* 10l in r5768 (broke mbaff)Loren Merritt2006-07-27
* Remove sws_global_init() from swscaler emulationLuca Abeni2006-07-27
* Fix FSF postal address.Diego Biurrun2006-07-26
* Fix a corner case in sws emulationLuca Abeni2006-07-25
* Some B-frames support (parsing and decoding only, no motion compesation is done)Kostya Shishkov2006-07-24
* Some fixes for decode_p_mb()Kostya Shishkov2006-07-24
* Remove obsolete and misleading warning.Diego Biurrun2006-07-23
* Do not crash when the first frame is not a keyframe (and thus none of theReimar Döffinger2006-07-23
* Correct edge MC for chromaKostya Shishkov2006-07-23
* Replace code for clipping MV vectors (which is wrong to use here) with clippi...Kostya Shishkov2006-07-22
* Don't do non-uniform quantization on zero coeffs.Kostya Shishkov2006-07-22
* 1000l: scale DC predictors instead of predicted value.Kostya Shishkov2006-07-21
* Set DC = 0 for skipped MB as it interferes DC predictionKostya Shishkov2006-07-21
* Set correctly quantizer and transform mode when parsing frame header.Kostya Shishkov2006-07-21
* avoid 4 +Michael Niedermayer2006-07-19
* remove 166 useless underscores, and make this file valid c code as a resultMichael Niedermayer2006-07-19
* remove a few useless casts and avoid the useless t1/t2 variablesMichael Niedermayer2006-07-19
* simplifyMichael Niedermayer2006-07-19
* more simplificationsMichael Niedermayer2006-07-19
* simplificationMichael Niedermayer2006-07-19
* iabs -> ABSMichael Niedermayer2006-07-19
* simplifyMichael Niedermayer2006-07-19