summaryrefslogtreecommitdiff
path: root/vp8/decoder
AgeCommit message (Expand)Author
2012-08-14Some build fixesDeb Mukherjee
2012-08-14Code clean up.Paul Wilkins
2012-08-13Shut up some compiler warnings on gccDaniel Kang
2012-08-13Fix warning/bug introduced in 4d5b81a80faa8333ca3a7aed53684d2167fbebd2.Christian Duvivier
2012-08-10Refactor RD to take same codepath for single and comp predDaniel Kang
2012-08-09Refactor vp8_build_inter16x16_predictor functionsDaniel Kang
2012-08-07a new way of determining reference motion vectorYaowu Xu
2012-08-06Refactoring hybrid transform codingJingning Han
2012-08-06Add x86_64-darwin11-gcc target.Christian Duvivier
2012-08-06Merge "enable interleaved decoding of mode and mv" into experimentalYaowu Xu
2012-08-03Merging in high_precision_mv experimentDeb Mukherjee
2012-08-03enable interleaved decoding of mode and mvYaowu Xu
2012-08-03Replacing the 8x8 DCT with 8x8 ADST/DCT for I8x8Jingning Han
2012-08-03Merge "16x16 DCT blocks." into experimentalDaniel Kang
2012-08-03Merge "Merging and bug-fix in enhanced_interp experiment" into experimentalDeb Mukherjee
2012-08-0216x16 DCT blocks.Daniel Kang
2012-08-02Use 8x8 DCT transform for I8X8 prediction modeJingning Han
2012-07-31Merging and bug-fix in enhanced_interp experimentDeb Mukherjee
2012-07-30Adds support for switchable interpolation filters.Deb Mukherjee
2012-07-27Merges several experimentsDeb Mukherjee
2012-07-19Adds hybrid transformJingning Han
2012-07-17Restyle codeJohn Koleszar
2012-07-16Simplify vp8_decode_mb_tokens_8x8.Daniel Kang
2012-07-16Simplify vp8_decode_mb_tokens.Daniel Kang
2012-07-16Use 8x8 transform for all 16x16 intra prediction modes in keyframes.Ronald S. Bultje
2012-06-28Add lossless compression mode.Hui Su
2012-06-27Added Prediction Filter to Mode SelectionAdrian Grange
2012-06-25Continued adaptive entropy codingDeb Mukherjee
2012-06-25Sign-extend input argument so it can be used in pointer arithmetic.Ronald S. Bultje
2012-06-18Fix a bunch of warnings.Christian Duvivier
2012-06-18x86inc: Move x86inc to the correct location.Daniel Kang
2012-06-15Adaptive entropy coding of coefficients, modes, mv.Deb Mukherjee
2012-06-15Merge "Adds x86inc.asm and update idct/dequant mmx" into experimentalDaniel Kang
2012-06-12Adds x86inc.asm and update idct/dequant mmxDaniel Kang
2012-06-12changed to use a fixed number for update probabityYaowu Xu
2012-05-23changed the way that default probs for 8x8 is set.Yaowu Xu
2012-05-09Improved index remapping for prob updates.Deb Mukherjee
2012-05-08a number of fixes to entropy stats collectionYaowu Xu
2012-05-04Expanding the coefficient encoding contextsDeb Mukherjee
2012-05-02chagned the decoder band to match the encoderYaowu Xu
2012-04-25Adds search option for best interpolation filter.Deb Mukherjee
2012-04-25Merge QIMODE experimentYaowu Xu
2012-04-25Merge UVINTRA experimentYaowu Xu
2012-04-23Differential encoding of probability updatesDeb Mukherjee
2012-04-19Fix splitmv/compound prediction when eightpel is enabled.Ronald S. Bultje
2012-04-18Compound prediction for splitmv macroblocks.Ronald S. Bultje
2012-04-18Added update of mode context pointers in decoderAdrian Grange
2012-04-11Superblock encoding orderAdrian Grange
2012-03-21enable 8x8 transform for MBs in intra framesYaowu Xu
2012-03-21Making subpel filters switchable at frame levelDeb Mukherjee