aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-10release-request-7f84484c-eec6-4577-8d5a-55079be4f3c5-for-git_oc-mr1-release- ↵android-wear-8.1.0_r1android-vts-8.1_r9android-vts-8.1_r8android-vts-8.1_r7android-vts-8.1_r6android-vts-8.1_r5android-vts-8.1_r4android-vts-8.1_r3android-vts-8.1_r14android-vts-8.1_r13android-vts-8.1_r12android-vts-8.1_r11android-vts-8.1_r10android-security-8.1.0_r93android-security-8.1.0_r92android-security-8.1.0_r91android-security-8.1.0_r90android-security-8.1.0_r89android-security-8.1.0_r88android-security-8.1.0_r87android-security-8.1.0_r86android-security-8.1.0_r85android-security-8.1.0_r84android-security-8.1.0_r83android-security-8.1.0_r82android-cts-8.1_r9android-cts-8.1_r8android-cts-8.1_r7android-cts-8.1_r6android-cts-8.1_r5android-cts-8.1_r4android-cts-8.1_r3android-cts-8.1_r25android-cts-8.1_r24android-cts-8.1_r23android-cts-8.1_r22android-cts-8.1_r21android-cts-8.1_r20android-cts-8.1_r2android-cts-8.1_r19android-cts-8.1_r18android-cts-8.1_r17android-cts-8.1_r16android-cts-8.1_r15android-cts-8.1_r14android-cts-8.1_r13android-cts-8.1_r12android-cts-8.1_r11android-cts-8.1_r10android-cts-8.1_r1android-8.1.0_r9android-8.1.0_r81android-8.1.0_r80android-8.1.0_r8android-8.1.0_r79android-8.1.0_r78android-8.1.0_r77android-8.1.0_r76android-8.1.0_r75android-8.1.0_r74android-8.1.0_r73android-8.1.0_r72android-8.1.0_r71android-8.1.0_r70android-8.1.0_r7android-8.1.0_r69android-8.1.0_r68android-8.1.0_r67android-8.1.0_r66android-8.1.0_r65android-8.1.0_r64android-8.1.0_r63android-8.1.0_r62android-8.1.0_r61android-8.1.0_r60android-8.1.0_r6android-8.1.0_r53android-8.1.0_r52android-8.1.0_r51android-8.1.0_r50android-8.1.0_r5android-8.1.0_r48android-8.1.0_r47android-8.1.0_r46android-8.1.0_r45android-8.1.0_r43android-8.1.0_r42android-8.1.0_r41android-8.1.0_r40android-8.1.0_r4android-8.1.0_r39android-8.1.0_r38android-8.1.0_r37android-8.1.0_r36android-8.1.0_r35android-8.1.0_r33android-8.1.0_r32android-8.1.0_r31android-8.1.0_r30android-8.1.0_r3android-8.1.0_r29android-8.1.0_r28android-8.1.0_r27android-8.1.0_r26android-8.1.0_r25android-8.1.0_r23android-8.1.0_r22android-8.1.0_r21android-8.1.0_r20android-8.1.0_r2android-8.1.0_r19android-8.1.0_r18android-8.1.0_r17android-8.1.0_r16android-8.1.0_r15android-8.1.0_r14android-8.1.0_r13android-8.1.0_r12android-8.1.0_r11android-8.1.0_r10android-8.1.0_r1security-oc-mr1-releaseoreo-mr1-wear-releaseoreo-mr1-vts-releaseoreo-mr1-security-releaseoreo-mr1-s1-releaseoreo-mr1-releaseoreo-mr1-cuttlefish-testingoreo-mr1-cts-releaseoreo-m8-releaseoreo-m7-releaseoreo-m6-s4-releaseoreo-m6-s3-releaseoreo-m6-s2-releaseoreo-m5-releaseoreo-m4-s9-releaseoreo-m4-s8-releaseoreo-m4-s7-releaseoreo-m4-s6-releaseoreo-m4-s5-releaseoreo-m4-s4-releaseoreo-m4-s3-releaseoreo-m4-s2-releaseoreo-m4-s12-releaseoreo-m4-s11-releaseoreo-m4-s10-releaseoreo-m4-s1-releaseoreo-m3-releaseoreo-m2-s5-releaseoreo-m2-s4-releaseoreo-m2-s3-releaseoreo-m2-s2-releaseoreo-m2-s1-releaseoreo-m2-releaseandroid-build-team Robot
4262309 snap-temp-L02100000091441105 Change-Id: I5ef9ede5307a76f70935379be9e5f6295addc825
2017-08-07Make software codecs as VNDKoreo-mr1-devJiyong Park
Software codecs and their dependencies are marked as VNDK (or just vendor_available:true for static/header libs). Bug: 37343418 Test: build the software codecs with BOARD_VNDK_VERSION=current Change-Id: I9e628d0646fd8a28f8e741cde5ef0c30b79c21ae
2017-08-01Merge cherrypicks of [2640856, 2640242, 2640243, 2640244] into oc-mr1-releaseandroid-build-team Robot
Change-Id: I5fda2b8e93fab2525bb88827fcc1a25509c57616
2017-08-01fix alignment exceptionsRay Essick
some SSE optimizations were using an instruction sequence that required 128-bit alignment, even though this is not always guaranteed. The error was in handling a 64-bit entity; made the same macro changes that had been done previously for 32-bit entities. Bug: 63586076 Test: successful playback of purchased movie from playmovies. (cherry picked from commit e5c277c6dbbedd83ab04880da0569baf15f0a703) Change-Id: I5638bc3a94894c406c92f4aea1b699693ba6ed04 (cherry picked from commit 3effb3515f7841552bea5b2b8ad68a51e441769b)
2017-08-01fix alignment exceptionsRay Essick
some SSE optimizations were using an instruction sequence that required 128-bit alignment, even though this is not always guaranteed. The error was in handling a 64-bit entity; made the same macro changes that had been done previously for 32-bit entities. Bug: 63586076 Test: successful playback of purchased movie from playmovies. (cherry picked from commit e5c277c6dbbedd83ab04880da0569baf15f0a703) Change-Id: I5638bc3a94894c406c92f4aea1b699693ba6ed04
2017-05-23release-request-f2cd0207-2ed0-4e33-859f-0df0378165b1-for-git_oc-mr1-release- ↵android-build-team Robot
4033857 snap-temp-L00900000066751756 Change-Id: I938e6ea757a35e4de3c6fa0ef09e0e7dd226ba81
2017-05-23Remove reference to libogg am: a7703b7069 am: b0583a10d6 am: f9aa893a4foreo-dr1-devColin Cross
am: e19d0b279a Change-Id: Iaa1dad91bbaf9f78899a469e2480730f2dcef471
2017-05-23Remove reference to libogg am: a7703b7069 am: b0583a10d6Colin Cross
am: f9aa893a4f Change-Id: Ifdb983308b262981468a790da68c0b70f71e5e9e
2017-05-23Remove reference to libogg am: a7703b7069Colin Cross
am: b0583a10d6 Change-Id: Ib5508023b5b0e48c218c1f0e90d7059be86e46dc
2017-05-23Remove reference to liboggColin Cross
am: a7703b7069 Change-Id: I92026e8c65b8a4a7df73235c3ada46130e3e49b7
2017-05-22Remove reference to liboggandroid-o-preview-4android-o-preview-3Colin Cross
libogg is not needed to build libopus, remove it. Test: builds Change-Id: I0ebb83977db5c20fd93b676633fc4ddb88a09b46
2017-04-25Convert external/libopus to Android.bp am: bc4cca95ec am: 71eb4d8e75 am: ↵Colin Cross
4ca5b92f53 am: 7aac77ee2b Change-Id: I86299a552bfc8bb3bbd8efb7f7f0fe9fe5362fd2
2017-04-25Convert external/libopus to Android.bp am: bc4cca95ec am: 71eb4d8e75Colin Cross
am: 4ca5b92f53 Change-Id: I0be3d14397f1526518e24f3b59dc5058fbfed17a
2017-04-25Convert external/libopus to Android.bp am: bc4cca95ecColin Cross
am: 71eb4d8e75 Change-Id: I8afd0986ffe26ba3d78286c1a803025ead2007b1
2017-04-25Convert external/libopus to Android.bpColin Cross
am: bc4cca95ec Change-Id: I5b55985828255361d1e87c5ff11a460611d9445f
2017-04-24Convert external/libopus to Android.bpandroid-wear-o-preview-4android-wear-o-preview-3android-o-preview-2android-n-iot-preview-4n-iot-preview-4Colin Cross
See build/soong/README.md for more information. Test: m -j checkbuild Change-Id: Ibb869e5fdeccd3755581fc1649f9fdd8102678dc
2017-01-25Upgrade Opus to v1.1.4 am: 0a1406acbe am: cc6dd78a52 am: 5c0a2910eeandroid-vts-8.0_r9android-vts-8.0_r8android-vts-8.0_r7android-vts-8.0_r6android-vts-8.0_r2android-vts-8.0_r13android-vts-8.0_r12android-vts-8.0_r11android-vts-8.0_r10android-vts-8.0_r1android-security-8.0.0_r54android-security-8.0.0_r53android-security-8.0.0_r52android-cts-8.0_r9android-cts-8.0_r8android-cts-8.0_r7android-cts-8.0_r6android-cts-8.0_r5android-cts-8.0_r4android-cts-8.0_r3android-cts-8.0_r26android-cts-8.0_r25android-cts-8.0_r24android-cts-8.0_r23android-cts-8.0_r22android-cts-8.0_r21android-cts-8.0_r20android-cts-8.0_r2android-cts-8.0_r19android-cts-8.0_r18android-cts-8.0_r17android-cts-8.0_r16android-cts-8.0_r15android-cts-8.0_r14android-cts-8.0_r13android-cts-8.0_r12android-cts-8.0_r11android-cts-8.0_r10android-cts-8.0_r1android-8.0.0_r9android-8.0.0_r7android-8.0.0_r51android-8.0.0_r50android-8.0.0_r49android-8.0.0_r48android-8.0.0_r47android-8.0.0_r46android-8.0.0_r45android-8.0.0_r44android-8.0.0_r43android-8.0.0_r42android-8.0.0_r41android-8.0.0_r40android-8.0.0_r4android-8.0.0_r39android-8.0.0_r38android-8.0.0_r37android-8.0.0_r36android-8.0.0_r35android-8.0.0_r32android-8.0.0_r31android-8.0.0_r30android-8.0.0_r3android-8.0.0_r29android-8.0.0_r28android-8.0.0_r2android-8.0.0_r17android-8.0.0_r16android-8.0.0_r15android-8.0.0_r13android-8.0.0_r12android-8.0.0_r11android-8.0.0_r10android-8.0.0_r1security-oc-releaseoreo-vts-releaseoreo-security-releaseoreo-releaseoreo-r6-releaseoreo-r5-releaseoreo-r4-releaseoreo-r3-releaseoreo-r2-releaseoreo-devoreo-cts-releaseFelicia Lim
am: 1f2e743655 Change-Id: I397f39b3b1fc38910cf5cd0347d3f10672014a89
2017-01-25Upgrade Opus to v1.1.4 am: 0a1406acbe am: cc6dd78a52Felicia Lim
am: 5c0a2910ee Change-Id: I4698721e112338144e83714a6eb79396e1b60b53
2017-01-25Upgrade Opus to v1.1.4 am: 0a1406acbeFelicia Lim
am: cc6dd78a52 Change-Id: I3a42ceebab69d08f5c477baa1bc1d6177a0437f6
2017-01-25Upgrade Opus to v1.1.4Felicia Lim
am: 0a1406acbe Change-Id: I4e15dc1bf52a0948b6d292d9d3fe407c6c6a8795
2017-01-25Upgrade Opus to v1.1.4android-o-preview-1android-n-mr2-preview-2o-previewFelicia Lim
Test: - verified build for arm*/mips*/x86* - checked functionality using an emulator and stagefright Change-Id: Iab6e7315c51e020dc986d57c89934a1205ec7a61
2016-11-23Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 am: 910dc7b667 am: dc699bde53 am: ae7f372e44 am: 8207d6fc56 am: 522997839b am: 338d14f2ce Change-Id: I2a789149ec7f789f9ee464bdb67eaad823cbc43e
2016-11-23Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 am: 910dc7b667 am: dc699bde53 am: ae7f372e44 am: 8207d6fc56 am: 522997839b Change-Id: I10c506a8ff9b0382aa67b1f8608ff3ad531bdf5a
2016-11-23Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 am: 910dc7b667 am: dc699bde53 am: ae7f372e44 am: 8207d6fc56 Change-Id: Ife8d886c7828f8d45cfc04198d66b5b7ea610440
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 am: 910dc7b667 am: dc699bde53 am: ae7f372e44 am: 8207d6fc56 am: 0b99ea7a48 am: 795223ca17 Change-Id: I1c349fc14a07e47c42aeeb6a8082389994394f86
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 am: 910dc7b667 am: dc699bde53 am: ae7f372e44 am: 8207d6fc56 am: 0b99ea7a48 Change-Id: I52bf5fc3afbe8416ba20cf5c03837dc5f361e566
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between ↵android-7.1.2_r9android-7.1.2_r8android-7.1.2_r6android-7.1.2_r5android-7.1.2_r4android-7.1.2_r39android-7.1.2_r38android-7.1.2_r37android-7.1.2_r36android-7.1.2_r33android-7.1.2_r32android-7.1.2_r30android-7.1.2_r3android-7.1.2_r29android-7.1.2_r28android-7.1.2_r27android-7.1.2_r25android-7.1.2_r24android-7.1.2_r23android-7.1.2_r2android-7.1.2_r19android-7.1.2_r18android-7.1.2_r17android-7.1.2_r16android-7.1.2_r15android-7.1.2_r14android-7.1.2_r13android-7.1.2_r12android-7.1.2_r11android-7.1.2_r10android-7.1.2_r1nougat-mr2.3-releasenougat-mr2.2-releasenougat-mr2.1-releasenougat-mr2-security-releasenougat-mr2-releasenougat-mr2-pixel-releasenougat-mr2-devFelicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 am: 910dc7b667 am: dc699bde53 am: ae7f372e44 am: 8207d6fc56 Change-Id: Ic1d97945d85962f2e75963e44ee839076bdf819c
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 am: 910dc7b667 am: dc699bde53 am: ae7f372e44 Change-Id: Ib8c6668c55b7181838f1c9bdbb08332ed59fc141
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 am: 910dc7b667 am: dc699bde53 Change-Id: I25478db7840d2d646fd9e99d850857603f8e87dd
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 am: 910dc7b667 Change-Id: Id35e69e9ef8abf47c3baec4d90523de902af7870
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae am: 98092cecc4 Change-Id: I103a1c6a432985e3b21afec7cd10b15d8e866a11
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 am: 77d9e761ae Change-Id: I032ccd8aff6ae61fd8021fb40ca73ad77575671d
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd am: 1e52f31e06 Change-Id: Ieb75df87f2e3f0d07b44def33cc680a0cf84d80e
2016-11-12Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 am: af7b9188dd Change-Id: I983c33655c6f504daaad82a9a868ac64fc5e32fd
2016-11-11Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e am: 08bee81353 Change-Id: I5efe2a581c1b2dca7ec82ea01b9474a55be18ac2
2016-11-11Ensure that NLSF cannot be negative when computing a min distance between ↵Felicia Lim
them am: d9d5ac4027 am: 0c9f64428e Change-Id: Ie6b346dce4d774be1ff866a7699f00565e7fe6b7
2016-11-11Ensure that NLSF cannot be negative when computing a min distance between themFelicia Lim
am: d9d5ac4027 Change-Id: I079fa85d3d4e593864ccb07c6ae399560e4550bc
2016-11-11Ensure that NLSF cannot be negative when computing a min distance between themFelicia Lim
b/31607432 Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2016-08-09Upgrade Opus to v1.1.3 am: d03c373974 am: e86ddedf1d am: d4036cba02Felicia Lim
am: e65278181d Change-Id: Ib418dc66e3713e5ad9080075ddfbc3a74bec7536
2016-08-09Upgrade Opus to v1.1.3 am: d03c373974 am: e86ddedf1dandroid-n-mr2-preview-1Felicia Lim
am: d4036cba02 Change-Id: If436c3b90440b4a5eefbd5caf87e4a35309cf422
2016-08-09Upgrade Opus to v1.1.3 am: d03c373974Felicia Lim
am: e86ddedf1d Change-Id: I3ee248aacb6399964e5026504b963e9de8bca396
2016-08-09Upgrade Opus to v1.1.3android-n-mr1-preview-2android-n-mr1-preview-1Felicia Lim
am: d03c373974 Change-Id: I18ae077272a45cc371bfeddaf01f4c4c61a610f5
2016-08-01Upgrade Opus to v1.1.3Felicia Lim
2016-06-04Fix NEON and SSE handling am: da5155b2f5 am: 0313b5aedb am: 232858ab35Victor Khimenko
am: 8732ece60d * commit '8732ece60d8daff31c5784f215c66923aa87035f': Fix NEON and SSE handling Change-Id: I4cfbed058ae81c2a8e8e0c437fdb5fe8821216d5
2016-06-04Fix NEON and SSE handling am: da5155b2f5 am: 0313b5aedbVictor Khimenko
am: 232858ab35 * commit '232858ab359c214c2b0006f298531ce8565acf08': Fix NEON and SSE handling Change-Id: Ia2b0b267285fa47d8715efc4bb6ebcdc4dc22609
2016-06-04Fix NEON and SSE handling am: da5155b2f5Victor Khimenko
am: 0313b5aedb * commit '0313b5aedbb4fb6e9bbc05f15dbca874b5e69cec': Fix NEON and SSE handling Change-Id: Iaa076031931a62b2f7332ae3af5e1052e7504480
2016-06-04Fix NEON and SSE handlingVictor Khimenko
am: da5155b2f5 * commit 'da5155b2f54bc136754590d0871008d9622c8100': Fix NEON and SSE handling Change-Id: I15a2c962efdb2b0aa96a03428fa1f94afd30cee0
2016-06-04Fix NEON and SSE handlingandroid-wear-n-preview-2android-wear-7.1.1_r1android-n-preview-5android-n-preview-4android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2Victor Khimenko
The existing version handled SSE case more-or-less correctly but ARM case was completely broken: it actually never used DSP/NEON/etc. Fix the build and use proper logic to handle devices with and without NEON support. Change-Id: I74fe48f0b5df70c921c3dc7993e4d72e30e26cf0
2016-05-10Upgrade Opus to v1.1.2 am: c91ee5b564 am: c0ee1a0762 am: b4d981b5e4flim
am: dd975cd8a0 * commit 'dd975cd8a05ec4bc0aea301f59f8704796327563': Upgrade Opus to v1.1.2 Change-Id: If270cfd42d578490be7dc69d5473c1e7fd329677
2016-05-10Upgrade Opus to v1.1.2 am: c91ee5b564 am: c0ee1a0762flim
am: b4d981b5e4 * commit 'b4d981b5e461ac3287205746b3bfed9b700f79fd': Upgrade Opus to v1.1.2 Change-Id: I1db8039dddd614b7d96474e89ff28509768b705d