Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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