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-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-03Remove unused variables and the corresponding warnings along with them.Diego Biurrun
2006-09-28dc_val should be signedMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-21Finally enable B-frame decoding as all known samples work perfectKostya Shishkov
2006-09-21For B-frames if the second reference frame signals intensity compensationKostya Shishkov
2006-09-21Reorder MV order in B-frames so no swapping in vc1_b_mc() is neededKostya Shishkov
2006-09-12Swap back and forward motion vectors to achieve correct pictureKostya Shishkov
2006-09-12Set motion vectors used in B-frames to zero by defaultKostya Shishkov
2006-09-12Use h264_chroma funcs in B-frames MC tooKostya Shishkov
2006-09-12Fix edge emulation for bicubic MC in B framesKostya Shishkov
2006-09-122989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov
2006-09-10Disable B-frames decoding until they produce correct pictureKostya Shishkov
2006-09-09Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov
2006-09-09Support for BI-frames in Advanced ProfileKostya Shishkov
2006-09-09Don't print header bits by defaultKostya Shishkov
2006-09-09[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()Kostya Shishkov
2006-09-09[Cosmetics] Remove some done TODOs/FIXMEs from commentsKostya Shishkov
2006-09-09Proper support for B/BI framesKostya Shishkov
2006-09-04VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)Kostya Shishkov
2006-09-02Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tabKostya Shishkov
2006-08-31New qpel MC functions conforming to VC-1 standard.Kostya Shishkov
2006-08-31SpellingKostya Shishkov
2006-08-31Motion compensation for luma always use halfpel precision.Kostya Shishkov
2006-08-11Disable B-frames decoding until I return and finish their proper decoding.Kostya Shishkov
2006-08-06Correct MC for B-frames and some improvements (not 100% complete though)Kostya Shishkov
2006-08-06Bicubic interpolation requires two additional pixels for blockKostya Shishkov
2006-08-04100l: intensity compensation must be also done in 4-MV modeKostya Shishkov
2006-08-03Don't try to decode P-frames from old WMV3 variant until their format is figuredKostya 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-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-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-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-16Don't pass block[6][64] parameter to decode_p_mb as we always use s->blockKostya Shishkov
2006-07-16Correct inverse quantization for P-framesKostya Shishkov
2006-07-16Rounding control for motion compensation.Kostya Shishkov
2006-07-09FastUVMV vs FastUVMC typo, noticed by bondDiego Biurrun
2006-07-09Check if 4-MV MB should not be decoded.Kostya Shishkov