aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-14Snap for 7546601 from 5480c1d2817b9a564e69d3c0c151c6411ae4909b to sc-releaseandroid-vts-12.0_r9android-vts-12.0_r8android-vts-12.0_r7android-vts-12.0_r6android-vts-12.0_r5android-vts-12.0_r4android-vts-12.0_r3android-vts-12.0_r2android-vts-12.0_r12android-vts-12.0_r11android-vts-12.0_r10android-vts-12.0_r1android-security-12.0.0_r60android-security-12.0.0_r59android-security-12.0.0_r58android-security-12.0.0_r57android-security-12.0.0_r56android-security-12.0.0_r55android-security-12.0.0_r54android-security-12.0.0_r53android-security-12.0.0_r52android-security-12.0.0_r51android-security-12.0.0_r50android-security-12.0.0_r49android-security-12.0.0_r48android-security-12.0.0_r47android-security-12.0.0_r46android-security-12.0.0_r45android-security-12.0.0_r44android-security-12.0.0_r43android-security-12.0.0_r42android-security-12.0.0_r41android-security-12.0.0_r40android-security-12.0.0_r39android-security-12.0.0_r38android-security-12.0.0_r37android-security-12.0.0_r36android-security-12.0.0_r35android-security-12.0.0_r34android-platform-12.0.0_r9android-platform-12.0.0_r8android-platform-12.0.0_r7android-platform-12.0.0_r6android-platform-12.0.0_r5android-platform-12.0.0_r4android-platform-12.0.0_r32android-platform-12.0.0_r31android-platform-12.0.0_r30android-platform-12.0.0_r3android-platform-12.0.0_r29android-platform-12.0.0_r28android-platform-12.0.0_r27android-platform-12.0.0_r26android-platform-12.0.0_r25android-platform-12.0.0_r24android-platform-12.0.0_r23android-platform-12.0.0_r22android-platform-12.0.0_r21android-platform-12.0.0_r20android-platform-12.0.0_r2android-platform-12.0.0_r19android-platform-12.0.0_r18android-platform-12.0.0_r17android-platform-12.0.0_r16android-platform-12.0.0_r15android-platform-12.0.0_r14android-platform-12.0.0_r13android-platform-12.0.0_r12android-platform-12.0.0_r11android-platform-12.0.0_r10android-platform-12.0.0_r1android-cts-12.0_r9android-cts-12.0_r8android-cts-12.0_r7android-cts-12.0_r6android-cts-12.0_r5android-cts-12.0_r4android-cts-12.0_r3android-cts-12.0_r2android-cts-12.0_r12android-cts-12.0_r11android-cts-12.0_r10android-cts-12.0_r1android-12.0.0_r9android-12.0.0_r8android-12.0.0_r34android-12.0.0_r33android-12.0.0_r31android-12.0.0_r30android-12.0.0_r3android-12.0.0_r25android-12.0.0_r2android-12.0.0_r11android-12.0.0_r10android-12.0.0_r1android12-tests-releaseandroid12-security-releaseandroid12-s5-releaseandroid12-s4-releaseandroid12-s3-releaseandroid12-s2-releaseandroid12-s1-releaseandroid12-releaseandroid12-platform-releaseAndroid Build Coastguard Worker
Change-Id: I3f39be487162c0fe8ecfb377932e8c588643e429
2021-07-12Avoid overflow in calc_iframe_target_sizeandroid-12.0.0_r32android-12.0.0_r29android-12.0.0_r28android-12.0.0_r27android-12.0.0_r26android-12.0.0_r21android-12.0.0_r20android-12.0.0_r19android-12.0.0_r18android-12.0.0_r16android12-qpr1-releaseandroid12-qpr1-d-s3-releaseandroid12-qpr1-d-s2-releaseandroid12-qpr1-d-s1-releaseandroid12-qpr1-d-releaseandroid12-devJorge E. Moreira
The changed product was observed to attempt to multiply 1800 by 2500000, which overflows unsigned 32 bits. Converting to unsigned 64 bits first and testing whether the final result fits in 32 bits solves the problem. Fixes: 179686142 Test: run cuttlefish locally for over 30 min without observing the issue Change-Id: I5d27317bf14b0311b739144c451d8e172db01945
2021-05-12Snap for 7354453 from 959630e21a4893deb30e6dc6a1b6efbfa04a1d8b to sc-releaseandroid-build-team Robot
Change-Id: I0ee8d82fc0c56e5704d88a8db49970560a85fe2f
2021-05-11Merge "backport vp8/9 unsigned int overflow fix" am: c03eb8c06c am: 7196a556b5James Zern
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libvpx/+/14490237 Change-Id: I65f512cff2ba5a829bba1e90c788d5d746e857c7
2021-05-11Snap for 7351654 from e9f97ec3c388c369487cfccf756e775cdd6b36a1 to sc-releaseandroid-build-team Robot
Change-Id: I3006f1dff63ef8666881c60c0065a2fb8ebb35d9
2021-05-10Merge "backport vp8/9 unsigned int overflow fix" am: c03eb8c06cJames Zern
Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1700605 Bug: b/183079467 Bug: b/185431755 Change-Id: I3225e6dd19ef294ca07c3ab806d7748fafa78c3d (cherry picked from commit 97913d2610d2423654b48b8a56c357363a1d6768)
2021-05-10Merge "backport vp8/9 unsigned int overflow fix" am: c03eb8c06c am: ↵James Zern
97913d2610 am: 07992cce10 Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1700605 Change-Id: Iecf9827353cc79a48a05f96dacee818cad2d3ab9
2021-05-10Merge "backport vp8/9 unsigned int overflow fix" am: c03eb8c06c am: 97913d2610James Zern
Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1700605 Change-Id: I13851cc46bc58fe9d69aba7beb4faf42eeff45d1
2021-05-10Merge "backport vp8/9 unsigned int overflow fix" am: c03eb8c06cJames Zern
Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1700605 Change-Id: I3225e6dd19ef294ca07c3ab806d7748fafa78c3d
2021-05-10Merge "backport vp8/9 unsigned int overflow fix"android-s-beta-2android-s-beta-1James Zern
2021-05-08backport vp8/9 unsigned int overflow fixJames Zern
baefbe85d Cap target bitrate to raw rate internally Bug: b/183079467 Bug: b/185431755 Test: sargo builds Change-Id: I5afad939c2e62a74f8aedbf129a49195784ed151
2021-03-07Snap for 7189849 from 4204e7bd1157b176e4f7e6b2e73fdafe5d21b6c0 to sc-releaseandroid-build-team Robot
Change-Id: I30609cbadca2c9003075d5258139ab5f296221a3
2021-03-05Merge "Rename OWNERS-codecs to match naming policies" am: b3c4be4d4a am: ↵Treehugger Robot
b6ad0991fb am: ec353f00f9 Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1619964 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I1e679cef83d2254dfb45ca680ce6cc7d35f89ef4
2021-03-05Merge "Rename OWNERS-codecs to match naming policies" am: b3c4be4d4a am: ↵Treehugger Robot
b6ad0991fb Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1619964 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0dad84cd38f6573c41307a619828a3ef466071cd
2021-03-05Merge "Rename OWNERS-codecs to match naming policies" am: b3c4be4d4aTreehugger Robot
Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1619964 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2d33822741939743a21d95d0937392cff2002cdc
2021-03-05Merge "Rename OWNERS-codecs to match naming policies"Treehugger Robot
2021-03-04Rename OWNERS-codecs to match naming policiesRay Essick
Bug: 181751857 Test: upload/gerrit Change-Id: Ic85a122bdedecdf370c5f44ad92b9ca5d9004e5c
2021-02-21Snap for 7160059 from c0ca65c2ecc1bfa42bd6e64b9059f215142e4e1b to sc-releaseandroid-build-team Robot
Change-Id: I8298fe787e9d73b1abe3b821793617bae0969c39
2021-02-20[automerger skipped] Mark ab/7061308 as merged in stage. am: 7ce489a7de -s ↵Xin Li
ours am: 34f76391dc -s ours am skip reason: Change-Id I36256b92afdd9e9e0e368f94215467a5987fa25f with SHA-1 048ed1ba3a is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic82cc5e285abe8f8e7007095cb33a4dc1553e885
2021-02-20[automerger skipped] Mark ab/7061308 as merged in stage. am: 7ce489a7de -s oursXin Li
am skip reason: Change-Id I36256b92afdd9e9e0e368f94215467a5987fa25f with SHA-1 048ed1ba3a is in history Original change: undetermined MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I704850f715d216faa07fb35eb5be0ba573732d29
2021-02-20Mark ab/7061308 as merged in stage.Xin Li
Bug: 180401296 Merged-In: I36256b92afdd9e9e0e368f94215467a5987fa25f Change-Id: Ifea4d31e3cd7758dabb25c8d91472865f60a9149
2021-02-17Snap for 7149879 from 3c01eb7019002d05302aa1e5488137a3c7f3ec2b to sc-releaseandroid-build-team Robot
Change-Id: Ib103eb5c407db393f67abdbd323070995b0d4c63
2021-02-16Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/libvpx" am: 44a3e85d68 am: ↵Treehugger Robot
6fb8df2639 am: 569d6cbe17 Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1588942 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I65c34055124452c6f1b70d4df4342e099edf1f40
2021-02-16Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/libvpx" am: 44a3e85d68 am: ↵Treehugger Robot
6fb8df2639 Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1588942 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I42439143a2ad43c5596d9d05ecd783ce92561bfc
2021-02-16Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/libvpx" am: 44a3e85d68Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1588942 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ife516f3b23ed7f18b99b2031a5ade222f41f1711
2021-02-16Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/libvpx"android-s-preview-1Treehugger Robot
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/libvpxBob Badour
Added SPDX-license-identifier-BSD to: libvpx/build/make/Android.mk libvpx/test/android/Android.mk libvpx/third_party/libwebm/Android.mk libwebm/Android.bp Added SPDX-license-identifier-BSD SPDX-license-identifier-ISC legacy_unencumbered to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I1eb16b75a82f18340e1123916f99665121abb261
2021-01-21Snap for 7093326 from b5c8642fceadcfe3bb1ae52a1a12212b81ad59d7 to sc-releaseandroid-build-team Robot
Change-Id: Ieaa10cf8b434ef9ac5c083736176438e7dfbc80c
2021-01-20Merge "Enable cfi for libvpx" am: 9c8333802e am: 4dc91cbd9b am: 7c137d556eCindy Zhou
Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1516801 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id271041bb7bf9eca25b6160cc6c467353bde8177
2021-01-20Merge "Enable cfi for libvpx" am: 9c8333802e am: 4dc91cbd9bCindy Zhou
Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1516801 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6849b8bccc97fcfbd1b1af0930a3b5b332b3f246
2021-01-20Merge "Enable cfi for libvpx" am: 9c8333802eCindy Zhou
Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1516801 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie6245c2b51d0fe3e0dd339d970ac2a391dd06b42
2021-01-20Merge "Enable cfi for libvpx"Cindy Zhou
2021-01-14Enable cfi for libvpxCindy Zhou
Only enabling CFI for android for libvpx. Bug: 158010610 Bug: 173497308 Test: ran atest DecoderConformanceTest, ImageReaderDecoderTest, VideoDecoderPerfTest, VideoEncoderTest. Compare the before and after enabling CFI results since there was a number of tests that were initially failing. Change-Id: Ia4aa61c62ff55ced44fa58709fddd01b99c2b304
2020-11-25Snap for 6993684 from 3198eb4c8ec06bd103cb4d8b62dcee35051a558a to sc-releaseandroid-build-team Robot
Change-Id: I0fc1ca31beb91fc834d12ce8262e6a8e7f133234
2020-11-24Mark ab/6881855 as merged am: 0f3b265754 am: 048ed1ba3aXin Li
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libvpx/+/13111224 Change-Id: I9727d7bc738af44d9cb8d0ef644c5f94585031a1
2020-11-24Mark ab/6881855 as merged am: 0f3b265754Xin Li
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libvpx/+/13111224 Change-Id: I36256b92afdd9e9e0e368f94215467a5987fa25f
2020-11-23Mark ab/6881855 as mergedXin Li
Bug: 172690556 Change-Id: Ida6b655c4379109841748f42ad30ada3757cdf9c
2020-10-10Snap for 6896080 from d7af499dfc833cc9ea26e6ad5d028a144cf0ee32 to sc-releaseandroid-build-team Robot
Change-Id: I5714f71aa990f4e4df3ab205d33c237c26b34276
2020-10-09[automerger skipped] Skip ab/6749736 in stage. am: 9a0e7aa4ea -s ours am: ↵Xin Li
b183eb54a9 -s ours am: 9e2c98847a -s ours am skip reason: Change-Id I2a724f57398b0b17fdf5a86877d12c154933fc3d with SHA-1 c6b67bce25 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libvpx/+/12797259 Change-Id: I0c2cb84edcc85712746ecba4ab37ab7e1edb4045
2020-10-09[automerger skipped] Skip ab/6749736 in stage. am: 9a0e7aa4ea -s ours am: ↵Xin Li
b183eb54a9 -s ours am skip reason: Change-Id I2a724f57398b0b17fdf5a86877d12c154933fc3d with SHA-1 c6b67bce25 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libvpx/+/12797259 Change-Id: Ief747e134ae614e2425c67c37ddbf437e2a36715
2020-10-09[automerger skipped] Skip ab/6749736 in stage. am: 9a0e7aa4ea -s oursXin Li
am skip reason: Change-Id I2a724f57398b0b17fdf5a86877d12c154933fc3d with SHA-1 c6b67bce25 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libvpx/+/12797259 Change-Id: I1502b671b4a907c0c61cab0e99cdacf8880fbb07
2020-10-08Skip ab/6749736 in stage.Xin Li
Merged-In: I2a724f57398b0b17fdf5a86877d12c154933fc3d Change-Id: Ide0d4c88d597617a70e4ab2b7f425f7471c1e2fb
2020-09-17Snap for 6842079 from fc24668903c0d5d5bd4c1987f591c001f7a65b91 to sc-releaseandroid-build-team Robot
Change-Id: Icf04ee43754a9e86f2bec5df753da31956330c71
2020-09-16Merge "point to new repo hooks for mainline uploads" into rvc-dev am: ↵TreeHugger Robot
1af41a383e am: 33f9a7541e Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libvpx/+/11605676 Change-Id: Ia4e28057fee4f0384708fe402a5d99101b0f0b67
2020-09-12Snap for 6830623 from 6bd1b7b0c0a2fb35241fc3c77996293ce3353224 to sc-releaseandroid-build-team Robot
Change-Id: I579d8e133c502e6a1f6e0b44b9b17413bd102f0b
2020-09-12[automerger skipped] Don't collect stats if they won't be used am: ↵Jorge E. Moreira
c3ef68dc34 am: 8cd21d5da8 -s ours am skip reason: Change-Id I8f7d9d0884311a6338bdcdec76348b8cc3ce8c69 with SHA-1 c3ef68dc34 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libvpx/+/11662814 Change-Id: I35431850ccd4c7fca022c9e7c3d06a0e537af822
2020-09-12[automerger skipped] Temporarily convert to 64 bits to avoid overflows am: ↵Jorge E. Moreira
1911e63d5f am: 919c8c0626 -s ours am skip reason: Change-Id If7ebbda38b2450a59ed3c99ffbb59dc62431a324 with SHA-1 1911e63d5f is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libvpx/+/11662813 Change-Id: I47f1295be61aaebb6ace957d7788ab30c101525d
2020-09-12[automerger skipped] Set min_sdk_version to be part of mainline modules am: ↵Jooyung Han
2a305a3bed am: b707150c70 -s ours am skip reason: Change-Id Iadf898297c1ada784a65099bdf96c944833cdb09 with SHA-1 2a305a3bed is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/libvpx/+/11439000 Change-Id: I624ff5503f3c54c17b0a5846cbf17495ef59149e
2020-09-12Merge "Include a shared media team OWNERS for easier management" am: ↵Treehugger Robot
25b026649d am: 195f4172fb am: 9276573104 am: eb4bfd4b60 am: 6880e0e054 Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1392881 Change-Id: I67f7d7c6674da4958fe1aa8011bb9f03034af00d
2020-09-12Merge "Include a shared media team OWNERS for easier management" am: ↵Treehugger Robot
25b026649d am: 195f4172fb am: 9276573104 am: eb4bfd4b60 Original change: https://android-review.googlesource.com/c/platform/external/libvpx/+/1392881 Change-Id: I2b14fda449101282e769005284940f72c823ff9e