summaryrefslogtreecommitdiff
path: root/vp8/encoder
AgeCommit message (Expand)Author
2012-04-23Differential encoding of probability updatesDeb Mukherjee
2012-04-20Hide some code behind CONFIG_COMP_INTRA_PRED.Ronald S. Bultje
2012-04-20change to allow 8x8 transform alwaysYaowu Xu
2012-04-20added reset of rate estimates for each modeYaowu Xu
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-18Merge "Added save coding context & modified MV bounds" into experimentalAdrian Grange
2012-04-17Merge "Added intra mode probabilites into coding_context" into experimentalYaowu Xu
2012-04-17Added intra mode probabilites into coding_contextYaowu Xu
2012-04-16Bug fix introduced from a recent refactoring of skip coding.Deb Mukherjee
2012-04-13Added save coding context & modified MV boundsAdrian Grange
2012-04-12Turning off interpolation filter selectionDeb Mukherjee
2012-04-12a set of minor fixesYaowu Xu
2012-04-12Adjust the key frame placement conditionYaowu Xu
2012-04-12changed function prototype for macro_block_yrdYaowu Xu
2012-04-11Delete unused function.Paul Wilkins
2012-04-11Refactoring of encode loop and bitstream packingPaul Wilkins
2012-04-11Changes to costing of skip.Paul Wilkins
2012-04-11T8x8 zbin and rate control changes.Paul Wilkins
2012-04-11Superblock encoding orderAdrian Grange
2012-03-29Bug fix in probability update savings computationDeb Mukherjee
2012-03-22Only enable compound prediction if multiple reference frames are present.Ronald S. Bultje
2012-03-21enable 8x8 transform for MBs in intra framesYaowu Xu
2012-03-21Only support improved quantPaul Wilkins
2012-03-21Merge Exact QuantPaul Wilkins
2012-03-21Making subpel filters switchable at frame levelDeb Mukherjee
2012-03-21Adding contextual coding of mb_skip_coeff flag.Deb Mukherjee
2012-03-14fixed a bug of context overwritten by key frame recodingYaowu Xu
2012-03-07removed duplicate a head fileYaowu Xu
2012-03-07Snapshot candidatePaul Wilkins
2012-03-06Imported a change from stable branchJim Bankoski
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-05Changed how UV r/d estimates are done for Intra ModesYaowu Xu
2012-03-05Fixed zbin_mode_boost initializationYaowu Xu
2012-03-05refactored code that checks if a macroblock is skippableYaowu Xu
2012-03-05Allow for frame overheads in min frame bandwidth.Paul Wilkins
2012-03-01Merge t8x8 experimentsYaowu Xu
2012-03-01disable usage of 8x8 for resolution below 360pYaowu Xu
2012-03-01Various bug fixes related to high precision mvDeb Mukherjee
2012-03-01Bug fix in vp8_estimate_entropy_savings()Paul Wilkins
2012-02-28Fix compiling issue when CONFIG_HIGH_PRECISION_MV is definedYaowu 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-28Correct zbinboost lookup for 8x8 quantizerYaowu Xu
2012-02-28Initial refactoring of high_precision mv code.Deb Mukherjee
2012-02-28Merge "Try to enable 8x8 tranform for smaller resolution" into experimentalYaowu Xu
2012-02-28Try to enable 8x8 tranform for smaller resolutionYaowu Xu
2012-02-28Experimental branch code clean up.Paul Wilkins