summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-09Merge "vpx.pc: add missing library for static links"John Koleszar
2012-08-09configure: check for pthreads building on windows with gccAndoni Morales Alastruey
2012-08-09vpx.pc: add missing library for static linksAndoni Morales Alastruey
2012-08-08fix timestamp calculation rollover w/altrefJames Zern
2012-08-08EncoderTest: check that timestamps are monotonicJames Zern
2012-08-08Merge "tests: fix Continue() signatures"John Koleszar
2012-08-08Merge "keyframe_test: use a fixed speed step for realtime"John Koleszar
2012-08-08Update armv6 vp8_intra4x4_predictJohann
2012-08-07tests: fix Continue() signaturesJames Zern
2012-08-02Merge "Fix encoder mem allocation when picture size is changed"Attila Nagy
2012-08-02Merge "Fix potential encoder dead-lock after picture resize"Attila Nagy
2012-08-02Pass B_PREDICTION_MODE to intra4x4_predictJohann
2012-08-02Match declaration to definitionJohann
2012-08-02Removed last_kf_gf_qScott LaVarnway
2012-08-02Added row based loopfilterScott LaVarnway
2012-08-01Rename vp8_intra4x4_predict_dJohann
2012-08-01Use intra4x4_predict_d parameter namesJohann
2012-08-01Change vp8_intra4x4_predict call sitesJohann
2012-08-01use RTCD pointer for intra4x4_predictJohann
2012-08-01Fix potential encoder dead-lock after picture resizeAttila Nagy
2012-08-01Fix encoder mem allocation when picture size is changedAttila Nagy
2012-07-31Merge "Be consistent with SAD values"Johann
2012-07-30Merge "Avoid warnings about redefining _FORTIFY_SOURCE"Attila Nagy
2012-07-27Merge "Remove the resetting of qp params for temporal layers."Jim Bankoski
2012-07-27Remove the resetting of qp params for temporal layers.Marco Paniconi
2012-07-27Be consistent with SAD valuesJohann
2012-07-27Merge "SAD cosmetic cleanup"Johann
2012-07-27Avoid warnings about redefining _FORTIFY_SOURCEAttila Nagy
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