summaryrefslogtreecommitdiff
path: root/vp8/encoder/bitstream.c
AgeCommit message (Expand)Author
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-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-06-12Added the ability to accumulate coef stats across encodingsYaowu Xu
2012-05-31Fixed bug where invalid pointer is dereferencedAdrian Grange
2012-05-25fixed one more compiling issue with VCYaowu Xu
2012-05-25fixed a number of compiling issuesYaowu Xu
2012-05-23changed the way that default probs for 8x8 is set.Yaowu Xu
2012-05-15Rewrite reference frame costing in the RD loop.Ronald S. Bultje
2012-05-15Adds new Directional Intra prediction modes.Deb Mukherjee
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-25Merge QIMODE experimentYaowu Xu
2012-04-25Merge UVINTRA experimentYaowu Xu
2012-04-23Differential encoding of probability updatesDeb Mukherjee
2012-04-18Compound prediction for splitmv macroblocks.Ronald S. Bultje
2012-04-18Added update of mode context pointers in decoderAdrian Grange
2012-04-16Bug fix introduced from a recent refactoring of skip coding.Deb Mukherjee
2012-04-11Refactoring of encode loop and bitstream packingPaul Wilkins
2012-04-11Changes to costing of skip.Paul Wilkins
2012-04-11Superblock encoding orderAdrian Grange
2012-03-29Bug fix in probability update savings computationDeb Mukherjee
2012-03-21Making subpel filters switchable at frame levelDeb Mukherjee
2012-03-21Adding contextual coding of mb_skip_coeff flag.Deb Mukherjee
2012-03-07removed duplicate a head fileYaowu Xu
2012-03-07Snapshot candidatePaul Wilkins
2012-03-06fix a compiling error when CONFIG_COMP_INTRA_PRED not definedYaowu Xu
2012-03-05Use per-MB compound intra prediction.Ronald S. Bultje
2012-03-01Merge t8x8 experimentsYaowu Xu
2012-03-01Bug fix in vp8_estimate_entropy_savings()Paul Wilkins
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-28Experimental branch code clean up.Paul Wilkins
2012-02-28Code SimplificationPaul Wilkins
2012-02-28fixed a wrong intialization valueYaowu Xu
2012-02-27Corrected spellingPaul Wilkins
2012-02-26Code Cleanup.Paul Wilkins
2012-02-23Supporting high precision 1/8-pel motion vectorsDeb Mukherjee
2012-02-16Reworked context conversion between 8x8 and 4x4Yaowu Xu
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