summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv34.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix RV40 chroma MCKostya Shishkov2008-11-271-13/+23
* 33l Fix applying residue condition in RV30/40 decoderKostya Shishkov2008-11-201-2/+2
* Eliminate direct use of s->current_picture in RV30/40 decoderKostya Shishkov2008-11-201-7/+6
* Use wider margins for edge emulation in RV30/40Kostya Shishkov2008-11-201-4/+4
* Remove unused variable.Diego Biurrun2008-11-121-1/+1
* Split RV3/4 deblock pattern into horizontal and vertical partsKostya Shishkov2008-11-081-4/+8
* Drop redundant check in RV3/4 deblock coefficients calculationKostya Shishkov2008-11-081-2/+0
* Calculating an additional MV-based deblocking pattern is the sameKostya Shishkov2008-11-071-2/+36
* Introduce RV3-specific motion vector prediction.Kostya Shishkov2008-11-011-1/+53
* Correct motion vector scaling in B-frames for RV3/4Kostya Shishkov2008-10-301-5/+4
* Fix chroma motion compensation for RV30Kostya Shishkov2008-10-271-6/+13
* Choose RV3/4 DC quantizer correctlyKostya Shishkov2008-10-241-2/+2
* 34l: free RV3/4 context variables at the endKostya Shishkov2008-10-201-0/+3
* RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov2008-10-201-0/+4
* Mark some of RV3/4 block types as having separate DC subblockKostya Shishkov2008-10-201-2/+2
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-281-18/+21
* Skip blocks in B-frames reuse motion vectors from next reference frame.Kostya Shishkov2008-04-261-4/+32
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-5/+5
* Save quantizer values as wellKostya Shishkov2008-01-181-0/+1
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-181-0/+7
* Fractional parts of motion vectors should be accounted separately tooKostya Shishkov2008-01-061-7/+6
* RV30 thirdpel motion compensation supportKostya Shishkov2008-01-041-16/+18
* Make decode210() common function.Kostya Shishkov2008-01-031-7/+0
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-311-1/+20
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-171-0/+1
* RV30/40 decoding coreKostya Shishkov2007-12-161-0/+1277
OpenPOWER on IntegriCloud