aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-12Snap for 5063321 from c94888e8bcb33150d2341fd7c9a9b1666005a378 to ↵android-cts-9.0_r9android-cts-9.0_r8android-cts-9.0_r7android-cts-9.0_r6android-cts-9.0_r5android-cts-9.0_r4android-cts-9.0_r20android-cts-9.0_r19android-cts-9.0_r18android-cts-9.0_r17android-cts-9.0_r16android-cts-9.0_r15android-cts-9.0_r14android-cts-9.0_r13android-cts-9.0_r12android-cts-9.0_r11android-cts-9.0_r10pie-cts-releaseandroid-build-prod (mdb)
pie-cts-release Change-Id: I22f5f18748dde090c281276331d56bfc907f03ad
2018-08-30Merge cherrypicks of [4902692, 4902722, 4902585, 4902586, 4902656, 4902657] ↵android-9.0.0_r9pie-releaseandroid-build-team Robot
into pi-release Change-Id: I10869af0f9cdd981a540182ad2500e78a269bdee
2018-08-30Revert "Fix for ubsan add-overflow"Elisa Pascual Trevino
This reverts commit e43b18075817a12522f49c9978a51d1cf7d9ce17. Reason for revert: Moderate Change-Id: Idafac3038357a39a1a26ef3e61b600b22a63869b (cherry picked from commit 8aecaa873cc08cd5b9c1795870703eaabea67423)
2018-08-16Merge cherrypicks of [4793300, 4793320, 4793321, 4793340, 4793322, 4793061, ↵android-build-team Robot
4793323, 4793324, 4793325, 4793380, 4793341, 4793342, 4793343, 4793265, 4793131, 4793132, 4793266, 4793133, 4793134, 4793400, 4793229, 4793381, 4793382, 4793383, 4793384, 4793385, 4793386, 4793387, 4793388, 4793062, 4793105, 4793063, 4793135, 4793389, 4793420] into pi-release Change-Id: I6cb73b52ccaed5a710e221370c10d2a54d10f56d
2018-08-16Fix for stack corruption in esbrRamesh Katuri
Bug: 110769924 Test: poc from bug before/after Change-Id: I99c6e89902064849ea1310c271064bdeccf7f20e (cherry picked from commit 7e90d745c22695236437297cd8167a9312427a4a) (cherry picked from commit 5464927f0c1fc721fa03d1c5be77b0b43dfffc50)
2018-08-16Fix for ubsan add-overflowRamesh Katuri
Bug: 110468609 Test: poc before/after Change-Id: Ic8698c6b4eb20a1204488fc1bdd14def7fa1d171 (cherry picked from commit 9ccb84f227345d9bfec73b33a2d0fe296cb3536e) (cherry picked from commit e43b18075817a12522f49c9978a51d1cf7d9ce17)
2018-06-10Snap for 4832339 from b3226ce6f80c78946aa3190cec158fb9852272ea to pi-releaseandroid-vts-9.0_r4android-cts-9.0_r3android-cts-9.0_r2android-cts-9.0_r1android-9.0.0_r8android-9.0.0_r7android-9.0.0_r6android-9.0.0_r5android-9.0.0_r3android-9.0.0_r2android-9.0.0_r1pie-r2-s1-releasepie-r2-releaseandroid-build-team Robot
Change-Id: Ic41dd8d45a55d57083c9a434ccea941be36a891f
2018-06-07Formatting changespie-dr1-devpie-devRamesh Katuri
Formatting .c and .h files using clang-format Formatting .s files Bug: 80493357 Test: compare object sizes Change-Id: I38296083c9d2d566a6a2564db2e391e4b2bd43a9
2018-06-07Snap for 4826885 from 8eb646f89b94cf6d0aa26e5bca39ba083a554965 to pi-releaseandroid-build-team Robot
Change-Id: Ie9f0d78e64f9ef82855437e14720583cb70b9659
2018-06-06Snap for 4824048 from 36ef96da451b4257b77e841b36d4dcbcb250500d to pi-releaseandroid-build-team Robot
Change-Id: Ifcefcf09d2def8bed9458e02cbfe1b5ee782c58a
2018-06-05Collected Cleanups from IttiamHarish Mahendrakar
Test: CTS android.media.cts.DecoderTest{AacDrc,XheAac} Added __ARM_NEON__ check to generic function selector Bug: 80432407 Change-Id: I66c7879fda1369da88ccaea5f8792ea54657cdaf Added support to build for mips Bug: 80432286 Change-Id: I908029bbaddd3c1fbc39be1192926b56d981576e Add optimized versions for qmf_dec for armv7 and armv8 Separating common functions and platform specific functions in ixheaacd_qmf_dec.c. Platform specific functions are moved to qmf_dec in armv7, armv8 and generic folder. Bug: 80431870 Change-Id: I860cb79a1870e228d2108b7915418e1c003cefc5 Fixes for crashes reported by Fuzzer tool Bug: 109697676 Change-Id: I862fc054b99ee9d427d20596bc8d2e85522a7188
2018-06-01Fix to resolve CTS test case testDecodeUsacDrcEffectTypeM4aRamesh Katuri
Bug: 80133175 Test: CTS android.metia.cts.DecoderTestXheAac Change-Id: Ic1962238eabe4ad98e4fa0ea85acc5494e762d30
2018-05-27Snap for 4807121 from 4908247643e9e97852e847c00bfe7c4259279538 to pi-releaseandroid-build-team Robot
Change-Id: I711ee60fc3febb3153e5431fe3717976d4a5775b
2018-05-25Sanitization fixes from new CTS testsRay Essick
Updates from vendor to remedy issues exposed by new CTS tests Bug: 77287124 Test: CTS DecoderTest, DecoderTest{AacDrc,XheAac} @ Sanitizer fixes in libxaac Fixes few integer overflow sanitizer errors Progagate few errors ENABLE_DRC macro is removed AMMENDMENT1 macro is removed Change-Id: Ic61163dfd6318bd4a00ed45e1295c819cb0f637b @ Add support for audio pre-roll and DRC effect type Also includes the following MPEG-D DRC parameters related changes USAC config switch changes SBR config switch changes Bug: 80133175 Change-Id: I0ab25641768cf523b66f7b0fcb4137429c1c4a77 @ Fixed trailing spaces Change-Id: I32de0c9d3f7237e1fbf8dfef1cac485ef8458173 @ Replaced tabs Change-Id: Ic741ee13d7b978b37edc27d087903caaa40b8d90
2018-05-22Snap for 4796401 from 51aa06e124ba688ca810b25ee0b5bb66678aac14 to pi-releaseandroid-build-team Robot
Change-Id: Ic6a25675ba98edb67ea8d85f8c7386f6b702c162
2018-05-17Bring xHE-AAC into pi-dev branchRay Essick
bring the multi-commit integration from master to pi-dev libxaac multi-arch cleanup Change-Id: Ibcefa14f439e75f48a54955c9abf1a06c418e41e Change-Id: Ia7a9b1e4de0add847c136f6f545b81dc8087521d Change-Id: I12c3f8414dc9971017de223e88f292f8982a5c9b Fix dependency error in Android.bp Change-Id: Ic54f688736b3f2a70172676e4cee22aea4cbd705 Localized Android.bp Change-Id: I68c4fc24fca279104c8ce2129fd4a3ed8d116b9b Import xHE-AAC decoder from Ittiam Change-Id: I3c8d124033f967b29d6e384cce5c843ee17a7bb1 Bug: 77287124 Test: build, cts DecoderTest
2018-04-30Initial empty repository(raulenrique)