| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1303227735, "author_timezone": -14400, "parents": ["4a2b684ef4b361b805be8e0db972cbe9b7e24752"], "message": "Removed redundant checks of the mode_info_context flags\n\nCode cleanup. The build inter predictor functions are\nredundantly checking the mode_info_context for either\nINTRA_FRAME or SPLITMV.\n\nChange-Id: I4d58c3a5192a4c2cec5c24ab1caf608bf13aebfb\n", "id": "09c933ea804c37c4aa95c15a67769dcf1a27b5a1", "commit_time": 1303322800} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1303328712, "author_timezone": -14400, "parents": ["09c933ea804c37c4aa95c15a67769dcf1a27b5a1"], "message": "Removed force_no_skip\n\nforce_no_skip is always set to zero.\n\nChange-Id: I89b61c5e0bee34627a9c07c05f3517e1db76af77\n", "id": "7a49accd0b65453057762929efc7eed93deba043", "commit_time": 1303328712} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303358708, "author_timezone": -14400, "parents": ["65b44c2911a8625e0152f8d6c893d597780e94fd", "4a2b684ef4b361b805be8e0db972cbe9b7e24752"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I78a30fb4438ddd0730262691d7c120d67cbcaaa9\n", "id": "b59bd22cc0f89bc13c0b53b1ef618cc405e5dd1f", "commit_time": 1303358708} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": [], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1303411116, "author_timezone": -14400, "parents": ["7a49accd0b65453057762929efc7eed93deba043"], "message": "Removed dc_diff from MB_MODE_INFO\n\nThe dc_diff flag is used to skip loopfiltering. Instead\nof setting this flag in the decoder/encoder, we now check\nfor this condition in the loopfilter.\n\nChange-Id: Ie2b9cdf9e0f4e8b932bbd36e0878c05bffd28931\n", "id": "3698c1f6207d68c2b4d36b94ae1c55f9dd2ba4da", "commit_time": 1303411116} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": [], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1303412382, "author_timezone": -14400, "parents": ["3698c1f6207d68c2b4d36b94ae1c55f9dd2ba4da"], "message": "Removed unnecessary frame type checks\n\nref_frame is set to INTRA_FRAME for keyframes. The B_PRED\nmode is only used in intra frames.\n\nChange-Id: I9bac8bec7c736300d47994f3cb570329edf11ec0\n", "id": "6f6cd3abb963adb7d6521432391a4a61239247c8", "commit_time": 1303412382} |
| {"commit_timezone": -14400, "committer": "Johann <johannkoenig@google.com>", "branches": [], "author": "Johann <johannkoenig@google.com>", "encoding": null, "author_time": 1302727082, "author_timezone": -14400, "parents": ["7a49accd0b65453057762929efc7eed93deba043"], "message": "keep values in registers during quantization\n\nadd an sse4 quantizer so we can use pinsrw/pextrw and keep values in xmm\nregisters instead of proxying through the stack. and as long as we're\nbumping up, use some ssse3 instructions in the EOB detection (see ssse3\nfast quantizer)\npick up about a percent on 32bit and about two on 64bit.\n\nChange-Id: If15abba0e8b037a1d231c0edf33501545c9d9363\n", "id": "508ae1b3d592d40ca5327e0e4e68b6f5431513ea", "commit_time": 1303415275} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": [], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1303417662, "author_timezone": -25200, "parents": ["7a49accd0b65453057762929efc7eed93deba043"], "message": "make two compiler options explicit for Visual Studio projects\n\nThis patch changes the release configuration of MS VS projects to\nexplicitly use two compiler options \"Maximize Speed (/O2)\" and\n\"Favor fast code(/Ot)\".\n\nChange-Id: I0bf8343d9ca195851332b91ec69c69ee4e31ce2a\n", "id": "ddb6edd8317904d96db6c06979f48c1690146f69", "commit_time": 1303417662} |
| {"commit_timezone": -25200, "committer": "Adrian Grange <agrange@google.com>", "branches": ["master"], "author": "Adrian Grange <agrange@google.com>", "encoding": null, "author_time": 1303425957, "author_timezone": -25200, "parents": ["7a49accd0b65453057762929efc7eed93deba043"], "message": "Corrected format specifiers in debug print statements\n\nThe arguments to these fprintfs are int not long int so\nthe format specifier should be \"%d\" and not \"%ld\". This\nwas writing garbage in the linux build.\n\nChange-Id: I3d2aa8a448d52e6dc08858d825bf394929b47cf3\n", "id": "d2a6eb4b1e10bee0ed971d77a6847d33992f4bba", "commit_time": 1303425957} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303430054, "author_timezone": -25200, "parents": ["d2a6eb4b1e10bee0ed971d77a6847d33992f4bba", "ad6a8ca58bcdc8ef2e3018598d2890bd7fbe0926"], "message": "Merge \"Remove unused kf rate variables\"", "id": "73c3d327058b1850da4fbfc9819d1265be70965a", "commit_time": 1303430054} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303445108, "author_timezone": -14400, "parents": ["b59bd22cc0f89bc13c0b53b1ef618cc405e5dd1f", "73c3d327058b1850da4fbfc9819d1265be70965a"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I6f77e7c10a54c54b26126b8acd5edd0a03358a41\n", "id": "5dfd6f51cbdbfb6d37e3ec8f67f1d0ffc246e0ab", "commit_time": 1303445108} |
| {"commit_timezone": -14400, "committer": "Ronald S. Bultje <rbultje@google.com>", "branches": ["master"], "author": "Ronald S. Bultje <rbultje@google.com>", "encoding": null, "author_time": 1303418102, "author_timezone": -14400, "parents": ["73c3d327058b1850da4fbfc9819d1265be70965a"], "message": "Fix overflow in temporal_filter_apply_sse2().\n\nThe accumulator array is an integer array, so use paddd instead of paddw\nto add values to it. Fixes overflows when using large --arnr-maxframes\n(>8) values.\n\nChange-Id: Iad83794caa02400a65f3ab5760f2517e082d66ae\n", "id": "496bcbb0de8ac77eff532f64a6816b6d021f1027", "commit_time": 1303480838} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1303506488, "author_timezone": -25200, "parents": ["496bcbb0de8ac77eff532f64a6816b6d021f1027", "ddb6edd8317904d96db6c06979f48c1690146f69"], "message": "Merge \"make two compiler options explicit for Visual Studio projects\"", "id": "373dcec57aaf837000fad7384b110020ebf2c289", "commit_time": 1303506488} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303531508, "author_timezone": -14400, "parents": ["5dfd6f51cbdbfb6d37e3ec8f67f1d0ffc246e0ab", "373dcec57aaf837000fad7384b110020ebf2c289"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: Iaaa51ec66768fe7cf4de0035602165efcc5fc5e4\n", "id": "5227798c570af08d08dd6fdd7a3e96d5dc96977b", "commit_time": 1303531508} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303737221, "author_timezone": -14400, "parents": ["1cf1ea94704b759aad8bacab0b7fa833ac7e452e", "5227798c570af08d08dd6fdd7a3e96d5dc96977b"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n\nConflicts:\n\tvp8/decoder/onyxd_int.h\n\nChange-Id: Icf445b589c2bc61d93d8c977379bbd84387d0488\n", "id": "308e31a3ef97fa7a5bf9a232b15587955e5ec89f", "commit_time": 1303737221} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1303739132, "author_timezone": -25200, "parents": ["373dcec57aaf837000fad7384b110020ebf2c289", "3698c1f6207d68c2b4d36b94ae1c55f9dd2ba4da"], "message": "Merge \"Removed dc_diff from MB_MODE_INFO\"", "id": "5b67329747bc7f9bcde1f349841052ff9aa61e55", "commit_time": 1303739132} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1303739143, "author_timezone": -25200, "parents": ["5b67329747bc7f9bcde1f349841052ff9aa61e55", "6f6cd3abb963adb7d6521432391a4a61239247c8"], "message": "Merge \"Removed unnecessary frame type checks\"", "id": "c36b6d4d01e9da5f55413d60bc472477940bacca", "commit_time": 1303739143} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Johann <johannkoenig@google.com>", "encoding": null, "author_time": 1303739558, "author_timezone": -25200, "parents": ["c36b6d4d01e9da5f55413d60bc472477940bacca", "508ae1b3d592d40ca5327e0e4e68b6f5431513ea"], "message": "Merge \"keep values in registers during quantization\"", "id": "aeca599087409c83cf4e24a59b5830a380e22327", "commit_time": 1303739558} |
| {"commit_timezone": -25200, "committer": "Alok Ahuja <waveletcoeff@gmail.com>", "branches": [], "author": "Alok Ahuja <waveletcoeff@gmail.com>", "encoding": null, "author_time": 1303372207, "author_timezone": -25200, "parents": ["4a2b684ef4b361b805be8e0db972cbe9b7e24752"], "message": "Stereo 3D format support for vpxenc\n\nCreate a new input parameter to allow specifying\nthe packed frame stereo 3d format. A default value\nof mono will be written in the absence of user\nspecified input\n\nChange-Id: I576d9952ab5d7e2076fbf1b282016a9a1baaa103\n", "id": "72c76ca2567966578aad3dd59a9f7b2f24ef3bdb", "commit_time": 1303741311} |
| {"commit_timezone": -14400, "committer": "James Berry <jamesberry@google.com>", "branches": [], "author": "James Berry <jamesberry@google.com>", "encoding": null, "author_time": 1303487658, "author_timezone": -14400, "parents": ["496bcbb0de8ac77eff532f64a6816b6d021f1027"], "message": "bug fix possible keyframe context divide by zero\n\nvp8_adjust_key_frame_context() divides by\nestimate_keyframe_frequency() which can\nreturn 0 in the case where --kf-max-dist=0.\n\nChange-Id: Idfc59653478a0073187cd2aa420e98a321103daa\n", "id": "8d5ce819dd8c4f7f121c55ebcd3552aba36740e0", "commit_time": 1303748196} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303749312, "author_timezone": -25200, "parents": ["aeca599087409c83cf4e24a59b5830a380e22327", "8d5ce819dd8c4f7f121c55ebcd3552aba36740e0"], "message": "Merge \"bug fix possible keyframe context divide by zero\"", "id": "2089b2cee545f97fe49201a9b081c4263fcd1474", "commit_time": 1303749312} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303746290, "author_timezone": -14400, "parents": ["aeca599087409c83cf4e24a59b5830a380e22327"], "message": "Add rc_max_intra_bitrate_pct control\n\nAdds a control to limit the maximum size of a keyframe, as a function of\nthe per-frame bitrate. See this thread[1] for more detailed discussion:\n\n[1]: http://groups.google.com/a/webmproject.org/group/codec-devel/browse_thread/thread/271b944a5e47ca38\n\nChange-Id: I7337707642eb8041d1e593efc2edfdf66db02a94\n", "id": "aa926fbd273c7d62d43487f73f2f3cdce7bec5a8", "commit_time": 1303753634} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303236327, "author_timezone": -14400, "parents": ["aa926fbd273c7d62d43487f73f2f3cdce7bec5a8"], "message": "Limit size of initial keyframe in one-pass.\n\nRather than using a default size of 1/2 or 3/2 seconds for the first\nframe, use a fraction of the initial buffer level to give the\napplication some control.\n\nThis will likely undergo further refinement as size limits on key\nframes are currently under discussion on codec-devel@, but this gives\nmuch better behavior for small buffer sizes as a starting point.\n\nChange-Id: Ieba55b86517b81e51e6f0a9fe27aabba295acab0\n", "id": "454cbc96b7c81109b1d7fd24df1da99ba30f5207", "commit_time": 1303753640} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303753677, "author_timezone": -25200, "parents": ["2089b2cee545f97fe49201a9b081c4263fcd1474", "aa926fbd273c7d62d43487f73f2f3cdce7bec5a8"], "message": "Merge \"Add rc_max_intra_bitrate_pct control\"", "id": "d9f898ab6dbf2e5f9f031b808c13c204254c0a21", "commit_time": 1303753677} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303753693, "author_timezone": -25200, "parents": ["d9f898ab6dbf2e5f9f031b808c13c204254c0a21", "454cbc96b7c81109b1d7fd24df1da99ba30f5207"], "message": "Merge \"Limit size of initial keyframe in one-pass.\"", "id": "76557e34d212220b1e6b86be5f2d0b733622796d", "commit_time": 1303753693} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303753724, "author_timezone": -25200, "parents": ["76557e34d212220b1e6b86be5f2d0b733622796d", "72c76ca2567966578aad3dd59a9f7b2f24ef3bdb"], "message": "Merge \"Stereo 3D format support for vpxenc\"", "id": "ef86bad0d1bad5bfc68b80783d56a3a476002924", "commit_time": 1303753724} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303753772, "author_timezone": -25200, "parents": ["ef86bad0d1bad5bfc68b80783d56a3a476002924", "c99f9d7abf90538bc569a5683299766276b287c9"], "message": "Merge \"Change rc undershoot/overshoot semantics\"", "id": "cfbfd39de8da61644ff0fd3a149d3a8957c28b1d", "commit_time": 1303753772} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303754060, "author_timezone": -14400, "parents": ["454cbc96b7c81109b1d7fd24df1da99ba30f5207"], "message": "Remove unused functions\n\nRemove estimate_min_frame_size() and calc_low_ss_err(), as they are\nnever referenced.\n\nChange-Id: I3293363c14ef70b79c4678ca27aa65b345077726\n", "id": "47bc1c701346f032dd4e7586464f2185407f3378", "commit_time": 1303754063} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303754700, "author_timezone": -25200, "parents": ["cfbfd39de8da61644ff0fd3a149d3a8957c28b1d", "47bc1c701346f032dd4e7586464f2185407f3378"], "message": "Merge \"Remove unused functions\"", "id": "1f32b1489c26ca36d98c227c7734914b2871d324", "commit_time": 1303754700} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303756257, "author_timezone": -14400, "parents": ["1f32b1489c26ca36d98c227c7734914b2871d324"], "message": "Fix duplicate vp8_compute_frame_size_bounds\n\nLikely introduced by a bad automatic merge from gerrit.\n\nChange-Id: I0c6dd6ec18809cf9492f524d283fa4a3a8f4088b\n", "id": "fd6da3b2e7992fb99d6486feb5593bc3de344614", "commit_time": 1303756257} |
| {"commit_timezone": -14400, "committer": "Johann <johannkoenig@google.com>", "branches": [], "author": "Johann <johannkoenig@google.com>", "encoding": null, "author_time": 1303767461, "author_timezone": -14400, "parents": ["aeca599087409c83cf4e24a59b5830a380e22327"], "message": "remove simpler_lpf\n\nthe decision to run the regular or simple loopfilter is made outside the\nfunction and managed with pointers\n\nstop tracking the option in two places. use filter_type exclusively\n\nChange-Id: I39d7b5d1352885efc632c0a94aaf56b72cc2fe15\n", "id": "01527e743fd41003871dfc67366e484318a4a712", "commit_time": 1303767461} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Johann <johannkoenig@google.com>", "encoding": null, "author_time": 1303768267, "author_timezone": -25200, "parents": ["fd6da3b2e7992fb99d6486feb5593bc3de344614", "01527e743fd41003871dfc67366e484318a4a712"], "message": "Merge \"remove simpler_lpf\"", "id": "d5c46bdfc0d7bcc25e3ff549a0dc03d759050c19", "commit_time": 1303768267} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303820859, "author_timezone": -14400, "parents": ["308e31a3ef97fa7a5bf9a232b15587955e5ec89f", "d5c46bdfc0d7bcc25e3ff549a0dc03d759050c19"], "message": "Merge remote branch 'internal/upstream' into HEAD\n\nConflicts:\n\tvp8/common/alloccommon.c\n\tvp8/encoder/rdopt.c\n\nChange-Id: Ic34b33577423031e277235ffa6bcaff7b252e5cb\n", "id": "bbc24a65c41b1a5a460967a2f5719ddb5489c1d5", "commit_time": 1303820859} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303820931, "author_timezone": -14400, "parents": ["5227798c570af08d08dd6fdd7a3e96d5dc96977b", "d5c46bdfc0d7bcc25e3ff549a0dc03d759050c19"], "message": "Merge remote branch 'origin/master' into experimental\n\nConflicts:\n\tvp8/common/alloccommon.c\n\tvp8/encoder/rdopt.c\n\nChange-Id: I142167d31d1b9cffe143774f6915bca463df67f0\n", "id": "0a77e59847967f76f022e3d8eacef302f4a16038", "commit_time": 1303820931} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": [], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1303825039, "author_timezone": -14400, "parents": ["6f6cd3abb963adb7d6521432391a4a61239247c8"], "message": "Test vector mismatch fix\n\nFixed test vector mismatch that was introduced\nin the \"Removed dc_diff from MB_MODE_INFO\"\n(Ie2b9cdf9e0f4e8b932bbd36e0878c05bffd28931)\n\nChange-Id: I98fa509b418e757b5cdc4baa71202f4168dc14ec\n", "id": "7a2b9c50a33049eafb2f532de0e9eaef2fca3e3e", "commit_time": 1303825039} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1303837957, "author_timezone": -25200, "parents": ["d5c46bdfc0d7bcc25e3ff549a0dc03d759050c19", "7a2b9c50a33049eafb2f532de0e9eaef2fca3e3e"], "message": "Merge \"Test vector mismatch fix\"", "id": "0da77a840b79c8037272687ba5fa8c3e01885572", "commit_time": 1303837957} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303758174, "author_timezone": -14400, "parents": ["0da77a840b79c8037272687ba5fa8c3e01885572"], "message": "Move pick_frame_size() to ratectrl.c\n\nThis is a first step in cleaning up the redundancies between\nvp8_calc_{auto_,}iframe_target_size. The pick_frame_size() function is\nmoved to ratectrl.c, and made to be the primary interface. This means\nthat the various calc_*_target_size functions can be made private.\n\nChange-Id: I66a9a62a5f9c23c818015e03f92f3757bf3bb5c8\n", "id": "81d2206ff863fbac1da7a9496ec30512532e08eb", "commit_time": 1303850994} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303850730, "author_timezone": -14400, "parents": ["81d2206ff863fbac1da7a9496ec30512532e08eb"], "message": "Refactor calc_iframe_target_size\n\nCombine calc_iframe_target_size, previously only used for forced\nkeyframes, with calc_auto_iframe_target_size, which handled most\nkeyframes.\n\nChange-Id: I227051361cf46727caa5cd2b155752d2c9789364\n", "id": "db5057c742d57daad5d6e18fb0ab2bd4775f325f", "commit_time": 1303851335} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303877107, "author_timezone": -14400, "parents": ["bbc24a65c41b1a5a460967a2f5719ddb5489c1d5", "0a77e59847967f76f022e3d8eacef302f4a16038"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "d7d9236e30d9eef55612667d3e1728ae19b9a67f", "commit_time": 1303877107} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303877107, "author_timezone": -14400, "parents": ["d7d9236e30d9eef55612667d3e1728ae19b9a67f", "0da77a840b79c8037272687ba5fa8c3e01885572"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "5944829d6d26d0d3c090badf5149d8a7a61659e7", "commit_time": 1303877107} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303877107, "author_timezone": -14400, "parents": ["0a77e59847967f76f022e3d8eacef302f4a16038", "0da77a840b79c8037272687ba5fa8c3e01885572"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I76db6b5bd9f3817d5a3e32cad5891154ff9c9b18\n", "id": "b93faff5a017500f131bdce3777b4774d47e6641", "commit_time": 1303877107} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303835763, "author_timezone": -14400, "parents": ["d5c46bdfc0d7bcc25e3ff549a0dc03d759050c19"], "message": "Update VP8DX_BOOL_DECODER_FILL to better detect EOS\n\nAllow more reliable detection of truncated bitstreams by being more\nprecise with the count of \"virtual\" bits in the value buffer.\nSpecifically, the VP8_LOTS_OF_BITS value is accumulated into count,\nrather than being assigned, which was losing the prior value,\nincreasing the required tolerance when testing for the error condition.\n\nChange-Id: Ib5172eaa57323b939c439fff8a8ab5fa38da9b69\n", "id": "9594370e0cdc6a35ee3254994fb05204e99449b5", "commit_time": 1303914279} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303836737, "author_timezone": -14400, "parents": ["9594370e0cdc6a35ee3254994fb05204e99449b5"], "message": "Speed up VP8DX_BOOL_DECODER_FILL\n\nThe end-of-buffer check is hoisted out of the inner loop. Gives\nabout 0.5% improvement on x86_64.\n\nChange-Id: I8e3ed08af7d33468c5c749af36c2dfa19677f971\n", "id": "5e1fd4135744cc00e09825631e8f4c99bd4c5d27", "commit_time": 1303914303} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303920204, "author_timezone": -25200, "parents": ["db5057c742d57daad5d6e18fb0ab2bd4775f325f", "9594370e0cdc6a35ee3254994fb05204e99449b5"], "message": "Merge \"Update VP8DX_BOOL_DECODER_FILL to better detect EOS\"", "id": "f8ffecb176d00066b83a0d69dc7fedf2eba0f453", "commit_time": 1303920204} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303920225, "author_timezone": -25200, "parents": ["f8ffecb176d00066b83a0d69dc7fedf2eba0f453", "5e1fd4135744cc00e09825631e8f4c99bd4c5d27"], "message": "Merge \"Speed up VP8DX_BOOL_DECODER_FILL\"", "id": "64355ecad3849c9f8659179bbcf968ec84502ee8", "commit_time": 1303920225} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303920288, "author_timezone": -14400, "parents": ["64355ecad3849c9f8659179bbcf968ec84502ee8"], "message": "vpxdec: test for frame corruption\n\nThis change simply exercises the VP8D_GET_FRAME_CORRUPTED control,\noutputting a warning message at the end if the bit was set for any\nframes. Should never produce any output for good input.\n\nChange-Id: Idaf6ba8f53660f47763cd563fa1485938580a37d\n", "id": "4226f0ce64953aa7636552ccfb3487fda30e4122", "commit_time": 1303920288} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": [], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1303926039, "author_timezone": -14400, "parents": ["0da77a840b79c8037272687ba5fa8c3e01885572"], "message": "Use insertion sort instead of quick sort\n\nInsertion sort performs better for sorting small arrays. In real-\ntime encoding (speed=-5), test on test set showed 1.7% performance\ngain with 0% PSNR change in average.\n\nChange-Id: Ie02eaa6fed662866a937299194c590d41b25bc3d\n", "id": "5abafcc38115eab70d77109d26be151205fd2172", "commit_time": 1303926808} |
| {"commit_timezone": -25200, "committer": "Fritz Koenig <frkoenig@google.com>", "branches": ["master"], "author": "Fritz Koenig <frkoenig@google.com>", "encoding": null, "author_time": 1303928879, "author_timezone": -25200, "parents": ["4226f0ce64953aa7636552ccfb3487fda30e4122"], "message": "vpxenc: remove duplicate --fps from vpxenc usage message\n\nFixes issue #323\n\nChange-Id: I41c297df37afe186a8425ed2e2a95032069dcb9a\n", "id": "00fdb135a7d6683043880919e6ac779c50e1c034", "commit_time": 1303928879} |
| {"commit_timezone": -25200, "committer": "Ronald S. Bultje <rbultje@google.com>", "branches": [], "author": "Ronald S. Bultje <rbultje@google.com>", "encoding": null, "author_time": 1303923910, "author_timezone": -25200, "parents": ["0da77a840b79c8037272687ba5fa8c3e01885572"], "message": "SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}().\n\ndecoding\n\nbefore\n10.425\n10.432\n10.423\n=10.426\n\nafter:\n10.405\n10.416\n10.398\n=10.406, 0.2% faster\n\nencoding\n\nbefore\n14.252\n14.331\n14.250\n14.223\n14.241\n14.220\n14.221\n=14.248\n\nafter\n14.095\n14.090\n14.085\n14.095\n14.064\n14.081\n14.089\n=14.086, 1.1% faster\n\nChange-Id: I483d3d8f0deda8ad434cea76e16028380722aee2\n", "id": "1083fe499973fb363ab4325ec3b4a905cdb5c0e1", "commit_time": 1303929087} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303930975, "author_timezone": -25200, "parents": ["00fdb135a7d6683043880919e6ac779c50e1c034", "1083fe499973fb363ab4325ec3b4a905cdb5c0e1"], "message": "Merge \"SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}().\"", "id": "085fb4b737c17ffadb92749fb7dda76123e8f595", "commit_time": 1303930975} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1303932332, "author_timezone": -14400, "parents": ["085fb4b737c17ffadb92749fb7dda76123e8f595"], "message": "Removed unused code in reconinter\n\nThe skip flag is never set by the encoder for SPLITMV.\n\nChange-Id: I5ae6457edb3a1193cb5b05a6d61772c13b1dc506\n", "id": "2e102855f4f69148d17771f584c26e1498ec82e2", "commit_time": 1303932332} |
| {"commit_timezone": -25200, "committer": "Ronald S. Bultje <rbultje@google.com>", "branches": [], "author": "Ronald S. Bultje <rbultje@google.com>", "encoding": null, "author_time": 1303937361, "author_timezone": -25200, "parents": ["085fb4b737c17ffadb92749fb7dda76123e8f595"], "message": "Use psadbw to get the sum of bytes in a line.\n\nThanks Jason for pointing that out on #vp8. ;-).\n\nChange-Id: I5330a753e752a8704b78a409597472628e0b26a5\n", "id": "1e7ded69cfaff55c80de1308820031e9a0a01e1a", "commit_time": 1303937361} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303963506, "author_timezone": -14400, "parents": ["5944829d6d26d0d3c090badf5149d8a7a61659e7", "b93faff5a017500f131bdce3777b4774d47e6641"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "9d325df746cd79f434cea45768b38dc49b61e3aa", "commit_time": 1303963506} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303963507, "author_timezone": -14400, "parents": ["9d325df746cd79f434cea45768b38dc49b61e3aa", "2e102855f4f69148d17771f584c26e1498ec82e2"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "e1b90ce862b6989d8ad755ffbbd9d59849d93a4f", "commit_time": 1303963507} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1303963507, "author_timezone": -14400, "parents": ["b93faff5a017500f131bdce3777b4774d47e6641", "2e102855f4f69148d17771f584c26e1498ec82e2"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I7d91efbc3662c86d6efa2d7495eb4689ccdb0ced\n", "id": "c26bb0fe8f84d6e9b67f9304fc2b1b980e153a37", "commit_time": 1303963507} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": [], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1304002439, "author_timezone": -14400, "parents": ["2e102855f4f69148d17771f584c26e1498ec82e2"], "message": "Consolidated build inter predictors\n\nCode cleanup.\n\nChange-Id: Ic8b0167851116c64ddf08e8a3d302fb09ab61146\n", "id": "ccd6f7ed77c1b28fc42302e9c34972bc289163fe", "commit_time": 1304002439} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1304002700, "author_timezone": -25200, "parents": ["2e102855f4f69148d17771f584c26e1498ec82e2", "1e7ded69cfaff55c80de1308820031e9a0a01e1a"], "message": "Merge \"Use psadbw to get the sum of bytes in a line.\"", "id": "219ba87a93fec7144e575a5d2add1a837b49a7e8", "commit_time": 1304002700} |
| {"commit_timezone": -14400, "committer": "James Berry <jamesberry@google.com>", "branches": ["master"], "author": "James Berry <jamesberry@google.com>", "encoding": null, "author_time": 1304014292, "author_timezone": -14400, "parents": ["219ba87a93fec7144e575a5d2add1a837b49a7e8"], "message": "bug fix 32 bit matches 64 bit\n\nincluded vpx_config.h in vpx_encoder.c\nto properly define FLOATING_POINT_INIT()\n\nChange-Id: Ie518bf5c087622658e37fca90aa4ddfe79d053f6\n", "id": "5db296dd70366a824459fdf102cb795b62a17bd7", "commit_time": 1304014292} |
| {"commit_timezone": -14400, "committer": "James Berry <jamesberry@google.com>", "branches": ["master"], "author": "James Berry <jamesberry@google.com>", "encoding": null, "author_time": 1304017920, "author_timezone": -14400, "parents": ["5db296dd70366a824459fdf102cb795b62a17bd7"], "message": "bug fix removed inline from recon_wrapper_sse2.c\n\nremoved inline from recon_wrapper_sse2.c to build\nfor visual stuido\n\nChange-Id: I74a3482950448e2cdb30e9cd7087145b440d8a22\n", "id": "f10732554b0b59115d8ab5882b8e17bc668547d3", "commit_time": 1304017920} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304049906, "author_timezone": -14400, "parents": ["e1b90ce862b6989d8ad755ffbbd9d59849d93a4f", "c26bb0fe8f84d6e9b67f9304fc2b1b980e153a37"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "3dfafccac89505eb9932cd290425804984202c36", "commit_time": 1304049906} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304049907, "author_timezone": -14400, "parents": ["3dfafccac89505eb9932cd290425804984202c36", "f10732554b0b59115d8ab5882b8e17bc668547d3"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "57afffbcbb67ad563a9cf3745b80ad7a4b99572a", "commit_time": 1304049907} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304049907, "author_timezone": -14400, "parents": ["c26bb0fe8f84d6e9b67f9304fc2b1b980e153a37", "f10732554b0b59115d8ab5882b8e17bc668547d3"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I993021d0b2d7fbe44d6371464f2686eed3ccfaae\n", "id": "89c3269636c1c1859345a73bbd5eb8f71df29306", "commit_time": 1304049907} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1304086429, "author_timezone": -25200, "parents": ["f10732554b0b59115d8ab5882b8e17bc668547d3", "ccd6f7ed77c1b28fc42302e9c34972bc289163fe"], "message": "Merge \"Consolidated build inter predictors\"", "id": "1b2abc5f493a68125786084e92b2bd98aca5e9a2", "commit_time": 1304086429} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1304090878, "author_timezone": -25200, "parents": ["1b2abc5f493a68125786084e92b2bd98aca5e9a2", "5abafcc38115eab70d77109d26be151205fd2172"], "message": "Merge \"Use insertion sort instead of quick sort\"", "id": "dfa9e2c5ea4a4282d931e382c327fc2d149ebcf8", "commit_time": 1304090878} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": [], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1304095079, "author_timezone": -25200, "parents": ["dfa9e2c5ea4a4282d931e382c327fc2d149ebcf8"], "message": "changed configure option name to reduce confusion\n\nRenamed configure option \"enable-psnr\" to \"enable-internal-stats\" to\nbetter reflect the purpose of the option and eliminate the confusion\nreported in http://code.google.com/p/webm/issues/detail?id=35\n\nChange-Id: If72df6fdb9f1e33dab1329240ba4d8911d2f1f7a\n", "id": "57ad189129b2041b68411c05e29840bad793d538", "commit_time": 1304095145} |
| {"commit_timezone": -25200, "committer": "Ronald S. Bultje <rbultje@google.com>", "branches": [], "author": "Ronald S. Bultje <rbultje@google.com>", "encoding": null, "author_time": 1304103097, "author_timezone": -25200, "parents": ["dfa9e2c5ea4a4282d931e382c327fc2d149ebcf8"], "message": "Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3.\n\nChange-Id: I658a1df7d825f820573cb2d11ad402f9d2791035\n", "id": "5a23352c030d2b190976ea55a9a759c734bd9eaa", "commit_time": 1304103129} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304136304, "author_timezone": -14400, "parents": ["57afffbcbb67ad563a9cf3745b80ad7a4b99572a", "89c3269636c1c1859345a73bbd5eb8f71df29306"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "dba6c71004cac8d776ec77a2078344a6be8cf660", "commit_time": 1304136304} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304136305, "author_timezone": -14400, "parents": ["dba6c71004cac8d776ec77a2078344a6be8cf660", "dfa9e2c5ea4a4282d931e382c327fc2d149ebcf8"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "8398449cbf564aca4341d49f14f5361e57d42cb7", "commit_time": 1304136305} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304136305, "author_timezone": -14400, "parents": ["89c3269636c1c1859345a73bbd5eb8f71df29306", "dfa9e2c5ea4a4282d931e382c327fc2d149ebcf8"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I9c995f1fdb46c098b0c519bf333318dff651cb40\n", "id": "518c5519033d16c677c1cca4142d6f4c34fb0fe1", "commit_time": 1304136306} |
| {"commit_timezone": 7200, "committer": "Thijs Vermeir <thijsvermeir@gmail.com>", "branches": [], "author": "Thijs Vermeir <thijsvermeir@gmail.com>", "encoding": null, "author_time": 1304112568, "author_timezone": 7200, "parents": ["dfa9e2c5ea4a4282d931e382c327fc2d149ebcf8"], "message": "Fix documentation typos\n\nChange-Id: I97124670926433bf1593c91660d8b8f8482ea9ce\n", "id": "8942f70cdf823e79b703985b8ae35c6af029dab8", "commit_time": 1304148899} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304222705, "author_timezone": -14400, "parents": ["8398449cbf564aca4341d49f14f5361e57d42cb7", "518c5519033d16c677c1cca4142d6f4c34fb0fe1"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "1d14478b5ab546c4e5dc726caf40995e8fdad94e", "commit_time": 1304222705} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304342917, "author_timezone": -14400, "parents": ["dfa9e2c5ea4a4282d931e382c327fc2d149ebcf8"], "message": "Fix compile error with --enable-postproc-visualizer\n\nTypo.\n\nChange-Id: I9cc6a4587c3d93c9f0da5e101d376741fc9622a4\n", "id": "a66d8d33ddadf22c9ed127d5766ca0acf108dbef", "commit_time": 1304342917} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304344222, "author_timezone": -25200, "parents": ["a66d8d33ddadf22c9ed127d5766ca0acf108dbef", "8942f70cdf823e79b703985b8ae35c6af029dab8"], "message": "Merge \"Fix documentation typos\"", "id": "c09d8c14196d82d7d2bb2dd9c301ca8283445771", "commit_time": 1304344222} |
| {"commit_timezone": -14400, "committer": "Ronald S. Bultje <rbultje@google.com>", "branches": ["master"], "author": "Ronald S. Bultje <rbultje@google.com>", "encoding": null, "author_time": 1304359001, "author_timezone": -14400, "parents": ["c09d8c14196d82d7d2bb2dd9c301ca8283445771"], "message": "build: change LDFLAGS/CFLAGS ordering.\n\nAlways use CFLAGS/LDFLAGS that point to headers and libvpx.a inside our\nbuild tree before ones from the environment, which could reference\nheaders or libs outside the build tree.\n\nThis fixes issue 307.\n\nChange-Id: I34d176b8c21098f6da5ea71f0147d3c49283cc45\n", "id": "bbf890fe27c4193752c4f455b01eae62dedab359", "commit_time": 1304359001} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304395505, "author_timezone": -14400, "parents": ["1d14478b5ab546c4e5dc726caf40995e8fdad94e", "bbf890fe27c4193752c4f455b01eae62dedab359"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "e2990fcc489af9992bcb434d0763f2e6afc8c6b2", "commit_time": 1304395505} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304395508, "author_timezone": -14400, "parents": ["518c5519033d16c677c1cca4142d6f4c34fb0fe1", "bbf890fe27c4193752c4f455b01eae62dedab359"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: Ibcddf16cdbfde86d2e3fc0adb7b727072a3d12e9\n", "id": "b336dc6bff1536c6088292484f6f449d7a2c9cba", "commit_time": 1304395509} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": [], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1304375234, "author_timezone": -25200, "parents": ["aeca599087409c83cf4e24a59b5830a380e22327"], "message": "change to use fast ssim code for internal ssim calculations\n\nThe commit also removed the slow ssim calculation that uses a 7x7\nkernel, and revised the comments to better describe how sample ssim\nvalues are computed and averaged\n\nChange-Id: I1d874073cddca00f3c997f4b9a9a3db0aa212276\n", "id": "6c565fada0820c9c2be6e931237b858cf8bbb5d1", "commit_time": 1304436977} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1304446852, "author_timezone": -25200, "parents": ["bbf890fe27c4193752c4f455b01eae62dedab359", "6c565fada0820c9c2be6e931237b858cf8bbb5d1"], "message": "Merge \"change to use fast ssim code for internal ssim calculations\"", "id": "e9465daee385e1b288ff559b2b65527bca2364f6", "commit_time": 1304446852} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": [], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1304356919, "author_timezone": -14400, "parents": ["5abafcc38115eab70d77109d26be151205fd2172"], "message": "Modify HEX search\n\nChanged 8-neighbor searching to 4-neighour searching, and continued\nsearching until the center point is the best match.\n\nTest on test set showed 1.3% encoding speed improvement as well as\n0.1% PSNR and SSIM improvement at speed=-5 (rt mode).\n\nWill continue to improve it.\n\nChange-Id: If4993b1907dd742b906fd3f86fee77cc5932ee9a\n", "id": "04ec930abc97892eba8f0914fad0016b1d13b733", "commit_time": 1304447193} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1304449172, "author_timezone": -25200, "parents": ["e9465daee385e1b288ff559b2b65527bca2364f6", "04ec930abc97892eba8f0914fad0016b1d13b733"], "message": "Merge \"Modify HEX search\"", "id": "3fbade23a2c6eb060f7c65df210bc84f1a801165", "commit_time": 1304449172} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304481907, "author_timezone": -14400, "parents": ["e2990fcc489af9992bcb434d0763f2e6afc8c6b2", "b336dc6bff1536c6088292484f6f449d7a2c9cba"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "cd4f02baa8e49609e02e4dbd5b1a9f102cea5a9f", "commit_time": 1304481907} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304481908, "author_timezone": -14400, "parents": ["cd4f02baa8e49609e02e4dbd5b1a9f102cea5a9f", "3fbade23a2c6eb060f7c65df210bc84f1a801165"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "848c18e9bec94ed404ff1feb1d765b73f5c86d7f", "commit_time": 1304481908} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304481909, "author_timezone": -14400, "parents": ["b336dc6bff1536c6088292484f6f449d7a2c9cba", "3fbade23a2c6eb060f7c65df210bc84f1a801165"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I6db2326eb0eca9d8d5941dab1bd8577c7a545825\n", "id": "7f1c9c6a130573fc9293b4d5c1ec4ddb4b4ff4d6", "commit_time": 1304481909} |
| {"commit_timezone": 10800, "committer": "Attila Nagy <attilanagy@google.com>", "branches": [], "author": "Attila Nagy <attilanagy@google.com>", "encoding": null, "author_time": 1304495486, "author_timezone": 10800, "parents": ["3fbade23a2c6eb060f7c65df210bc84f1a801165"], "message": "Loopfilter NEON: Use VMOV for constant vectors instead of VLD.\n\nChange-Id: I562b6e01c32bb51d00f3b95faf757fc7dc29a3a3\n", "id": "a6aa389d2f2f3f341c533a1a8d49e12dd39614a4", "commit_time": 1304497763} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304568306, "author_timezone": -14400, "parents": ["848c18e9bec94ed404ff1feb1d765b73f5c86d7f", "7f1c9c6a130573fc9293b4d5c1ec4ddb4b4ff4d6"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "56f8277d5462a7b9d197e38fa4866ea436658c58", "commit_time": 1304568306} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1304596794, "author_timezone": -25200, "parents": ["3fbade23a2c6eb060f7c65df210bc84f1a801165", "297b27655eaf4a0cfd097b2ae94add4b19fed9eb"], "message": "Merge \"Runtime detection of available processor cores.\"", "id": "aeb86d615c87d80cfd4127c915812e1299f80a33", "commit_time": 1304596794} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Johann <johannkoenig@google.com>", "encoding": null, "author_time": 1304601381, "author_timezone": -25200, "parents": ["aeb86d615c87d80cfd4127c915812e1299f80a33", "a6aa389d2f2f3f341c533a1a8d49e12dd39614a4"], "message": "Merge \"Loopfilter NEON: Use VMOV for constant vectors instead of VLD.\"", "id": "ca5c1b17a2f651639e5f165177acd0178985a761", "commit_time": 1304601381} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1304606549, "author_timezone": -14400, "parents": ["ca5c1b17a2f651639e5f165177acd0178985a761"], "message": "Fix rare hang in multi-thread encoder on Windows\n\nThis patch is to fix a rare hang in multi-thread encoder that was\nonly seen on Windows. Thanks for John's help in debugging the\nproblem. More test is needed.\n\nChange-Id: Idb11c6d344c2082362a032b34c5a602a1eea62fc\n", "id": "eb16f00cf25e54f08c5a9ec25a8780ca708a2c3a", "commit_time": 1304606549} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304654710, "author_timezone": -14400, "parents": ["56f8277d5462a7b9d197e38fa4866ea436658c58", "eb16f00cf25e54f08c5a9ec25a8780ca708a2c3a"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "39e36f8604ca5acac27104055b6902645a947978", "commit_time": 1304654710} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304654710, "author_timezone": -14400, "parents": ["7f1c9c6a130573fc9293b4d5c1ec4ddb4b4ff4d6", "eb16f00cf25e54f08c5a9ec25a8780ca708a2c3a"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: Ib6c8596030140ed2b5e1dea76de024d27ad8ed86\n", "id": "e965d8f6f3d7079bbccac975e057d2b2daa0e20c", "commit_time": 1304654711} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["master"], "author": "Aron Rosenberg <arosenberg@logitech.com>", "encoding": null, "author_time": 1304655037, "author_timezone": -14400, "parents": ["eb16f00cf25e54f08c5a9ec25a8780ca708a2c3a"], "message": "Fix semaphore emulation on Windows\n\nThe existing emulation of posix semaphores on Windows uses SetEvent()\nand WaitForSingleObject(), which implements a binary semaphore, not a\ncounting semaphore as implemented by posix. This causes deadlock when\nused with the expected posix semantics. Instead, this patch uses the\nCreateSemaphore() and ReleaseSemaphore() calls (introduced in Windows\n2000) which have the expected behavior.\n\nThis patch also reverts commit eb16f00, which split a semaphore that\nwas being used with counting semantics into two binary semaphores.\nThat commit is unnecessary with corrected emulation.\n\nChange-Id: If400771536a27af4b0c3a31aa4c4e9ced89ce6a0\n", "id": "eeb811730362868458410ed96673ee75c2d79220", "commit_time": 1304655239} |
| {"commit_timezone": 10800, "committer": "Tero Rintaluoma <teror@google.com>", "branches": [], "author": "Tero Rintaluoma <teror@google.com>", "encoding": null, "author_time": 1302512657, "author_timezone": 10800, "parents": ["4b43167ad16de9d0fef0525fa93771815014b16f"], "message": "neon fast quantizer updated\n\nvp8_fast_quantize_b_neon function updated and further optimized.\n - match current C implementation of fast quantizer\n - updated to use asm_enc_offsets for structure members\n - updated ads2gas scripts to handle alignment issues\n\nChange-Id: I5cbad9c460ad8ddb35d2970a8684cc620711c56d\n", "id": "33fa7c4ebe34d25b20d82e318b05cec8b0e32c9c", "commit_time": 1304661592} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304607204, "author_timezone": -14400, "parents": ["4226f0ce64953aa7636552ccfb3487fda30e4122"], "message": "Use stdint.h for VS2010\n\nVS2010 has included stdint.h, but not inttypes.h. Prefer the compiler's\nversion of these types. Fixes issue 327.\n\nChange-Id: Ica71600e06b8e94e3bbb4f12988b4a9817d5e5e4\n", "id": "4ead98fa844304cc5c5427fa3c6a716d2a372d88", "commit_time": 1304683359} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304696930, "author_timezone": -14400, "parents": ["db5057c742d57daad5d6e18fb0ab2bd4775f325f"], "message": "Don't override active_worst_quality in 2 pass\n\nCommit db5057c introduced a bug in that the active_worst_quality\nselected by the 2 pass rate controller was being overridden for key\nframes, causing a severe quality loss.\n\nChange-Id: I4865a6fbe3e94e9b4fb9271c7dd68b455d7b371d\n", "id": "abc9958c52dd4ecbb5f7eef3352672aee815db1f", "commit_time": 1304696933} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Johann <johannkoenig@google.com>", "encoding": null, "author_time": 1304697254, "author_timezone": -25200, "parents": ["eeb811730362868458410ed96673ee75c2d79220", "33fa7c4ebe34d25b20d82e318b05cec8b0e32c9c"], "message": "Merge \"neon fast quantizer updated\"", "id": "52490354f3c1e639e60254d785914236c4f01bc5", "commit_time": 1304697254} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304697545, "author_timezone": -25200, "parents": ["52490354f3c1e639e60254d785914236c4f01bc5", "abc9958c52dd4ecbb5f7eef3352672aee815db1f"], "message": "Merge \"Don't override active_worst_quality in 2 pass\"", "id": "5c756005aaa17759485552edaea3e9ff99760bac", "commit_time": 1304697545} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": [], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1304697644, "author_timezone": -25200, "parents": ["aeca599087409c83cf4e24a59b5830a380e22327"], "message": "fix a bug related to gf_active_flags in multi-threaded encoder\n\nPaul pointed out that the pointer to the gf_active_flags is not being\nproperly incremented in multithreaded encoder. This commit fixes the\nissue by making sure the gf_active_ptr points to the starting of next\ngroup of mb rows.\n\nChange-Id: I3246e657d23beabb614dfb880733a68a5fd7e34c\n", "id": "89c6017cc03082c78c6058db85cd22027230927c", "commit_time": 1304697644} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304741111, "author_timezone": -14400, "parents": ["39e36f8604ca5acac27104055b6902645a947978", "e965d8f6f3d7079bbccac975e057d2b2daa0e20c"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "3a0f8e078374a26d2008455abf9d4ac7865626d4", "commit_time": 1304741111} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304741111, "author_timezone": -14400, "parents": ["3a0f8e078374a26d2008455abf9d4ac7865626d4", "5c756005aaa17759485552edaea3e9ff99760bac"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "017e85cf58ab6903ba5b9f3e7e814c5371997a7d", "commit_time": 1304741111} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304741111, "author_timezone": -14400, "parents": ["e965d8f6f3d7079bbccac975e057d2b2daa0e20c", "5c756005aaa17759485552edaea3e9ff99760bac"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I22f61430b52348b32078253d5ef38e68e7f91939\n", "id": "cadb2d66512c07a54fdf802983ddf2eddb26dbf4", "commit_time": 1304741111} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1304827510, "author_timezone": -14400, "parents": ["017e85cf58ab6903ba5b9f3e7e814c5371997a7d", "cadb2d66512c07a54fdf802983ddf2eddb26dbf4"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "7f7c13838c80523965150ed5b1a636ad1ae7480d", "commit_time": 1304827510} |
| {"commit_timezone": -14400, "committer": "Johann <johannkoenig@google.com>", "branches": ["master"], "author": "Johann <johannkoenig@google.com>", "encoding": null, "author_time": 1304954191, "author_timezone": -14400, "parents": ["5c756005aaa17759485552edaea3e9ff99760bac"], "message": "clean up unused variable warnings\n\nChange-Id: I9467d7a50eac32d8e8f3a2f26db818e47c93c94b\n", "id": "a7d4d3c550b1b98b98fb37fbe409142f45e2ca02", "commit_time": 1304960180} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": [], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1304700691, "author_timezone": -14400, "parents": ["5c756005aaa17759485552edaea3e9ff99760bac"], "message": "Use diamond search to replace full search in full-pixel refining search\n\nIn NEWMV mode, currently, full search is used as the refining search\nafter n-step search. By replacing it with an iterative diamond search\nof radius 1 largely reduced the computation complexity, but still\nmaintained the same encoding quality since the refining search is\ndone for every macroblock instead of only a small precentage of\nmacroblocks while using full search.\n\nTests on the test set showed a 3.4% encoding speed increase with none\npsnr & ssim loss.\n\nChange-Id: Ife907d7eb9544d15c34f17dc6e4cfd97cb743d41\n", "id": "cb7b1fb1445331fd28210fbb7e8a0f7f672c4080", "commit_time": 1304964426} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305000310, "author_timezone": -14400, "parents": ["cadb2d66512c07a54fdf802983ddf2eddb26dbf4", "a7d4d3c550b1b98b98fb37fbe409142f45e2ca02"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I24a548e3ce7794409b6731829f83befc0d465800\n", "id": "b08c6fa6993fe0135ee149e2ce10b078ad494b8e", "commit_time": 1305000310} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1305035978, "author_timezone": -25200, "parents": ["a7d4d3c550b1b98b98fb37fbe409142f45e2ca02", "cb7b1fb1445331fd28210fbb7e8a0f7f672c4080"], "message": "Merge \"Use diamond search to replace full search in full-pixel refining search\"", "id": "c7a56f677d4c5336fa6b0f07b10d3cdccc14f9b3", "commit_time": 1305035978} |
| {"commit_timezone": -14400, "committer": "Johann <johannkoenig@google.com>", "branches": ["master"], "author": "Johann <johannkoenig@google.com>", "encoding": null, "author_time": 1305057536, "author_timezone": -14400, "parents": ["c7a56f677d4c5336fa6b0f07b10d3cdccc14f9b3"], "message": "set up Global Offset Table in recon\n\nglobal values were being referenced, but the GOT was not being set up.\nas the GOT is only required for PIC, this issue wasn't caught in the\ndefault configuration.\n\nChange-Id: I8006e53776139362a76f2c80cf9d0f8458602b2f\nhttp://code.google.com/p/webm/issues/detail?id=328\n", "id": "df2023a6cb82708badcf4425100e790080c24079", "commit_time": 1305057536} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305078784, "author_timezone": -25200, "parents": ["df2023a6cb82708badcf4425100e790080c24079", "4ead98fa844304cc5c5427fa3c6a716d2a372d88"], "message": "Merge \"Use stdint.h for VS2010\"", "id": "814532a33cee261cfc8c14f894c3e7d7677face6", "commit_time": 1305078784} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": [], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1305082671, "author_timezone": -25200, "parents": ["df2023a6cb82708badcf4425100e790080c24079"], "message": "remove a variable no longer in use\n\nThe variable is introduced in commit 2e53e9e53 to make more use of\ntrellis quantization, but this is no longer necessary after RDMULT\nwas made adaptive in a number of later commits.\n\nChange-Id: I7420522ec7723f38cf77033466c25afb405d52ae\n", "id": "f7cf439b34969701505117a726168744231fafd6", "commit_time": 1305082671} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1305082792, "author_timezone": -25200, "parents": ["814532a33cee261cfc8c14f894c3e7d7677face6", "89c6017cc03082c78c6058db85cd22027230927c"], "message": "Merge \"fix a bug related to gf_active_flags in multi-threaded encoder\"", "id": "1bcf4e66bbbc530d7e2321ab98fb75d9a3d2cc69", "commit_time": 1305082792} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1305084059, "author_timezone": -25200, "parents": ["1bcf4e66bbbc530d7e2321ab98fb75d9a3d2cc69", "f7cf439b34969701505117a726168744231fafd6"], "message": "Merge \"remove a variable no longer in use\"", "id": "ba6f60dba70ad56fbfd1080bb4555f078bc774bf", "commit_time": 1305084059} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305086707, "author_timezone": -14400, "parents": ["7f7c13838c80523965150ed5b1a636ad1ae7480d", "b08c6fa6993fe0135ee149e2ce10b078ad494b8e"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "6edd07d6561522f81b2a09a2a160d74808b14363", "commit_time": 1305086707} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305086707, "author_timezone": -14400, "parents": ["6edd07d6561522f81b2a09a2a160d74808b14363", "ba6f60dba70ad56fbfd1080bb4555f078bc774bf"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "65b1648f35b3212bd8beb024d7c4095f138274d0", "commit_time": 1305086707} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305086710, "author_timezone": -14400, "parents": ["b08c6fa6993fe0135ee149e2ce10b078ad494b8e", "ba6f60dba70ad56fbfd1080bb4555f078bc774bf"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I3149502b80e7c30decc125a2ddc5ad12b12b3667\n", "id": "5c849a64d97dd30b2d7e472bd75412dd1897bafd", "commit_time": 1305086710} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305173111, "author_timezone": -14400, "parents": ["65b1648f35b3212bd8beb024d7c4095f138274d0", "5c849a64d97dd30b2d7e472bd75412dd1897bafd"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "25f10257f294263848080afcd1c53768fdb1072d", "commit_time": 1305173111} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": [], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1305181926, "author_timezone": -25200, "parents": ["ba6f60dba70ad56fbfd1080bb4555f078bc774bf"], "message": "adjusting rd constant slightly by ~10%\n\nThis is to reflect the RD improvement in the encoder. The change has a\nsmall positive impact on quality (0.25% by VPXSSIM and 0.05% by PSNR)\n\nChange-Id: Ic66ffc19b10870645088c0624c85556f009fd210\n", "id": "bd9d890605efc10252a86c47668a13d219808819", "commit_time": 1305181926} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": [], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1305135509, "author_timezone": -14400, "parents": ["c7a56f677d4c5336fa6b0f07b10d3cdccc14f9b3"], "message": "Modification and issue fix in full-pixel refining search\n\nFurther modification and wrong implementation fix which caused\nrefining_search and refining_searchx4 result mismatching.\n\nChange-Id: I80cb3a44bf5824413fd50c972e383eebb75f9b6f\n", "id": "b4da1f83e616d71932c3f5a32b1b4ed5fa36a5cb", "commit_time": 1305209920} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1305210044, "author_timezone": -25200, "parents": ["ba6f60dba70ad56fbfd1080bb4555f078bc774bf", "b4da1f83e616d71932c3f5a32b1b4ed5fa36a5cb"], "message": "Merge \"Modification and issue fix in full-pixel refining search\"", "id": "6ed81fa5b3aba4c6be6950872a03d67ddbc8c990", "commit_time": 1305210044} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1305211816, "author_timezone": -14400, "parents": ["6ed81fa5b3aba4c6be6950872a03d67ddbc8c990"], "message": "Using int_mv instead of MV\n\nThe compiler produces better assembly when using int_mv\nfor assignments. The compiler shifts and ors the two 16bit\nvalues when assigning MV.\n\nChange-Id: I52ce4bc2bfbfaf3f1151204b2f21e1e0654f960f\n", "id": "6b25501bf1b5f7f729665c39cb3e25a7b1edf385", "commit_time": 1305212896} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1305213641, "author_timezone": -14400, "parents": ["6b25501bf1b5f7f729665c39cb3e25a7b1edf385"], "message": "Removed mv_bits_sadcost\n\nThis sad cost is being generated but never used.\n\nChange-Id: I562eebdcb792b743770954feca365b5b37491ecd\n", "id": "71a7501bcf6ada5068d102c03ae597023e986538", "commit_time": 1305213641} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305227046, "author_timezone": -14400, "parents": ["71a7501bcf6ada5068d102c03ae597023e986538"], "message": "Improve framerate adaptation\n\nThis patch improves the accuracy of frame rate estimation by using a\nlarger, 1 second window. It also more quickly adapts to step changes\nin the input frame rate (ie 30fps to 15fps)\n\nChange-Id: I39e48a8f5ac880b4c4b2ebd81049259b81a0218e\n", "id": "5ed116e22044e501b87a9466da36d7f943f63563", "commit_time": 1305227270} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305259514, "author_timezone": -14400, "parents": ["5c849a64d97dd30b2d7e472bd75412dd1897bafd", "71a7501bcf6ada5068d102c03ae597023e986538"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: Idf2dead51d2936984eb9827dd6d2cb704817f4c8\n", "id": "71a0eaf33ccd7437c129a91d4e3ff829551bef1f", "commit_time": 1305259514} |
| {"commit_timezone": 3600, "committer": "Paul Wilkins <paulwilkins@google.com>", "branches": [], "author": "Paul Wilkins <paulwilkins@google.com>", "encoding": null, "author_time": 1305216115, "author_timezone": 3600, "parents": ["ba6f60dba70ad56fbfd1080bb4555f078bc774bf"], "message": "Restructure of activity masking code.\n\nThis commit restructures the mb activity masking code\nto better facilitate experimentation using different metrics\netc. and also allows for adjustment of the zero bin either\nfor encode only or both the encode and mode selection\nstages\n\nIt also uses information from the current frame rather than\nthe previous frame and the default strength has been\nreduced.\n\nChange-Id: Id39b19eace37574dc429f25aae810c203709629b\n", "id": "ff52bf369146ebd99c70c880d92d94a876432883", "commit_time": 1305279470} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305296197, "author_timezone": -14400, "parents": ["25f10257f294263848080afcd1c53768fdb1072d", "71a7501bcf6ada5068d102c03ae597023e986538"], "message": "Merge remote branch 'internal/upstream' into HEAD\n\nConflicts:\n\tvp8/common/blockd.h\n\tvp8/decoder/decodemv.c\n\nChange-Id: Ib97c226d5b33b1ac1675d9c96eac1986af4dd579\n", "id": "72913435cb853def83bbbeec7cb69912d75ee368", "commit_time": 1305296197} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Paul Wilkins <paulwilkins@google.com>", "encoding": null, "author_time": 1305303830, "author_timezone": -25200, "parents": ["71a7501bcf6ada5068d102c03ae597023e986538", "ff52bf369146ebd99c70c880d92d94a876432883"], "message": "Merge \"Restructure of activity masking code.\"", "id": "0e862352650de8fc2a7e2287e385ddf6ca43ba3b", "commit_time": 1305303830} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1305304106, "author_timezone": -25200, "parents": ["0e862352650de8fc2a7e2287e385ddf6ca43ba3b", "bd9d890605efc10252a86c47668a13d219808819"], "message": "Merge \"adjusting rd constant slightly by ~10%\"", "id": "5608c1402019314810f49ede9e5da2ec8f8d276f", "commit_time": 1305304106} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305310722, "author_timezone": -25200, "parents": ["5608c1402019314810f49ede9e5da2ec8f8d276f", "5ed116e22044e501b87a9466da36d7f943f63563"], "message": "Merge \"Improve framerate adaptation\"", "id": "eafdc5e10acd025e3587ee56bfa90894eb52d5ba", "commit_time": 1305310722} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305551336, "author_timezone": -14400, "parents": ["72913435cb853def83bbbeec7cb69912d75ee368", "71a0eaf33ccd7437c129a91d4e3ff829551bef1f"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "d75c175def023616380eb780841e338efe17648b", "commit_time": 1305551336} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305551376, "author_timezone": -14400, "parents": ["d75c175def023616380eb780841e338efe17648b", "eafdc5e10acd025e3587ee56bfa90894eb52d5ba"], "message": "Merge remote branch 'internal/upstream' into HEAD\n\nConflicts:\n\tvp8/encoder/encodeframe.c\n\tvp8/encoder/rdopt.c\n\nChange-Id: I3c66714e704b22569aff701cc5b9b2a5b70989f3\n", "id": "a5074a8b8bdc06e59c9ffe26dc1870de5f8f13b0", "commit_time": 1305551376} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305551478, "author_timezone": -14400, "parents": ["71a0eaf33ccd7437c129a91d4e3ff829551bef1f", "eafdc5e10acd025e3587ee56bfa90894eb52d5ba"], "message": "Merge remote branch 'origin/master' into experimental\n\nConflicts:\n\tvp8/encoder/rdopt.c\n\nChange-Id: I85275aab07625bd30bbef16a752b08b18f4451ab\n", "id": "11b9b14691609e53a65f04c076d4191c78d115c6", "commit_time": 1305551497} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305605111, "author_timezone": -14400, "parents": ["a5074a8b8bdc06e59c9ffe26dc1870de5f8f13b0", "11b9b14691609e53a65f04c076d4191c78d115c6"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "790801a6d572115a775ae7ff221cc924e150020d", "commit_time": 1305605111} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": [], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1305298605, "author_timezone": -14400, "parents": ["71a7501bcf6ada5068d102c03ae597023e986538"], "message": "Modify MVcount in pick_inter_mode to eliminate calling of vp8_find_near_mvs\n\nMoved MVcount modification in pick_inter_mode, and eliminated\ncalling of vp8_find_near_mvs.\n\nChange-Id: Icd47448a1dfc8fdf526f86757d0e5a7f218cb5e8\n", "id": "f62b33f140a150470d784b6ff37ef1c5c227212b", "commit_time": 1305644382} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1305726776, "author_timezone": -14400, "parents": ["eafdc5e10acd025e3587ee56bfa90894eb52d5ba"], "message": "Fix a bug in vp8_clamp_mv function\n\nScott fixed the bug in MV clamping function in encoder, which\ncould cause artifacts.\n\nChange-Id: Id05f2794c43c31cdd45e66179c8811f3ee452cb9\n", "id": "9c62f94129fc3ed63fb710009a952afe11456ccd", "commit_time": 1305726776} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1305748407, "author_timezone": -25200, "parents": ["9c62f94129fc3ed63fb710009a952afe11456ccd", "f62b33f140a150470d784b6ff37ef1c5c227212b"], "message": "Merge \"Modify MVcount in pick_inter_mode to eliminate calling of vp8_find_near_mvs\"", "id": "00a1e2f8e4878f59c95f017f4cdbc80ada07a487", "commit_time": 1305748407} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305777912, "author_timezone": -14400, "parents": ["790801a6d572115a775ae7ff221cc924e150020d", "00a1e2f8e4878f59c95f017f4cdbc80ada07a487"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "23d525a5035a3e00cd2c2a65147e9c878c738014", "commit_time": 1305777912} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305777912, "author_timezone": -14400, "parents": ["11b9b14691609e53a65f04c076d4191c78d115c6", "00a1e2f8e4878f59c95f017f4cdbc80ada07a487"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I2f9fd68d7fd52e0aebc57e561c77ebe99e9c33e4\n", "id": "a741e0e3cb63e3e4b398c8c275fd909836ec8074", "commit_time": 1305777912} |
| {"commit_timezone": 10800, "committer": "Attila Nagy <attilanagy@google.com>", "branches": [], "author": "Attila Nagy <attilanagy@google.com>", "encoding": null, "author_time": 1305617963, "author_timezone": 10800, "parents": ["00a1e2f8e4878f59c95f017f4cdbc80ada07a487"], "message": "Fixed iwalsh_neon build problems with RVDS4.1\n\nrvct 4.1 was complaining about vstmia.16, store multiple expects 64 data type.\noptimized the implementation.\n\nChange-Id: I0701052cabd685c375637bbc3796ff6d88f5972c\n", "id": "f96d56c4aa138dcdbbd3494a5dc5126a6ee18909", "commit_time": 1305790046} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305817443, "author_timezone": -14400, "parents": ["00a1e2f8e4878f59c95f017f4cdbc80ada07a487"], "message": "Move quantizer init functions to quantize.c\n\nGroup related functions together.\n\nChange-Id: I92fd779225b75a7204650f1decb713142c655d71\n", "id": "87254e0b7b862c93926fa82e814376357d8c3c32", "commit_time": 1305817661} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305818053, "author_timezone": -14400, "parents": ["87254e0b7b862c93926fa82e814376357d8c3c32"], "message": "Make activity masking functions static\n\nThese don't need extern linkage.\n\nChange-Id: I21220ada926380a75ff654f24df84376ccc49323\n", "id": "a84177b4322cf09b2960f4fe21b242d3eea08fd4", "commit_time": 1305818053} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "Stefan Holmer <holmer@google.com>", "encoding": null, "author_time": 1304343051, "author_timezone": 7200, "parents": ["00a1e2f8e4878f59c95f017f4cdbc80ada07a487"], "message": "Adding error-concealment to the decoder.\n\nThe error-concealer is plugged in after any motion vectors have been\ndecoded. It tries to estimate any missing motion vectors from the\nmotion vectors of the previous frame. Intra blocks with missing\nresidual are replaced with inter blocks with estimated motion vectors.\n\nThis feature was developed in a separate sandbox\n(sandbox/holmer/error-concealment).\n\nChange-Id: I5c8917b031078d79dbafd90f6006680e84a23412\n", "id": "d04f852368dcfb9432d7cef9917666a9bf722ee2", "commit_time": 1305827193} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305827338, "author_timezone": -25200, "parents": ["87254e0b7b862c93926fa82e814376357d8c3c32", "d04f852368dcfb9432d7cef9917666a9bf722ee2"], "message": "Merge \"Adding error-concealment to the decoder.\"", "id": "e3081b2502058a7e98dac503cfe5d4f2876f5440", "commit_time": 1305827338} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305827865, "author_timezone": -14400, "parents": ["d04f852368dcfb9432d7cef9917666a9bf722ee2"], "message": "Fix segv without --enable-error-concealment\n\nMissed wrapping one function call in #if CONFIG_ERROR_CONCEALMENT.\n\nChange-Id: I5746b1e6e4531670dbed1130467331fe309bdcae\n", "id": "7def9022616d56bdf8436eacb20ee5713519ba9d", "commit_time": 1305827865} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305827904, "author_timezone": -25200, "parents": ["e3081b2502058a7e98dac503cfe5d4f2876f5440", "7def9022616d56bdf8436eacb20ee5713519ba9d"], "message": "Merge \"Fix segv without --enable-error-concealment\"", "id": "21ca4c4d5d69a6774fcadfba3fe6501ab41d1d62", "commit_time": 1305827904} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305828738, "author_timezone": -25200, "parents": ["21ca4c4d5d69a6774fcadfba3fe6501ab41d1d62", "a84177b4322cf09b2960f4fe21b242d3eea08fd4"], "message": "Merge \"Make activity masking functions static\"", "id": "ff39958cee5de02395b767bad9c02613418fa9d6", "commit_time": 1305828738} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305829028, "author_timezone": -25200, "parents": ["ff39958cee5de02395b767bad9c02613418fa9d6", "57ad189129b2041b68411c05e29840bad793d538"], "message": "Merge \"changed configure option name to reduce confusion\"", "id": "c684d5e5f2c7c38b867b0c177c82af26335dcb3f", "commit_time": 1305829028} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1305829321, "author_timezone": -25200, "parents": ["c684d5e5f2c7c38b867b0c177c82af26335dcb3f", "5a23352c030d2b190976ea55a9a759c734bd9eaa"], "message": "Merge \"Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3.\"", "id": "914f7c36d7d394f1569b62bf8df21963046f4e37", "commit_time": 1305829321} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": [], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1305831816, "author_timezone": -14400, "parents": ["00a1e2f8e4878f59c95f017f4cdbc80ada07a487"], "message": "Using partition_info instead of blockd info for splitmv\n\nThe partition_info struct contains info just for SPLITMV,\nso it should be used instead of BLOCKD. Eventually, I want\nto reduce the size of B_MODE_INFO struct found in BLOCKD, so\nthis is the first step toward that goal.\nAlso, since SPLITMV is not supported in vp8_pick_inter_mode(),\nthe unnecessary mem copies and checks were removed. For rt\nencodes, this gave a slight performance improvement.\n\nChange-Id: I5585c98fa9d5acbde1c7e0f452a01d9ecc080574\n", "id": "99b97576859b0ef8d56e4042e0c1a79b0016967e", "commit_time": 1305831816} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305830544, "author_timezone": -14400, "parents": ["c684d5e5f2c7c38b867b0c177c82af26335dcb3f"], "message": "Remove unused members of VP8_COMP\n\nVarious members that were either completely unreferenced or written\nand not read.\n\nChange-Id: Ie41ebac0ff0364a76f287586e4fe09a68907806e\n", "id": "048497720c499c802d4e69b2ef9ba0859ca36587", "commit_time": 1305834549} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1305836579, "author_timezone": -25200, "parents": ["914f7c36d7d394f1569b62bf8df21963046f4e37", "99b97576859b0ef8d56e4042e0c1a79b0016967e"], "message": "Merge \"Using partition_info instead of blockd info for splitmv\"", "id": "dba79821f067ba27a8a31572293b9cdbd0d9d2d2", "commit_time": 1305836579} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305839799, "author_timezone": -14400, "parents": ["048497720c499c802d4e69b2ef9ba0859ca36587"], "message": "cleanup: collect twopass variables\n\nThis patch collects the twopass specific memebers of VP8_COMP into a\ndedicated struct. This is a first step towards isolating the two pass\nrate control and aids readability by decorating these variables with\nthe 'twopass.' namespace. This makes it clear to the reader in what\ncontexts the variable will be valid, and is a hint that a section of\ncode might be a good candidate to move to firstpass.c in later\nrefactoring. There likely will be other rate control modes that need\ntheir own specific data as well.\n\nThis notation is probably overly verbose in firstpass.c, so an\nalternative would be to access this struct through a pointer like\n'rc->' instead of 'cpi->firstpass.' in that file. Feel free to make\na review comment to that effect if you prefer.\n\nChange-Id: I0ab8254647cb4b493a77c16b5d236d0d4a94ca4d\n", "id": "63cb1a7ce0cb7b41ec3f5c3ad05202eed00ff22a", "commit_time": 1305840369} |
| {"commit_timezone": -14400, "committer": "James Berry <jamesberry@google.com>", "branches": [], "author": "James Berry <jamesberry@google.com>", "encoding": null, "author_time": 1305842568, "author_timezone": -14400, "parents": ["dba79821f067ba27a8a31572293b9cdbd0d9d2d2"], "message": "bug fix active_worst_quality set below active_best_quality\n\nfixed a bug where active_worst_quality could be set\nbelow active_best_quality which could result in an\ninfinite loop.\n\nChange-Id: I93c229c3bc5bff2a82b4c33f41f8acf4dd194039\n", "id": "caa1b28be3abb8173607601b733be5f1e00a6466", "commit_time": 1305843031} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": [], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1305846028, "author_timezone": -25200, "parents": ["00a1e2f8e4878f59c95f017f4cdbc80ada07a487"], "message": "disable trellis optimization for first pass\n\nalso remove 2 #defines and 1 function declaration that are not in use.\n\nChange-Id: I8f743d0e3dd9ebf1de24a8b0c30ff09f29b00c53\n", "id": "d5b8f7860f17ad5c37bd5f6e9e73d548c80817ab", "commit_time": 1305850934} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1305851131, "author_timezone": -25200, "parents": ["dba79821f067ba27a8a31572293b9cdbd0d9d2d2", "d5b8f7860f17ad5c37bd5f6e9e73d548c80817ab"], "message": "Merge \"disable trellis optimization for first pass\"", "id": "1f3f18443db5820157448515579c14efd19eea1b", "commit_time": 1305851131} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": [], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1305855433, "author_timezone": -25200, "parents": ["1f3f18443db5820157448515579c14efd19eea1b"], "message": "revise two function definitions with less parameters\n\nChange-Id: Ia96e5bf915e4d3c0ac9c1795114bd9e5dd07327a\n", "id": "a4c69e9a0f4e7d8a46433c4b6f1d0cca66328fd6", "commit_time": 1305857163} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305864315, "author_timezone": -14400, "parents": ["23d525a5035a3e00cd2c2a65147e9c878c738014", "a741e0e3cb63e3e4b398c8c275fd909836ec8074"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "e05fd0fc36ef7e17be6dc87a7ff2ae72a5fa2473", "commit_time": 1305864315} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305864316, "author_timezone": -14400, "parents": ["e05fd0fc36ef7e17be6dc87a7ff2ae72a5fa2473", "1f3f18443db5820157448515579c14efd19eea1b"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "27331e1377465aad1d97f9796dca56542ba389af", "commit_time": 1305864316} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305894831, "author_timezone": -14400, "parents": ["a741e0e3cb63e3e4b398c8c275fd909836ec8074", "1f3f18443db5820157448515579c14efd19eea1b"], "message": "Merge remote branch 'origin/master' into experimental\n\nConflicts:\n\tconfigure\n\nChange-Id: I91b9059e5b724a96368c7765c147fdf5a5ce03f2\n", "id": "54bc4fde77f0c3ed42907d3c86ecc51cf8cddc80", "commit_time": 1305894831} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305902343, "author_timezone": -25200, "parents": ["1f3f18443db5820157448515579c14efd19eea1b", "048497720c499c802d4e69b2ef9ba0859ca36587"], "message": "Merge \"Remove unused members of VP8_COMP\"", "id": "a0c11928dbefb30a76d5ec47514b8bc1f1cbbf9f", "commit_time": 1305902343} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1305902742, "author_timezone": -25200, "parents": ["a0c11928dbefb30a76d5ec47514b8bc1f1cbbf9f", "a4c69e9a0f4e7d8a46433c4b6f1d0cca66328fd6"], "message": "Merge \"revise two function definitions with less parameters\"", "id": "1fbc81a970f5b027386d17aba45e2bd4e3574593", "commit_time": 1305902742} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Johann <johannkoenig@google.com>", "encoding": null, "author_time": 1305903071, "author_timezone": -25200, "parents": ["1fbc81a970f5b027386d17aba45e2bd4e3574593", "f96d56c4aa138dcdbbd3494a5dc5126a6ee18909"], "message": "Merge \"Fixed iwalsh_neon build problems with RVDS4.1\"", "id": "6d82d2d22e300f886d27c36106a56daa6a81b763", "commit_time": 1305903071} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305915644, "author_timezone": -25200, "parents": ["6d82d2d22e300f886d27c36106a56daa6a81b763", "63cb1a7ce0cb7b41ec3f5c3ad05202eed00ff22a"], "message": "Merge \"cleanup: collect twopass variables\"", "id": "8196cc85f819f49d10c01ddba63975fd5a282aae", "commit_time": 1305915644} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305915790, "author_timezone": -25200, "parents": ["8196cc85f819f49d10c01ddba63975fd5a282aae", "caa1b28be3abb8173607601b733be5f1e00a6466"], "message": "Merge \"bug fix active_worst_quality set below active_best_quality\"", "id": "ad6fe4a88c9d051a34c85d3f422cde5819f2bbdf", "commit_time": 1305915790} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305950713, "author_timezone": -14400, "parents": ["27331e1377465aad1d97f9796dca56542ba389af", "54bc4fde77f0c3ed42907d3c86ecc51cf8cddc80"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "c9490763697fa9df2bf3666a572d7856208ae484", "commit_time": 1305950713} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305950714, "author_timezone": -14400, "parents": ["c9490763697fa9df2bf3666a572d7856208ae484", "ad6fe4a88c9d051a34c85d3f422cde5819f2bbdf"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "e4be958e08a15571d5ab7549e69f022082af5c6b", "commit_time": 1305950714} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1305950714, "author_timezone": -14400, "parents": ["54bc4fde77f0c3ed42907d3c86ecc51cf8cddc80", "ad6fe4a88c9d051a34c85d3f422cde5819f2bbdf"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I90a1d0095712e0474b0c03773b57376911027fc6\n", "id": "4d240d1eae9fc88278a358a075735b84f8da89e2", "commit_time": 1305950714} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306037135, "author_timezone": -14400, "parents": ["e4be958e08a15571d5ab7549e69f022082af5c6b", "4d240d1eae9fc88278a358a075735b84f8da89e2"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "f7a8e66fadeaad96f300e81fc0bd6e98dd54fc74", "commit_time": 1306037135} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": [], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1306039881, "author_timezone": -25200, "parents": ["1f3f18443db5820157448515579c14efd19eea1b"], "message": "use get8x8var directly for non-subpixel motion case in VP8_UVSSE\n\nVP8_UVSSE mistakenly used subpixvar8x8 to calculate SSE for non-subpixl\nmotion cases.\n\nChange-Id: I4a5398bb9ef39c211039f6af4540546d4972e6a9\n", "id": "ab2dfd22f3edb6b0571913bd27645252653520bf", "commit_time": 1306167088} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": [], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1305919592, "author_timezone": -14400, "parents": ["00a1e2f8e4878f59c95f017f4cdbc80ada07a487"], "message": "Rewrite hex search function\n\nReduced some bound checks in hex search function.\n\nChange-Id: Ie5f73a6c227590341c960a74dc508cff80f8aa06\n", "id": "7838f4cfffeec64de4df3d9ea09c9ea57c3e1881", "commit_time": 1306181932} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1306187396, "author_timezone": -25200, "parents": ["ad6fe4a88c9d051a34c85d3f422cde5819f2bbdf", "ab2dfd22f3edb6b0571913bd27645252653520bf"], "message": "Merge \"use get8x8var directly for non-subpixel motion case in VP8_UVSSE\"", "id": "99fb568e67429e0cffa8c2392fcf1dcfb1a4ee2b", "commit_time": 1306187396} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306209909, "author_timezone": -14400, "parents": ["f7a8e66fadeaad96f300e81fc0bd6e98dd54fc74", "99fb568e67429e0cffa8c2392fcf1dcfb1a4ee2b"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "f7044d4058fe22e81179727d87a7a425026538ee", "commit_time": 1306209909} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306209910, "author_timezone": -14400, "parents": ["4d240d1eae9fc88278a358a075735b84f8da89e2", "99fb568e67429e0cffa8c2392fcf1dcfb1a4ee2b"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I56a5665a5d4e2ed590d75a5ad49e8feb54393f6e\n", "id": "b9f98a52c8c63b6d49ce4aee03ac4a00c50fe28d", "commit_time": 1306209910} |
| {"commit_timezone": 7200, "committer": "Henrik Lundin <hlundin@google.com>", "branches": [], "author": "Henrik Lundin <hlundin@google.com>", "encoding": null, "author_time": 1306151253, "author_timezone": 7200, "parents": ["ad6fe4a88c9d051a34c85d3f422cde5819f2bbdf"], "message": "Fixing bug in VP8_SET_REFERENCE decoder control command\n\nIn vp8dx_set_reference, the new reference image is written to an\nunused reference frame buffer.\n\nChange-Id: I9e4f2cef5a011094bb7ce7b2719cbfe096a773e8\n", "id": "a126cd176093beb7bb79f7f8d36e693fe49c8643", "commit_time": 1306220623} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1306239976, "author_timezone": -25200, "parents": ["99fb568e67429e0cffa8c2392fcf1dcfb1a4ee2b", "7838f4cfffeec64de4df3d9ea09c9ea57c3e1881"], "message": "Merge \"Rewrite hex search function\"", "id": "69aad3a7206161a0eac854ed1fcfd12bae31fa43", "commit_time": 1306239976} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306241864, "author_timezone": -25200, "parents": ["69aad3a7206161a0eac854ed1fcfd12bae31fa43", "a126cd176093beb7bb79f7f8d36e693fe49c8643"], "message": "Merge \"Fixing bug in VP8_SET_REFERENCE decoder control command\"", "id": "fbea372817484d91390a127573ba6218c6e5450f", "commit_time": 1306241864} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": [], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1306257892, "author_timezone": -14400, "parents": ["6d82d2d22e300f886d27c36106a56daa6a81b763"], "message": "MODE_INFO size reduction\n\nDeclared the bmi in MODE_INFO as a union instead of B_MODE_INFO.\nThis reduced the memory footprint by 518,400 bytes for 1080\nresolutions. The decoder performance improved by ~4% for the\nclip used and the encoder showed very small improvements. (0.5%)\nThis reduction was first mentioned to me by John K. and in a\nlater discussion by Yaowu.\nThis is WIP.\n\nChange-Id: I8e175fdbc46d28c35277302a04bee4540efc8d29\n", "id": "e11f21af9ae7f4cf677a8dd7e027dfaca0d96617", "commit_time": 1306257892} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1306264104, "author_timezone": -25200, "parents": ["fbea372817484d91390a127573ba6218c6e5450f", "e11f21af9ae7f4cf677a8dd7e027dfaca0d96617"], "message": "Merge \"MODE_INFO size reduction\"", "id": "b5278f38b02da1627da8bffdb867c98b2168850d", "commit_time": 1306264104} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1306264623, "author_timezone": -14400, "parents": ["b5278f38b02da1627da8bffdb867c98b2168850d"], "message": "Removed unused variable warnings\n\nChange-Id: I6e5e921f03dc15a72da89a457848d519647677a3\n", "id": "cfab2caee1d937b1ec34b1a8ea1e8680ad55ad3a", "commit_time": 1306264623} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": [], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1306267272, "author_timezone": -14400, "parents": ["cfab2caee1d937b1ec34b1a8ea1e8680ad55ad3a"], "message": "Use int_mv instead of MV in vp8_mv_cont\n\nLess operations.\n\nChange-Id: Ibb9cd5ae66b8c7c681c9a654d551c8729c31c3ae\n", "id": "a39321f37e2eae6aaf07655cd78d7645e7e73e67", "commit_time": 1306267272} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1306267177, "author_timezone": -14400, "parents": ["cfab2caee1d937b1ec34b1a8ea1e8680ad55ad3a"], "message": "Fix a bug happening while encoding at profile=3\n\nWhile profile=3, there is no sub-pixel search. Distortion and SSE\nhave to calculated using get_inter_mbpred_error().\n\nChange-Id: Ifb36e17eef7750af93efa7d0e2870142ef540184\n", "id": "d75eb7365357ec45626452756308d4327fa66911", "commit_time": 1306268903} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306296314, "author_timezone": -14400, "parents": ["b9f98a52c8c63b6d49ce4aee03ac4a00c50fe28d", "d75eb7365357ec45626452756308d4327fa66911"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I9e5c28f898d92091e39f62193f6329b593968819\n", "id": "117fcb207e2e655cd334b6a8522af7d713b1fcee", "commit_time": 1306296314} |
| {"commit_timezone": 10800, "committer": "Attila Nagy <attilanagy@google.com>", "branches": [], "author": "Attila Nagy <attilanagy@google.com>", "encoding": null, "author_time": 1306317274, "author_timezone": 10800, "parents": ["d75eb7365357ec45626452756308d4327fa66911"], "message": " Use var8x8 instead of get8x8var in VP8_UVSSE\n\n 'sum' returned by get8x8var is not used and var8x8 has optimizations\n for more platforms.\n\nChange-Id: I4a907fb1a05f285669fb0b95dc71d42182c980f6\n", "id": "a615c4049998f51e5123d7051020d38c35603f3d", "commit_time": 1306317274} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": [], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1306329989, "author_timezone": -14400, "parents": ["d75eb7365357ec45626452756308d4327fa66911"], "message": "Return sse value in vp8_variance SSE2 functions\n\nMinor modification.\n\nChange-Id: I09511d38fd1451d5c4106a48acdb3f766ce59cb7\n", "id": "b6679879b8a6bb16d4c70f516806be6b7aaba6f6", "commit_time": 1306338941} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": ["master"], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1306341354, "author_timezone": -25200, "parents": ["d75eb7365357ec45626452756308d4327fa66911"], "message": "remove code not in use\n\nChange-Id: I6e5e86235d341cce3b02abda26dbeb71940ed955\n", "id": "22c05c0575313d9e76737bc1cd144a6efab2f657", "commit_time": 1306341997} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1306348267, "author_timezone": -25200, "parents": ["22c05c0575313d9e76737bc1cd144a6efab2f657", "b6679879b8a6bb16d4c70f516806be6b7aaba6f6"], "message": "Merge \"Return sse value in vp8_variance SSE2 functions\"", "id": "f299d628f381915943285e41df1ce902d3b4fa73", "commit_time": 1306348267} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1306348542, "author_timezone": -25200, "parents": ["f299d628f381915943285e41df1ce902d3b4fa73", "a615c4049998f51e5123d7051020d38c35603f3d"], "message": "Merge \" Use var8x8 instead of get8x8var in VP8_UVSSE\"", "id": "13b56eeb7a6a61c599c397a3b8cd5b6f77c2f07b", "commit_time": 1306348542} |
| {"commit_timezone": -25200, "committer": "Yaowu Xu <yaowu@google.com>", "branches": [], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1306364857, "author_timezone": -25200, "parents": ["13b56eeb7a6a61c599c397a3b8cd5b6f77c2f07b"], "message": "fix the mix use of errorperbit and sadperbit\n\nerror_per_bit and sad_per_bit were designed as estimates of a bit worth\nof sum squared error and sum absolute difference respectively. Under\nthis assumption, error_per_bit should be used in combination with 2nd\norder errors (variance or sum squared error) while sad_per_bit should\nbe used in combination with 1st order SADs in motion estimation. There\nwere a few places where sad_per_bit has been misused with variances,\nthis commit changes to use error_per_bit for those places, also changes\nparameter names to properly indicate which constant is being used.\n\nOn cif set, the change has a universal gain by all metrics: 0.13% by\naverage/overall psnr and 0.1% by ssim.\n\nChange-Id: I4850fdcc3fd6886b30f784bd843f13dd401215fb\n", "id": "d8c525b8b1726dc1de18d7e729140592eb3d0b16", "commit_time": 1306367290} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306382713, "author_timezone": -14400, "parents": ["117fcb207e2e655cd334b6a8522af7d713b1fcee", "13b56eeb7a6a61c599c397a3b8cd5b6f77c2f07b"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: Ica721b36ffaa6c4c02e1cf82850496c7063ce577\n", "id": "26fd970b154f77fcc8eabbcf035c18558bb191cb", "commit_time": 1306382713} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1306418498, "author_timezone": -25200, "parents": ["13b56eeb7a6a61c599c397a3b8cd5b6f77c2f07b", "a39321f37e2eae6aaf07655cd78d7645e7e73e67"], "message": "Merge \"Use int_mv instead of MV in vp8_mv_cont\"", "id": "40b850b4586189ab075f3123ec4f8f303667634f", "commit_time": 1306418498} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306424658, "author_timezone": -14400, "parents": ["f7044d4058fe22e81179727d87a7a425026538ee", "117fcb207e2e655cd334b6a8522af7d713b1fcee"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n\nConflicts:\n\tvp8/encoder/encodeframe.c\n\tvp8/encoder/ethreading.c\n\nChange-Id: I4becf6f101756923de6b98ca6a2132c3605c6ea5\n", "id": "9dccdc1f0884426d5c7340129660787b64812dbe", "commit_time": 1306424676} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306424698, "author_timezone": -14400, "parents": ["9dccdc1f0884426d5c7340129660787b64812dbe", "13b56eeb7a6a61c599c397a3b8cd5b6f77c2f07b"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "4c7fdd1800181f8a9ff74eb6b42e31046540b758", "commit_time": 1306424698} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306424714, "author_timezone": -14400, "parents": ["4c7fdd1800181f8a9ff74eb6b42e31046540b758", "26fd970b154f77fcc8eabbcf035c18558bb191cb"], "message": "Merge remote branch 'internal/upstream-experimental' into HEAD\n", "id": "9b2565cd848efc7d0976376407dfe0b2e380572e", "commit_time": 1306424714} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306424714, "author_timezone": -14400, "parents": ["9b2565cd848efc7d0976376407dfe0b2e380572e", "40b850b4586189ab075f3123ec4f8f303667634f"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "d1910cc4843ad4cc81964de3779222087c50c220", "commit_time": 1306424714} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yaowu Xu <yaowu@google.com>", "encoding": null, "author_time": 1306427981, "author_timezone": -25200, "parents": ["40b850b4586189ab075f3123ec4f8f303667634f", "d8c525b8b1726dc1de18d7e729140592eb3d0b16"], "message": "Merge \"fix the mix use of errorperbit and sadperbit\"", "id": "9a248f15938ed63b8df4cdaf2392411108a83632", "commit_time": 1306427981} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306429106, "author_timezone": -25200, "parents": ["9a248f15938ed63b8df4cdaf2392411108a83632", "43464e94edf3c6cb5792d5c2addb7e0ce1604d4c"], "message": "Merge \"Do not copy data between encoder reference buffers.\"", "id": "1fe5070b7698957930864502adce0d3c9cceae8d", "commit_time": 1306429106} |
| {"commit_timezone": -14400, "committer": "Scott LaVarnway <slavarnway@google.com>", "branches": [], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1306437180, "author_timezone": -14400, "parents": ["1fe5070b7698957930864502adce0d3c9cceae8d"], "message": "Broken EC after MODE_INFO size reduction\n\nThis patch fixes the compiler errors and the seg fault\nwhen running decode_with_partial_drops.\n\nChange-Id: I7c75369e2fef81d53b790d5dabc327218216838b\n", "id": "4f586f7bd0a32c26a0b7cc28faa16520bb370182", "commit_time": 1306437180} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": [], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306469109, "author_timezone": -14400, "parents": ["d1910cc4843ad4cc81964de3779222087c50c220", "1fe5070b7698957930864502adce0d3c9cceae8d"], "message": "Merge remote branch 'internal/upstream' into HEAD\n", "id": "fb50cad10f7233e405a4e8203aa09ba280acf148", "commit_time": 1306469109} |
| {"commit_timezone": -14400, "committer": "John Koleszar <jkoleszar@google.com>", "branches": ["experimental"], "author": "John Koleszar <jkoleszar@google.com>", "encoding": null, "author_time": 1306469112, "author_timezone": -14400, "parents": ["26fd970b154f77fcc8eabbcf035c18558bb191cb", "1fe5070b7698957930864502adce0d3c9cceae8d"], "message": "Merge remote branch 'origin/master' into experimental\n\nChange-Id: I6d6692418eecf54e23e00a08394b0b37d6e7682b\n", "id": "2fa7fe66c41b85b71d74d14a64bf731673f8bc10", "commit_time": 1306469112} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": [], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1306506049, "author_timezone": -14400, "parents": ["13b56eeb7a6a61c599c397a3b8cd5b6f77c2f07b"], "message": "Remove unused code\n\nHex search is not called in rdopt.c\n\nChange-Id: I67347f03e13684147a7c77fb9e9147e440bb5e8e\n", "id": "2dc24635ec9794d2614cda20a4b79ca899957fbf", "commit_time": 1306506049} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1306506325, "author_timezone": -25200, "parents": ["1fe5070b7698957930864502adce0d3c9cceae8d", "2dc24635ec9794d2614cda20a4b79ca899957fbf"], "message": "Merge \"Remove unused code\"", "id": "5a8cbb895550983774247a7d9e80092ee82f5122", "commit_time": 1306506325} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Scott LaVarnway <slavarnway@google.com>", "encoding": null, "author_time": 1306507924, "author_timezone": -25200, "parents": ["5a8cbb895550983774247a7d9e80092ee82f5122", "4f586f7bd0a32c26a0b7cc28faa16520bb370182"], "message": "Merge \"Broken EC after MODE_INFO size reduction\"", "id": "ba420f10977bbaf5296a8d4d7423d4c293609f97", "commit_time": 1306507924} |
| {"commit_timezone": -14400, "committer": "Yunqing Wang <yunqingwang@google.com>", "branches": [], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1306517475, "author_timezone": -14400, "parents": ["5a8cbb895550983774247a7d9e80092ee82f5122"], "message": "Use hex search for realtime mode speed>4\n\nTest showed using hex search in realtime mode largely speed up\nencoding process, and still achieves similar quality like the\ndiamond search we have. Therefore, removed the diamond search\noption.\n\nChange-Id: I975767d0ec0539f9f6ed7fdfc09506e39761b66c\n", "id": "4d052bdd916bac550a2500b0b5ab4693b5a7ab6a", "commit_time": 1306519502} |
| {"commit_timezone": -25200, "committer": "Code Review <code-review@webmproject.org>", "branches": ["master"], "author": "Yunqing Wang <yunqingwang@google.com>", "encoding": null, "author_time": 1306519970, "author_timezone": -25200, "parents": ["ba420f10977bbaf5296a8d4d7423d4c293609f97", "4d052bdd916bac550a2500b0b5ab4693b5a7ab6a"], "message": "Merge \"Use hex search for realtime mode speed>4\"", "id": "4fb5ce6a920f2a0cdce231d81e98daacf84b8b15", "commit_time": 1306519970} |