summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2013-01-07minor loop filter refactoring and cleanupYaowu Xu
2013-01-07Remove a few redundant function arguments in encodeframe.c.Ronald S. Bultje
2013-01-07Re-enable support for static_threshold (encode_breakout).Ronald S. Bultje
2013-01-07Don't use tx32x32 for macroblocks.Ronald S. Bultje
2013-01-0564x64 blocksize support.Ronald S. Bultje
2013-01-04Fix mode selection infinite loop bugAdrian Grange
2013-01-04Further change to mv reference search.Paul Wilkins
2013-01-03Merge "make cost_coeffs() and tokenize_b() consistent" into experimentalYaowu Xu
2013-01-03Merge "Merge cost_coeffs_2x2() into cost_coeffs()" into experimentalYaowu Xu
2013-01-03make cost_coeffs() and tokenize_b() consistentYaowu Xu
2013-01-03New interpolation filter selection algorithmAdrian Grange
2013-01-03Merge cost_coeffs_2x2() into cost_coeffs()Yaowu Xu
2013-01-02Merge "Switch the order of calculating 2-D inverse transform" into experimentalYunqing Wang
2013-01-02Merge "Skip finding best ref_mvs when the mode is ZEROMV" into experimentalYunqing Wang
2013-01-02Change INT64_MAX to LLONG_MAXPaul Wilkins
2013-01-02Added update-able mv-ref probabilities.Paul Wilkins
2012-12-27Skip finding best ref_mvs when the mode is ZEROMVYunqing Wang
2012-12-27Switch the order of calculating 2-D inverse transformYunqing Wang
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-12-21Fix a warningYunqing Wang
2012-12-21Removed mmx versions of vp9_bilinear_predict filtersScott LaVarnway
2012-12-21Merge "add emmintrin_compat.h for builds with gcc < 4" into vp9-previewJohn Koleszar
2012-12-21fixed sizes of global arraysJim Bankoski
2012-12-20Fix MSVS build for removed vp9/common/vp9_onyxd.hJohn Koleszar
2012-12-20add emmintrin_compat.h for builds with gcc < 4James Zern
2012-12-20add private to assembly files to insure proper chromebuildJim Bankoski
2012-12-19New previous coef context experimentDeb Mukherjee
2012-12-19Disabled x86inc style assembly functions.... part 2Scott LaVarnway
2012-12-19Use boolcoder API instead of inliningJohn Koleszar
2012-12-19Disabled x86inc style assembly functionsScott LaVarnway
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-18Merge "correct logic in cnvcontext experiment for tx32x32" into experimentalYaowu Xu
2012-12-18Merge "Problem of over smoothing with intra modes." into vp9-previewYaowu Xu
2012-12-18Merge "Give 4x4 scan and coef_band tables a _4x4 suffix." into experimentalRonald S. Bultje
2012-12-18Merge "Remove redundant "Prob" type (it's a duplicate of vp9_prob)." into exp...Ronald S. Bultje
2012-12-18correct logic in cnvcontext experiment for tx32x32Yaowu Xu
2012-12-18Fix uninitialized warningYunqing Wang
2012-12-18Fix a warningYunqing Wang
2012-12-18Give 4x4 scan and coef_band tables a _4x4 suffix.Ronald S. Bultje
2012-12-18Remove redundant "Prob" type (it's a duplicate of vp9_prob).Ronald S. Bultje
2012-12-17Remove vp9_type_aliases.hJohn Koleszar
2012-12-17fixed a warningYaowu Xu
2012-12-17Problem of over smoothing with intra modes.Paul Wilkins
2012-12-14reset segement map on key frameYaowu Xu
2012-12-13prevents redefine of INT64_MAXYaowu Xu
2012-12-13remove floating point inverse transformsYaowu Xu
2012-12-13fixed an encoder/decoder mismatchYaowu Xu
2012-12-13fixed build issue with round()Yaowu Xu
2012-12-13Build fixes with teh super blcoks and 32x32 exptsDeb Mukherjee
2012-12-13Merge "Further improvements on the hybrid dwt/dct expt" into experimentalDeb Mukherjee