summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
Commit message (Expand)AuthorAge
* cosmetics: reindent after last commitKostya Shishkov2009-02-25
* Since motion vectors for intra blocks are always zero, do not try to retrieve...Kostya Shishkov2009-02-25
* Enable dropping frames for RV3/4Kostya Shishkov2009-02-14
* In RV3/4 nonzero MB offset for the first slice also indicates errorKostya Shishkov2009-02-13
* Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.Kostya Shishkov2009-02-07
* Silence two pointer assignment compiler warnings in rv34.cKostya Shishkov2009-02-01
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Fix Doxygen comments for RV3/4 decoder.Kostya Shishkov2009-01-28
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* It turned out that RV30 uses motion vectors for forward motion B-frameKostya Shishkov2008-12-29
* 352l: correct calculating number of bits for storing macroblock offset in RV3/4Kostya Shishkov2008-12-23
* add const qualifier to some pointers for input dataKostya Shishkov2008-12-17
* use precalculated mb_pos where availableKostya Shishkov2008-12-17
* Merge deblocking pattern with CBP for RV30/40 loop filteringKostya Shishkov2008-12-17
* Generate correct deblock pattern for RV30Kostya Shishkov2008-12-17
* Do not attempt to decode RV30/40 B-frames without anchors.Kostya Shishkov2008-12-07
* Fix reading out of buffer during RV30/40 deblock mask calculationKostya Shishkov2008-12-02
* 34l: forgot to change one case of chroma MC for RV40Kostya Shishkov2008-12-02
* Check RV30/40 slice offsets to be inside buffer.Kostya Shishkov2008-12-02
* Update ff_rv34_decode_frame() arguments definitionKostya Shishkov2008-12-02
* Invoke future RV30/40 loop filter for already decoded rows instead ofKostya Shishkov2008-11-29
* Fix RV40 chroma MCKostya Shishkov2008-11-27
* 33l Fix applying residue condition in RV30/40 decoderKostya Shishkov2008-11-20
* Eliminate direct use of s->current_picture in RV30/40 decoderKostya Shishkov2008-11-20
* Use wider margins for edge emulation in RV30/40Kostya Shishkov2008-11-20
* Remove unused variable.Diego Biurrun2008-11-12
* Split RV3/4 deblock pattern into horizontal and vertical partsKostya Shishkov2008-11-08
* Drop redundant check in RV3/4 deblock coefficients calculationKostya Shishkov2008-11-08
* Calculating an additional MV-based deblocking pattern is the sameKostya Shishkov2008-11-07
* Introduce RV3-specific motion vector prediction.Kostya Shishkov2008-11-01
* Correct motion vector scaling in B-frames for RV3/4Kostya Shishkov2008-10-30
* Fix chroma motion compensation for RV30Kostya Shishkov2008-10-27
* Choose RV3/4 DC quantizer correctlyKostya Shishkov2008-10-24
* 34l: free RV3/4 context variables at the endKostya Shishkov2008-10-20
* RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov2008-10-20
* Mark some of RV3/4 block types as having separate DC subblockKostya Shishkov2008-10-20
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-28
* Skip blocks in B-frames reuse motion vectors from next reference frame.Kostya Shishkov2008-04-26
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Save quantizer values as wellKostya Shishkov2008-01-18
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-18
* Fractional parts of motion vectors should be accounted separately tooKostya Shishkov2008-01-06
* RV30 thirdpel motion compensation supportKostya Shishkov2008-01-04
* Make decode210() common function.Kostya Shishkov2008-01-03
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-31
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-17
* RV30/40 decoding coreKostya Shishkov2007-12-16