summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rdopt.c
AgeCommit message (Expand)Author
2013-02-13enable bitstream lossless supportYaowu Xu
2013-02-13fix the lossless experimentYaowu Xu
2013-02-13Remove NEWCOEFCONTEXT experiment.Paul Wilkins
2013-02-13Removal of Hybrid DWT/DCT experiment.Paul Wilkins
2013-02-12Merge "Replace as_mv struct with array" into experimentalJohn Koleszar
2013-02-11butterfly inverse 4x4 ADSTJingning Han
2013-02-08Replace as_mv struct with arrayJohn Koleszar
2013-02-08Merge "Pass macroblock index to pick inter functions" into experimentalJohn Koleszar
2013-02-08Make cost_coeffs() more efficient.Ronald S. Bultje
2013-02-08Pass macroblock index to pick inter functionsJohn Koleszar
2013-02-08Merge changes Icd1a2a5a,I204d17a1,I3ed92117 into experimentalJohn Koleszar
2013-02-08Merge changes Ife0d8147,I7d469716,Ic9a5615f into experimentalJohn Koleszar
2013-02-08Initial support for resolution changes on P-framesJohn Koleszar
2013-02-06Use fdct8x4 instead of fdct4x4 where the block size allows it.Ronald S. Bultje
2013-02-06Use configure checks for various inline keywords.Ronald S. Bultje
2013-02-06Eliminate tautologyJohn Koleszar
2013-02-06Merge "Change definition of NearestMV." into experimentalPaul Wilkins
2013-02-05[WIP] Add column-based tiling.Ronald S. Bultje
2013-02-05Convert subpixel filters to use convolve frameworkJohn Koleszar
2013-02-05Change definition of NearestMV.Paul Wilkins
2013-01-30Merge "Adding a frame parallel decoding mode" into experimentalDeb Mukherjee
2013-01-29Default superblock skip flag to 32x32 for skip-blocks.Ronald S. Bultje
2013-01-29Reset skip flag in superblock RD loop.Ronald S. Bultje
2013-01-29Merge "Fix block pointer corruption in intra8x8 prediction with 4x4 transform...Ronald S. Bultje
2013-01-29Merge "Segment Skip Flag" into experimentalPaul Wilkins
2013-01-29Fix block pointer corruption in intra8x8 prediction with 4x4 transform.Ronald S. Bultje
2013-01-28Segment Skip FlagPaul Wilkins
2013-01-25Adding a frame parallel decoding modeDeb Mukherjee
2013-01-25Merge "Remove "update_context" variable from VP9_COMP context." into experime...Ronald S. Bultje
2013-01-24Remove "update_context" variable from VP9_COMP context.Ronald S. Bultje
2013-01-23Adds an error-resilient mode with testDeb Mukherjee
2013-01-18libvpx: Fix some warnings.Frank Galligan
2013-01-16Start to anonymize reference framesJohn Koleszar
2013-01-14fix a number issues that cause failuresYaowu Xu
2013-01-14Use INT64_MAX instead of LLONG_MAXJohn Koleszar
2013-01-14Remove compound intra-intra experiment.Ronald S. Bultje
2013-01-14Merge "Fix compiler warnings" into experimentalPaul Wilkins
2013-01-14Fix compiler warningsYaowu Xu
2013-01-14Reset x->skip for each iteration in the RD loop.Ronald S. Bultje
2013-01-11Remove INT64_MAX references.Paul Wilkins
2013-01-10Merge tx32x32 experiment.Ronald S. Bultje
2013-01-09Merge superblocks64 experiment.Ronald S. Bultje
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-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