summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodemv.c
AgeCommit message (Expand)Author
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
2011-12-15Fixed bug to use mode_info_stride rather than mb_colsAdrian Grange
2011-12-09Enabled adaptive UV intra coding for inter framesYaowu Xu
2011-12-07Removed #if CONFIG_I8X8Yaowu Xu
2011-12-07made vp8_mode_context adaptiveYaowu Xu
2011-12-07Minor fixes:Paul Wilkins
2011-12-06Dual 16x16 inter prediction.Ronald S. Bultje
2011-12-02added separate entropy context for alt_refYaowu Xu
2011-12-02enabled 8x8 intra prediction modes on inter framesYaowu Xu
2011-11-28changed find_near_mvs search to include a mb from last frameYaowu Xu
2011-11-21Cosmetic clean up.Paul Wilkins
2011-11-21Decoder segmentation bug.Paul Wilkins
2011-11-15Merge CONFIGURE_SEGMENTATION experiment.Paul Wilkins
2011-11-15Further clean up of Segmentation experiment codePaul Wilkins
2011-11-15Further work on Segmentation Experiment:Paul Wilkins
2011-11-11SEGMENTATION experiment:Paul Wilkins
2011-11-04Segment Feature Data AccessPaul Wilkins
2011-11-03make uv intra mode coding adaptive to Y modeYaowu Xu
2011-11-03Segment Features. Removal of #ifdefsPaul Wilkins
2011-11-02Segmentation: Reference framesPaul Wilkins
2011-10-24Further segment feature extensions.Paul Wilkins
2011-09-30Segment coding of mode and reference frame.Paul Wilkins
2011-09-16enable selecting&transmitting to for intra mode entropyYaowu Xu
2011-09-16add quantizer adaptive intra mb mode encodingYaowu Xu
2011-09-16add 8x8 intra prediction modesYaowu Xu
2011-08-13Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-08-12Propagate macroblock MV to subblocks for error concealmentJohn Koleszar
2011-07-21fix more merge issuesYaowu Xu
2011-07-20Add 8x8 transform to experimental branchDeb Mukherjee
2011-07-14Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-07-13Fix unnecessary casting of B_PREDICTION_MODE (issue 349)Yunqing Wang
2011-06-17Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-06-13Populate bmi for B_PRED onlyScott LaVarnway
2011-06-06Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-06-06Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-06-03Removed unnecessary bmi motion vector stores.Scott LaVarnway
2011-06-02Removed B_MODE_INFOScott LaVarnway
2011-05-26Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-05-26Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-05-24Use int_mv instead of MV in vp8_mv_contScott LaVarnway
2011-05-24Removed unused variable warningsScott LaVarnway
2011-05-24MODE_INFO size reductionScott LaVarnway
2011-05-20Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-05-19Adding error-concealment to the decoder.Stefan Holmer
2011-05-13Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-05-12Using int_mv instead of MVScott LaVarnway