<feed xmlns='http://www.w3.org/2005/Atom'>
<title>frameworks_av/drm/libdrmframework, branch lineage-17.1</title>
<subtitle>Fork of frameworks/av
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/'/>
<entry>
<title>Remove subdirs from Android.bp</title>
<updated>2019-03-29T06:54:38+00:00</updated>
<author>
<name>Pawin Vongmasa</name>
<email>pawin@google.com</email>
</author>
<published>2019-02-23T01:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/commit/?id=11966872eedd949041dfe0a905794654a3df49cf'/>
<id>11966872eedd949041dfe0a905794654a3df49cf</id>
<content type='text'>
subdirs is meaningless now.

Test: Builds

Bug: 129513796

Change-Id: I60130e38b5924b73c5520d884868dd580f5345bf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subdirs is meaningless now.

Test: Builds

Bug: 129513796

Change-Id: I60130e38b5924b73c5520d884868dd580f5345bf
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ICU in libandroidicu</title>
<updated>2019-01-02T17:30:17+00:00</updated>
<author>
<name>Victor Chang</name>
<email>vichang@google.com</email>
</author>
<published>2018-11-20T19:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/commit/?id=b6826d9e88b521c5c970cf748db83b43c70d56d1'/>
<id>b6826d9e88b521c5c970cf748db83b43c70d56d1</id>
<content type='text'>
libicuuc and libicui18n are moved into APEX, but
they have no stable ABI due to the version suffix.

Use libandroidicu which provides stable symbol.
See http://go/apex-stable-icu4c-interface for the design.
See http://aosp/801855 for libandroidicu implementation.

Bug: 117094880
Test: m checkbuild
Change-Id: Ida6aac85dfb79bf8e7a3a2540e567ee211279e09
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libicuuc and libicui18n are moved into APEX, but
they have no stable ABI due to the version suffix.

Use libandroidicu which provides stable symbol.
See http://go/apex-stable-icu4c-interface for the design.
See http://aosp/801855 for libandroidicu implementation.

Bug: 117094880
Test: m checkbuild
Change-Id: Ida6aac85dfb79bf8e7a3a2540e567ee211279e09
</pre>
</div>
</content>
</entry>
<entry>
<title>openDecryptSession() should consistently return sp&lt;DecryptHandle&gt;</title>
<updated>2018-10-05T22:58:26+00:00</updated>
<author>
<name>Jeff Tinker</name>
<email>jtinker@google.com</email>
</author>
<published>2018-10-04T06:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/commit/?id=5d49bef8000500556743af66b669ae7e18ac85b5'/>
<id>5d49bef8000500556743af66b669ae7e18ac85b5</id>
<content type='text'>
Test:run cts-dev --module CtsDrmTestCases -t android.drm.cts.DRMTest

bug:79378662
Change-Id: Id46e63e3e0faf76ec98a77d7d439e5ccbc85e20f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test:run cts-dev --module CtsDrmTestCases -t android.drm.cts.DRMTest

bug:79378662
Change-Id: Id46e63e3e0faf76ec98a77d7d439e5ccbc85e20f
</pre>
</div>
</content>
</entry>
<entry>
<title>Use -Werror in frameworks/av</title>
<updated>2017-10-20T19:19:00+00:00</updated>
<author>
<name>Chih-Hung Hsieh</name>
<email>chh@google.com</email>
</author>
<published>2017-10-02T20:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/commit/?id=5cf0751390afa26b8fefacbf43541d7d4cffc1a5'/>
<id>5cf0751390afa26b8fefacbf43541d7d4cffc1a5</id>
<content type='text'>
* Suppress unused-variable warnings.

Bug: 66996870
Test: build with WITH_TIDY=1
Exempt-From-Owner-Approval: already had multiple +2 votes
Change-Id: I985f9328684df501b5934a5c01f783ed7ca5aa0c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Suppress unused-variable warnings.

Bug: 66996870
Test: build with WITH_TIDY=1
Exempt-From-Owner-Approval: already had multiple +2 votes
Change-Id: I985f9328684df501b5934a5c01f783ed7ca5aa0c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix memory leak warning in FwdLockEngine.cpp"</title>
<updated>2017-08-18T20:39:34+00:00</updated>
<author>
<name>Zhizhou Yang</name>
<email>zhizhouy@google.com</email>
</author>
<published>2017-08-18T20:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/commit/?id=b5c1bcb963dc638d4f67b6b016509c174363f48e'/>
<id>b5c1bcb963dc638d4f67b6b016509c174363f48e</id>
<content type='text'>
am: 809ea9d9cc

Change-Id: Id83653de65130ab3f73a720d9196d5ae47ec9613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 809ea9d9cc

Change-Id: Id83653de65130ab3f73a720d9196d5ae47ec9613
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak warning in FwdLockEngine.cpp</title>
<updated>2017-08-16T17:14:39+00:00</updated>
<author>
<name>Zhizhou Yang</name>
<email>zhizhouy@google.com</email>
</author>
<published>2017-08-15T23:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/commit/?id=67810646ca83b77940eb9b54c507d2940eabf7c6'/>
<id>67810646ca83b77940eb9b54c507d2940eabf7c6</id>
<content type='text'>
If addValue does not succeed, there will be memory leak on
decodeSession. Fixed it by checking if addValue returns true first.

Plus fixed a small indentation error.

Test: mmm with static analyzer and warning disappears.
Change-Id: Ibf9b85e4c416e8fea8b80a3ba47f87f88573c54c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If addValue does not succeed, there will be memory leak on
decodeSession. Fixed it by checking if addValue returns true first.

Plus fixed a small indentation error.

Test: mmm with static analyzer and warning disappears.
Change-Id: Ibf9b85e4c416e8fea8b80a3ba47f87f88573c54c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Convert libdrmframework and drmserver to Android.bp" am: a33999bab9 am: 5eb26eebfb</title>
<updated>2017-05-04T21:10:38+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2017-05-04T21:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/commit/?id=cd3b59c8ba5da18eb4f501b62f4e583027bc3e9d'/>
<id>cd3b59c8ba5da18eb4f501b62f4e583027bc3e9d</id>
<content type='text'>
am: ed05809fcb

Change-Id: I112374bce87c4905eddb4883f7aad95d32b429c8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: ed05809fcb

Change-Id: I112374bce87c4905eddb4883f7aad95d32b429c8
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert libdrmframework and drmserver to Android.bp</title>
<updated>2017-05-04T02:55:23+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2017-04-28T22:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/commit/?id=61d1c58c90e2491dd710688946f2a2cb2f42b837'/>
<id>61d1c58c90e2491dd710688946f2a2cb2f42b837</id>
<content type='text'>
See build/soong/README.md for more information.

Also moves a few headers into the same library as their
implementation, and fixes a few includes to go through the
global frameworks/av/include path instead of manually adding
frameworks/av/include/drm.

Test: m -j checkbuild
Change-Id: I0c2d2f2262e7ed78d80a0d44795705c64b797ff0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See build/soong/README.md for more information.

Also moves a few headers into the same library as their
implementation, and fixes a few includes to go through the
global frameworks/av/include path instead of manually adding
frameworks/av/include/drm.

Test: m -j checkbuild
Change-Id: I0c2d2f2262e7ed78d80a0d44795705c64b797ff0
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove executable bit from ordinary files</title>
<updated>2016-10-17T22:23:03+00:00</updated>
<author>
<name>Glenn Kasten</name>
<email>gkasten@google.com</email>
</author>
<published>2016-10-17T22:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/commit/?id=e7557336920ca7e7d53e8ccc03d23359b41957af'/>
<id>e7557336920ca7e7d53e8ccc03d23359b41957af</id>
<content type='text'>
Test: builds OK
Change-Id: I7912c9c9c85dc500d33698fc174ba2a0db387407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: builds OK
Change-Id: I7912c9c9c85dc500d33698fc174ba2a0db387407
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix clang-tidy warnings in drm."</title>
<updated>2016-08-09T23:35:06+00:00</updated>
<author>
<name>Chih-Hung Hsieh</name>
<email>chh@google.com</email>
</author>
<published>2016-08-09T23:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/frameworks_av/commit/?id=aee0669a7bdc1502a5e3d0752aaf84b0354a005e'/>
<id>aee0669a7bdc1502a5e3d0752aaf84b0354a005e</id>
<content type='text'>
am: e055519839

Change-Id: I99159fb0391af796445ea24265d088d20d178077
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: e055519839

Change-Id: I99159fb0391af796445ea24265d088d20d178077
</pre>
</div>
</content>
</entry>
</feed>
