summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodemv.c
AgeCommit message (Expand)Author
2012-08-24New Motion Reference SearchPaul Wilkins
2012-08-20Superblock coding.Ronald S. Bultje
2012-08-15Code clean up.Paul Wilkins
2012-08-14Merge "Changed to use reference mv as nearest mv" into experimentalYaowu Xu
2012-08-14Changed to use reference mv as nearest mvYaowu Xu
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-07a new way of determining reference motion vectorYaowu Xu
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-07-30Adds support for switchable interpolation filters.Deb Mukherjee
2012-07-27Merges several experimentsDeb Mukherjee
2012-07-17Restyle codeJohn Koleszar
2012-06-27Added Prediction Filter to Mode SelectionAdrian Grange
2012-06-25Continued adaptive entropy codingDeb Mukherjee
2012-06-15Adaptive entropy coding of coefficients, modes, mv.Deb Mukherjee
2012-04-25Merge QIMODE experimentYaowu Xu
2012-04-25Merge UVINTRA experimentYaowu Xu
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-21Adding contextual coding of mb_skip_coeff flag.Deb Mukherjee
2012-03-14added clamp for 2nd motion vectorYaowu Xu
2012-03-07Snapshot candidatePaul Wilkins
2012-03-05Use per-MB compound intra prediction.Ronald S. Bultje
2012-03-05Changed how UV r/d estimates are done for Intra ModesYaowu Xu
2012-02-28Rename "dual" prediction to "compound" prediction.Ronald S. Bultje
2012-02-28Compound intra prediction (b_pred/4x4 only, for now),Ronald S. Bultje
2012-02-28Initial refactoring of high_precision mv code.Deb Mukherjee
2012-02-23Supporting high precision 1/8-pel motion vectorsDeb Mukherjee
2012-02-15Experimental code base simplification.Paul Wilkins
2012-02-09Merge dualpred (compound prediction) experiment.Ronald S. Bultje
2012-02-09Removal of SEGFEATURES placeholder commentsPaul Wilkins
2012-02-09Merge COMPREDPaul Wilkins
2012-02-09Dual pred flagPaul Wilkins
2012-02-06Merged NEWNEAR experimentPaul Wilkins
2012-02-06Coding the hybrid dual prediction signal.Paul Wilkins
2012-02-06Moved prob_dualpred to common.Paul Wilkins
2012-02-06Modified prediction behavior for reference frame.Paul Wilkins
2012-02-03Reference frame prediction:Paul Wilkins
2012-02-02Added encoding in Superblock OrderAdrian Grange
2012-02-01Fixes a decoder bugYaowu Xu
2012-02-01Import another decoder bug fix from public stable branchAuthor: John Koleszar
2012-01-31Implementation of new prediction model for reference frame coding.Paul Wilkins
2012-01-31Use common prediction interface for segment coding.Paul Wilkins
2012-01-31Moved some reference frame data structures into common.Paul Wilkins
2012-01-31Moved some segmentation data structures.Paul Wilkins
2011-12-16Reset segment_id to 0 when segmentation is disabledAdrian Grange