summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Restyle codeJohn Koleszar232-62797/+57367
2012-07-17Merge "Fix bug in reference frame counting." into experimentalRonald S. Bultje1-24/+29
2012-07-16Merge "Add missing mv_{col,row}_{min,max}_sb variables to MACROBLOCK struct."...Tim Terriberry1-0/+6
2012-07-16Fix bug in reference frame counting.Ronald S. Bultje1-24/+29
2012-07-16Simplify vp8_decode_mb_tokens_8x8.Daniel Kang1-487/+88
2012-07-16Simplify vp8_decode_mb_tokens.Daniel Kang1-224/+156
2012-07-16Add missing mv_{col,row}_{min,max}_sb variables to MACROBLOCK struct.Ronald S. Bultje1-0/+6
2012-07-16Use 8x8 transform for all 16x16 intra prediction modes in keyframes.Ronald S. Bultje3-5/+5
2012-07-16Keep statistics for chosen intra modes in keyframes also.Ronald S. Bultje1-0/+19
2012-07-12Merge snapshot 2 development historyJohn Koleszar279-5497/+83986
2012-07-12Merge snapshot 1 development historyJohn Koleszar1-0/+43
2012-07-09change to enable encoder to clamp UV motion vectorYaowu Xu1-6/+6
2012-06-30Merge "Add 8x8 fDCT unit test." into experimentalDaniel Kang5-38/+209
2012-06-29Get rid of some cast.Christian Duvivier3-13/+11
2012-06-29Fix warnings.Christian Duvivier2-2/+5
2012-06-29Add 8x8 fDCT unit test.Daniel Kang5-38/+209
2012-06-28Add lossless compression mode.Hui Su16-1/+593
2012-06-28Merge "Port Yaowu's 4x4 fDCT test." into experimentalDaniel Kang3-0/+145
2012-06-28Port Yaowu's 4x4 fDCT test.Daniel Kang3-0/+145
2012-06-27Merge "Added Prediction Filter to Mode Selection" into experimentalYaowu Xu14-186/+1027
2012-06-27Added Prediction Filter to Mode SelectionAdrian Grange14-186/+1027
2012-06-26Merge "Enable unit test framework in experimental branch." into experimentalYaowu Xu4-20/+214
2012-06-26Enable unit test framework in experimental branch.Ronald S. Bultje4-20/+214
2012-06-25Continued adaptive entropy codingDeb Mukherjee16-104/+320
2012-06-25Sign-extend input argument so it can be used in pointer arithmetic.Ronald S. Bultje2-3/+27
2012-06-20Merge "x86inc: add some more format identifiers for elf file format recogniti...Ronald S. Bultje1-0/+10
2012-06-20Merge "Reset executable flags for configure." into experimentalRonald S. Bultje1-0/+0
2012-06-20x86inc: add some more format identifiers for elf file format recognition.Ronald S. Bultje1-0/+10
2012-06-19libs.mk: add x86inc.asm to the CODEC_SRCS.Ronald S. Bultje1-0/+1
2012-06-19Merge "Add comments to intra prediction probability tables." into experimentalRonald S. Bultje1-24/+30
2012-06-18Fix a bunch of warnings.Christian Duvivier20-44/+30
2012-06-18Reset executable flags for configure.Ronald S. Bultje1-0/+0
2012-06-18x86inc: Move x86inc to the correct location.Daniel Kang5-2/+31
2012-06-18Add comments to intra prediction probability tables.Ronald S. Bultje1-24/+30
2012-06-18x86inc.asm: fix symbol mangling and PIC handling on Win64/Mac64.Ronald S. Bultje1-3/+13
2012-06-15Adaptive entropy coding of coefficients, modes, mv.Deb Mukherjee21-89/+896
2012-06-15Merge "Adds x86inc.asm and update idct/dequant mmx" into experimentalDaniel Kang12-620/+1578
2012-06-12Adds x86inc.asm and update idct/dequant mmxDaniel Kang12-620/+1578
2012-06-12changed to use a fixed number for update probabityYaowu Xu5-565/+93
2012-06-12Added the ability to accumulate coef stats across encodingsYaowu Xu3-20/+73
2012-06-12Merge "Merge of further two pass rc clean up and adjustments." into experimentalPaul Wilkins2-85/+112
2012-06-12Merge "Key frame and GF sizing changes." into experimentalPaul Wilkins3-40/+71
2012-06-12Merge of further two pass rc clean up and adjustments.Paul Wilkins2-85/+112
2012-06-08Key frame and GF sizing changes.Paul Wilkins3-40/+71
2012-05-31Fixed bug where invalid pointer is dereferencedAdrian Grange1-4/+9
2012-05-30Rate control fix.Paul Wilkins2-9/+31
2012-05-29Merge "fixed one more compiling issue with VC" into experimentalPaul Wilkins1-2/+2
2012-05-29Remove "est_max_qcorrection_factor"Paul Wilkins2-86/+12
2012-05-25fixed one more compiling issue with VCYaowu Xu1-2/+2
2012-05-25fixed a number of compiling issuesYaowu Xu3-5/+166