| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct MV prediction for B-frame blocks in RV4 decoder | Kostya Shishkov | 2009-03-15 | 1 | -1/+1 |
* | Fix direct and skip MB motion compensation in RV4: | Kostya Shishkov | 2009-03-13 | 1 | -3/+4 |
* | cosmetics: reindent after last commit | Kostya Shishkov | 2009-02-25 | 1 | -5/+5 |
* | Since motion vectors for intra blocks are always zero, do not try to retrieve... | Kostya Shishkov | 2009-02-25 | 1 | -0/+3 |
* | Enable dropping frames for RV3/4 | Kostya Shishkov | 2009-02-14 | 1 | -0/+9 |
* | In RV3/4 nonzero MB offset for the first slice also indicates error | Kostya Shishkov | 2009-02-13 | 1 | -1/+1 |
* | Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too. | Kostya Shishkov | 2009-02-07 | 1 | -2/+13 |
* | Silence two pointer assignment compiler warnings in rv34.c | Kostya Shishkov | 2009-02-01 | 1 | -2/+2 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add missing void keyword to parameterless function declarations. | Diego Biurrun | 2009-01-30 | 1 | -1/+1 |
* | Fix Doxygen comments for RV3/4 decoder. | Kostya Shishkov | 2009-01-28 | 1 | -0/+5 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | It turned out that RV30 uses motion vectors for forward motion B-frame | Kostya Shishkov | 2008-12-29 | 1 | -5/+5 |
* | 352l: correct calculating number of bits for storing macroblock offset in RV3/4 | Kostya Shishkov | 2008-12-23 | 1 | -1/+1 |
* | add const qualifier to some pointers for input data | Kostya Shishkov | 2008-12-17 | 1 | -3/+3 |
* | use precalculated mb_pos where available | Kostya Shishkov | 2008-12-17 | 1 | -4/+4 |
* | Merge deblocking pattern with CBP for RV30/40 loop filtering | Kostya Shishkov | 2008-12-17 | 1 | -2/+2 |
* | Generate correct deblock pattern for RV30 | Kostya Shishkov | 2008-12-17 | 1 | -1/+9 |
* | Do not attempt to decode RV30/40 B-frames without anchors. | Kostya Shishkov | 2008-12-07 | 1 | -0/+2 |
* | Fix reading out of buffer during RV30/40 deblock mask calculation | Kostya Shishkov | 2008-12-02 | 1 | -1/+1 |
* | 34l: forgot to change one case of chroma MC for RV40 | Kostya Shishkov | 2008-12-02 | 1 | -1/+2 |
* | Check RV30/40 slice offsets to be inside buffer. | Kostya Shishkov | 2008-12-02 | 1 | -0/+5 |
* | Update ff_rv34_decode_frame() arguments definition | Kostya Shishkov | 2008-12-02 | 1 | -1/+1 |
* | Invoke future RV30/40 loop filter for already decoded rows instead of | Kostya Shishkov | 2008-11-29 | 1 | -1/+4 |
* | Fix RV40 chroma MC | Kostya Shishkov | 2008-11-27 | 1 | -13/+23 |
* | 33l Fix applying residue condition in RV30/40 decoder | Kostya Shishkov | 2008-11-20 | 1 | -2/+2 |
* | Eliminate direct use of s->current_picture in RV30/40 decoder | Kostya Shishkov | 2008-11-20 | 1 | -7/+6 |
* | Use wider margins for edge emulation in RV30/40 | Kostya Shishkov | 2008-11-20 | 1 | -4/+4 |
* | Remove unused variable. | Diego Biurrun | 2008-11-12 | 1 | -1/+1 |
* | Split RV3/4 deblock pattern into horizontal and vertical parts | Kostya Shishkov | 2008-11-08 | 1 | -4/+8 |
* | Drop redundant check in RV3/4 deblock coefficients calculation | Kostya Shishkov | 2008-11-08 | 1 | -2/+0 |
* | Calculating an additional MV-based deblocking pattern is the same | Kostya Shishkov | 2008-11-07 | 1 | -2/+36 |
* | Introduce RV3-specific motion vector prediction. | Kostya Shishkov | 2008-11-01 | 1 | -1/+53 |
* | Correct motion vector scaling in B-frames for RV3/4 | Kostya Shishkov | 2008-10-30 | 1 | -5/+4 |
* | Fix chroma motion compensation for RV30 | Kostya Shishkov | 2008-10-27 | 1 | -6/+13 |
* | Choose RV3/4 DC quantizer correctly | Kostya Shishkov | 2008-10-24 | 1 | -2/+2 |
* | 34l: free RV3/4 context variables at the end | Kostya Shishkov | 2008-10-20 | 1 | -0/+3 |
* | RV3 and RV4 decoders set some deblocking coefs for each macroblock, | Kostya Shishkov | 2008-10-20 | 1 | -0/+4 |
* | Mark some of RV3/4 block types as having separate DC subblock | Kostya Shishkov | 2008-10-20 | 1 | -2/+2 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | Calculate motion vector information based on PTS provided in slice header | Kostya Shishkov | 2008-04-28 | 1 | -18/+21 |
* | Skip blocks in B-frames reuse motion vectors from next reference frame. | Kostya Shishkov | 2008-04-26 | 1 | -4/+32 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -3/+3 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -5/+5 |
* | Save quantizer values as well | Kostya Shishkov | 2008-01-18 | 1 | -0/+1 |
* | Save coded block patterns for future loop filtering. | Kostya Shishkov | 2008-01-18 | 1 | -0/+7 |
* | Fractional parts of motion vectors should be accounted separately too | Kostya Shishkov | 2008-01-06 | 1 | -7/+6 |
* | RV30 thirdpel motion compensation support | Kostya Shishkov | 2008-01-04 | 1 | -16/+18 |
* | Make decode210() common function. | Kostya Shishkov | 2008-01-03 | 1 | -7/+0 |
* | Direct blocks should use motion vectors from the second reference frame | Kostya Shishkov | 2007-12-31 | 1 | -1/+20 |