summaryrefslogtreecommitdiff
path: root/vp8
AgeCommit message (Expand)Author
2012-08-02Make RDCOST() results 64-bit.Ronald S. Bultje
2012-08-02Use 8x8 DCT transform for I8X8 prediction modeJingning Han
2012-07-31Removed macros for merged experimentsAdrian Grange
2012-07-30Adds support for switchable interpolation filters.Deb Mukherjee
2012-07-27Merges several experimentsDeb Mukherjee
2012-07-25Merge "Use macro for filter extension length" into experimentalAdrian Grange
2012-07-24Use macro for filter extension lengthAdrian Grange
2012-07-24Merge "Update 8x8 tokenizer to not encode an EOB if seg_eob is active." into ...Daniel Kang
2012-07-24remove extra end of lineJim Bankoski
2012-07-23Update 8x8 tokenizer to not encode an EOB if seg_eob is active.Daniel Kang
2012-07-23Dll build of libvpxJim Bankoski
2012-07-19fixed a compiling issueYaowu Xu
2012-07-19Adds hybrid transformJingning Han
2012-07-18Merge "removed floating point version 8x8 fdct" into experimentalYaowu Xu
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-17removed floating point version 8x8 fdctYaowu Xu
2012-07-17cleanup experiments in configureYaowu Xu
2012-07-17Restyle codeJohn Koleszar
2012-07-17Merge "Fix bug in reference frame counting." into experimentalRonald S. Bultje
2012-07-16Merge "Add missing mv_{col,row}_{min,max}_sb variables to MACROBLOCK struct."...Tim Terriberry
2012-07-16Fix bug in reference frame counting.Ronald S. Bultje
2012-07-16Simplify vp8_decode_mb_tokens_8x8.Daniel Kang
2012-07-16Simplify vp8_decode_mb_tokens.Daniel Kang
2012-07-16Add missing mv_{col,row}_{min,max}_sb variables to MACROBLOCK struct.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-07-09change to enable encoder to clamp UV motion vectorYaowu Xu
2012-06-29Get rid of some cast.Christian Duvivier
2012-06-29Fix warnings.Christian Duvivier
2012-06-28Add lossless compression mode.Hui Su
2012-06-27Added Prediction Filter to Mode SelectionAdrian Grange
2012-06-25Continued adaptive entropy codingDeb Mukherjee
2012-06-25Sign-extend input argument so it can be used in pointer arithmetic.Ronald S. Bultje
2012-06-19Merge "Add comments to intra prediction probability tables." into experimentalRonald S. Bultje
2012-06-18Fix a bunch of warnings.Christian Duvivier
2012-06-18x86inc: Move x86inc to the correct location.Daniel Kang
2012-06-18Add comments to intra prediction probability tables.Ronald S. Bultje
2012-06-15Adaptive entropy coding of coefficients, modes, mv.Deb Mukherjee
2012-06-15Merge "Adds x86inc.asm and update idct/dequant mmx" into experimentalDaniel Kang
2012-06-12Adds x86inc.asm and update idct/dequant mmxDaniel Kang
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-06-12Merge "Merge of further two pass rc clean up and adjustments." into experimentalPaul Wilkins
2012-06-12Merge "Key frame and GF sizing changes." into experimentalPaul Wilkins
2012-06-12Merge of further two pass rc clean up and adjustments.Paul Wilkins
2012-06-08Key frame and GF sizing changes.Paul Wilkins
2012-05-31Fixed bug where invalid pointer is dereferencedAdrian Grange
2012-05-30Rate control fix.Paul Wilkins
2012-05-29Merge "fixed one more compiling issue with VC" into experimentalPaul Wilkins