summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodframe.c
AgeCommit message (Expand)Author
2012-06-18Fix a bunch of warnings.Christian Duvivier
2012-06-15Adaptive entropy coding of coefficients, modes, mv.Deb Mukherjee
2012-06-12changed to use a fixed number for update probabityYaowu 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-04-25Adds search option for best interpolation filter.Deb Mukherjee
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-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
2012-03-07Snapshot candidatePaul Wilkins
2012-03-01Merge t8x8 experimentsYaowu Xu
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-28Experimental branch code clean up.Paul Wilkins
2012-02-28Code SimplificationPaul Wilkins
2012-02-27Corrected spellingPaul Wilkins
2012-02-23Supporting high precision 1/8-pel motion vectorsDeb Mukherjee
2012-02-15Experimental code base simplification.Paul Wilkins
2012-02-13vp8 - config_featureupdatesJim Bankoski
2012-02-13Changed how coefficient probability table is updatedYaowu Xu
2012-02-10Removal of threading code.Paul Wilkins
2012-02-10Improved coding using 8x8 transformRonald S. Bultje
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-06Merged NEWNEAR experimentPaul Wilkins
2012-02-02Added encoding in Superblock OrderAdrian Grange
2012-02-01Import a decoder bug fix from public stable branchScott LaVarnway
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-19Further QIndex realted Fixes:Paul Wilkins
2011-12-09Revised coding using adaptive mode context to depend on frame typeYaowu Xu
2011-12-07Removed #if CONFIG_MULCONTEXTYaowu Xu
2011-12-07Removed #if CONFIG_I8X8Yaowu Xu
2011-12-07made vp8_mode_context adaptiveYaowu Xu
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-12-01added transform type to MB_MODE_INFOYaowu Xu
2011-11-15Merge CONFIGURE_SEGMENTATION experiment.Paul Wilkins
2011-11-15Further work on Segmentation Experiment:Paul Wilkins
2011-11-11SEGMENTATION experiment:Paul Wilkins
2011-11-11changed function name for clarityYaowu Xu
2011-11-10fixed the decoder when using 8x8 transformYaowu Xu