summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-27Optimizes updates of encoder block ptrsAttila Nagy
2012-07-26Merge "Add tests for SAD functions"Johann
2012-07-26SAD cosmetic cleanupJohann
2012-07-26Merge "multi-res: add drop_frame support"Yunqing Wang
2012-07-26multi-res: add drop_frame supportYunqing Wang
2012-07-25Add tests for SAD functionsJohann
2012-07-24Add comment for use of shift/mul instead of div.Ronald S. Bultje
2012-07-24Replace x*155/100 by x*101581>>16.Ronald S. Bultje
2012-07-24Use vpx_integer.h instead of stdint.hJohann
2012-07-24Merge "Use ACMRandom for all tests"Johann
2012-07-24Merge "Allow specifying the seed"Johann
2012-07-24Merge "Make random streams consistant"Johann
2012-07-24Added unit test of vp8_set_roimap()Paul Wilkins
2012-07-23Use ACMRandom for all testsJohann
2012-07-23Allow specifying the seedJohann
2012-07-23Make random streams consistantJohann
2012-07-20Move ACMRandom to acm_random.hJohann
2012-07-20Remove unused macrosJohann
2012-07-20bash uses curly bracesJohann
2012-07-20Disabling MIPS optimizations for big endian platformsDragan Mrdjan
2012-07-16Merge "examples: fix memory leak"John Koleszar
2012-07-13multi-res: add parameter validity checkingYunqing Wang
2012-07-13examples: fix memory leakJohn Koleszar
2012-07-13Remove unused parameter in encoder interface codeYunqing Wang
2012-07-13unset executable bit on source codeJohn Koleszar
2012-07-11Fix to compile properly on MIPSDragan Mrdjan
2012-07-10Merge "VP8 optimizations for MIPS dspr2"Johann
2012-07-10keyframe_test: use a fixed speed step for realtimeJohn Koleszar
2012-07-10Merge "Add unit test for vp8_sixtap_predict functions"Yunqing Wang
2012-07-10Merge "I420VideoSource: add members to ctor initialization"John Koleszar
2012-07-10VP8 optimizations for MIPS dspr2Dragan Mrdjan
2012-07-10Add unit test for vp8_sixtap_predict functionsYunqing Wang
2012-07-10Merge "Remove goldfreq in VP8_COMP"Yunqing Wang
2012-07-09I420VideoSource: add members to ctor initializationJames Zern
2012-07-03Merge "Add 0 offsets handling in SSSE3 sixtap_predict functions"Yunqing Wang
2012-07-03Merge "Fix subpixel_predict initialization"Yunqing Wang
2012-07-02Add 0 offsets handling in SSSE3 sixtap_predict functionsYunqing Wang
2012-07-02Fix subpixel_predict initializationYunqing Wang
2012-06-29Build unit test driver from the default targetJohn Koleszar
2012-06-29fdct4x4_test: remove unnecessary includesJohn Koleszar
2012-06-29Merge "Fix decimation_count in drop_frame"Yunqing Wang
2012-06-27fix permissions on regular filesJames Zern
2012-06-25fixed a build problem with target=x86_64-win64-vs9Yaowu Xu
2012-06-25Added unit test for 4x4 forward dctYaowu Xu
2012-06-25Merge "Add unit test for intra prediction."Jim Bankoski
2012-06-25Merge changes I94a061eb,If6910fe3John Koleszar
2012-06-25gen_asm_deps.sh: regex fixJohn Koleszar
2012-06-25Add unit test for intra prediction.Ronald S. Bultje
2012-06-23add auto keyframe unit testJim Bankoski
2012-06-23Alter comment on range of delta_q and delta_lfPaul Wilkins