summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
2013-01-09New prediction filterAdrian Grange
2013-01-08Adds 64x64 hybrid dct/dwt transformDeb Mukherjee
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2013-01-08reset segement map on key frameYaowu Xu
2013-01-08Merge "minor loop filter refactoring and cleanup" into experimentalYaowu Xu
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-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-02Change INT64_MAX to LLONG_MAXPaul Wilkins
2013-01-02Added update-able mv-ref probabilities.Paul Wilkins
2012-12-26Build fixes to merge vp9-preview into masterJohn Koleszar
2012-12-20add private to assembly files to insure proper chromebuildJim Bankoski
2012-12-19New previous coef context experimentDeb Mukherjee
2012-12-19Use boolcoder API instead of inliningJohn Koleszar
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 "Give 4x4 scan and coef_band tables a _4x4 suffix." into experimentalRonald S. Bultje
2012-12-18correct logic in cnvcontext experiment for tx32x32Yaowu Xu
2012-12-18Fix uninitialized warningYunqing Wang
2012-12-18Give 4x4 scan and coef_band tables a _4x4 suffix.Ronald S. Bultje
2012-12-17Remove vp9_type_aliases.hJohn Koleszar
2012-12-17Problem of over smoothing with intra modes.Paul Wilkins
2012-12-14reset segement map on key frameYaowu Xu
2012-12-13fixed an encoder/decoder mismatchYaowu 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
2012-12-13Further improvements on the hybrid dwt/dct exptDeb Mukherjee
2012-12-13Merge "New default coefficient/band probabilities." into experimentalRonald S. Bultje
2012-12-12New default coefficient/band probabilities.Ronald S. Bultje
2012-12-12Improved vp9_ihtllm_cScott LaVarnway
2012-12-12Merge "Consistently use get_prob(), clip_prob() and newly added clip_pixel()....Ronald S. Bultje
2012-12-12Consistently use get_prob(), clip_prob() and newly added clip_pixel().Ronald S. Bultje
2012-12-11Merge "clean up tokenize_b() and stuff_b()" into experimentalYaowu Xu
2012-12-11clean up tokenize_b() and stuff_b()Yaowu Xu
2012-12-11Merge "experiment with CONTEXT conversion" into experimentalYaowu Xu
2012-12-10Merge "A bug fix related to switchable filters" into experimentalDeb Mukherjee
2012-12-10A bug fix related to switchable filtersDeb Mukherjee
2012-12-10Further changes to mv reference code.Paul Wilkins
2012-12-07Merge remote-tracking branch 'origin/vp9-preview' into experimentalJohn Koleszar
2012-12-07experiment with CONTEXT conversionYaowu Xu
2012-12-07Merge "Fix meaninglesss if." into vp9-previewJim Bankoski