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
2009-08-30Convert ZERO8x2 macro into inline functionKostya Shishkov
2009-08-30Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bitKostya Shishkov
2009-08-30Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing blockKostya Shishkov
2009-07-01RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov
2009-04-27Revert changing VLC initialization type for RV3/4 decoder.Kostya Shishkov
2009-04-25Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically.Kostya Shishkov
2009-04-21100l: VLC table array should not be constKostya Shishkov
2009-04-21Make RV3/4 VLC tables use new static initialization methodKostya Shishkov
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-15Correct MV prediction for B-frame blocks in RV4 decoderKostya Shishkov
2009-03-13Fix direct and skip MB motion compensation in RV4:Kostya Shishkov
2009-02-25cosmetics: reindent after last commitKostya Shishkov
2009-02-25Since motion vectors for intra blocks are always zero, do not try to retrieve...Kostya Shishkov
2009-02-14Enable dropping frames for RV3/4Kostya Shishkov
2009-02-13In RV3/4 nonzero MB offset for the first slice also indicates errorKostya Shishkov
2009-02-07Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.Kostya Shishkov
2009-02-01Silence two pointer assignment compiler warnings in rv34.cKostya Shishkov
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun
2009-01-28Fix Doxygen comments for RV3/4 decoder.Kostya Shishkov
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2008-12-29It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov
2008-12-23352l: correct calculating number of bits for storing macroblock offset in RV3/4Kostya Shishkov
2008-12-17add const qualifier to some pointers for input dataKostya Shishkov
2008-12-17use precalculated mb_pos where availableKostya Shishkov
2008-12-17Merge deblocking pattern with CBP for RV30/40 loop filteringKostya Shishkov
2008-12-17Generate correct deblock pattern for RV30Kostya Shishkov
2008-12-07Do not attempt to decode RV30/40 B-frames without anchors.Kostya Shishkov
2008-12-02Fix reading out of buffer during RV30/40 deblock mask calculationKostya Shishkov
2008-12-0234l: forgot to change one case of chroma MC for RV40Kostya Shishkov
2008-12-02Check RV30/40 slice offsets to be inside buffer.Kostya Shishkov
2008-12-02Update ff_rv34_decode_frame() arguments definitionKostya Shishkov
2008-11-29Invoke future RV30/40 loop filter for already decoded rows instead ofKostya Shishkov
2008-11-27Fix RV40 chroma MCKostya Shishkov
2008-11-2033l Fix applying residue condition in RV30/40 decoderKostya Shishkov
2008-11-20Eliminate direct use of s->current_picture in RV30/40 decoderKostya Shishkov
2008-11-20Use wider margins for edge emulation in RV30/40Kostya Shishkov
2008-11-12Remove unused variable.Diego Biurrun
2008-11-08Split RV3/4 deblock pattern into horizontal and vertical partsKostya Shishkov
2008-11-08Drop redundant check in RV3/4 deblock coefficients calculationKostya Shishkov
2008-11-07Calculating an additional MV-based deblocking pattern is the sameKostya Shishkov
2008-11-01Introduce RV3-specific motion vector prediction.Kostya Shishkov
2008-10-30Correct motion vector scaling in B-frames for RV3/4Kostya Shishkov
2008-10-27Fix chroma motion compensation for RV30Kostya Shishkov
2008-10-24Choose RV3/4 DC quantizer correctlyKostya Shishkov
2008-10-2034l: free RV3/4 context variables at the endKostya Shishkov
2008-10-20RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov
2008-10-20Mark some of RV3/4 block types as having separate DC subblockKostya Shishkov
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-28Calculate motion vector information based on PTS provided in slice headerKostya Shishkov