summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeframe.c
AgeCommit message (Expand)Author
2012-07-18Merge "cleanup experiments in configure" into experimentalYaowu Xu
2012-07-18Don't auto-default to comp-pred unless content is static.Ronald S. Bultje
2012-07-17cleanup experiments in configureYaowu Xu
2012-07-17Restyle codeJohn Koleszar
2012-07-16Fix bug in reference frame counting.Ronald S. Bultje
2012-07-16Use 8x8 transform for all 16x16 intra prediction modes in keyframes.Ronald S. Bultje
2012-07-16Keep statistics for chosen intra modes in keyframes also.Ronald S. Bultje
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-05-15Rewrite reference frame costing in the RD loop.Ronald S. Bultje
2012-05-15Adds new Directional Intra prediction modes.Deb Mukherjee
2012-05-11Don't use compound prediction for golden frames based on alt-ref frames.Ronald S. Bultje
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-13Added save coding context & modified MV boundsAdrian Grange
2012-04-11Refactoring of encode loop and bitstream packingPaul Wilkins
2012-04-11Superblock encoding orderAdrian Grange
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-21Making subpel filters switchable at frame levelDeb Mukherjee
2012-03-21Adding contextual coding of mb_skip_coeff flag.Deb Mukherjee
2012-03-07Snapshot candidatePaul Wilkins
2012-03-01Merge t8x8 experimentsYaowu Xu
2012-03-01Various bug fixes related to high precision mvDeb Mukherjee
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-24Deleted code.Paul Wilkins
2012-02-17Code base simplification.Paul Wilkins
2012-02-16Code simplificationPaul Wilkins
2012-02-15Remove dual prediction frame re-encoding loop.Ronald S. Bultje
2012-02-15Fix overflows in dual prediction mode selection.Ronald S. Bultje
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-09Dual pred flagPaul Wilkins
2012-02-09Changes to coding of dual_pred flag.Paul Wilkins
2012-02-08Fix dual prediction recode loop.Ronald S. Bultje
2012-02-08Remove write-only variable "mbs_dual_count".Ronald S. Bultje
2012-02-08Fix dual prediction recode loop.Ronald S. Bultje
2012-02-06Move update of ref frame probabilities in encode loop.Paul Wilkins
2012-02-06Merged NEWNEAR experimentPaul 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