summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeframe.c
AgeCommit message (Expand)Author
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
2012-01-31Implementation of new prediction model for reference frame coding.Paul Wilkins
2012-01-31Moved some reference frame data structures into common.Paul Wilkins
2011-12-22Fix more warnings.Christian Duvivier
2011-12-07Removed #if CONFIG_I8X8Yaowu Xu
2011-12-07fixed a crash when MODE_STATS is enabledYaowu Xu
2011-12-06Dual 16x16 inter prediction.Ronald S. Bultje
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-21CONFIG_T8X8 experiment.:Paul Wilkins
2011-11-16Header inclusion for Unix buildPaul Wilkins
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-11SEGMENTATION experiment:Paul Wilkins
2011-11-09T8x8 experiment merge.Paul Wilkins
2011-11-09Merging and testing of SEGMENTATION experiment.Paul Wilkins
2011-11-08Segment signaling of TX sizePaul Wilkins
2011-11-03make uv intra mode coding adaptive to Y modeYaowu Xu