<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_libmpeg2/fuzzer, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/'/>
<entry>
<title>Merge "Replace memalign with posix_memalign"</title>
<updated>2020-08-04T20:12:06+00:00</updated>
<author>
<name>Ray Essick</name>
<email>essick@google.com</email>
</author>
<published>2020-08-04T20:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/commit/?id=6c83c697034a480ca5bdef65dfcebe05fce3a7e3'/>
<id>6c83c697034a480ca5bdef65dfcebe05fce3a7e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added fuzz_config field in mpeg2_dec_fuzzer</title>
<updated>2020-05-28T21:32:58+00:00</updated>
<author>
<name>Harish Mahendrakar</name>
<email>harish.mahendrakar@ittiam.com</email>
</author>
<published>2020-05-28T21:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/commit/?id=26fc3053e8f89a48b31caef5b8645e27702c8c0d'/>
<id>26fc3053e8f89a48b31caef5b8645e27702c8c0d</id>
<content type='text'>
Test: ./mpeg2_dec_fuzzer
Bug: 157680018
Change-Id: I056c7271d35f16a6c07343cbd938874dbf104444
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: ./mpeg2_dec_fuzzer
Bug: 157680018
Change-Id: I056c7271d35f16a6c07343cbd938874dbf104444
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "fuzzer: Updates to fuzzer plugin"</title>
<updated>2019-11-14T21:12:50+00:00</updated>
<author>
<name>Ray Essick</name>
<email>essick@google.com</email>
</author>
<published>2019-11-14T21:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/commit/?id=01478942b6d366bbc1963d65819a9a0b75950c33'/>
<id>01478942b6d366bbc1963d65819a9a0b75950c33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fuzzer: Updates to fuzzer plugin</title>
<updated>2019-10-22T21:58:16+00:00</updated>
<author>
<name>Harish Mahendrakar</name>
<email>harish.mahendrakar@ittiam.com</email>
</author>
<published>2019-10-04T19:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/commit/?id=f67ecd5d4beb110946dd666aae0501cc26e4a182'/>
<id>f67ecd5d4beb110946dd666aae0501cc26e4a182</id>
<content type='text'>
Add support to configure architecture
Limit number of decode calls to 100
Avoid zero size allocations

Bug: 141574514
Test: ./mpeg2_dec_fuzzer
Change-Id: Ie709ea5782a1678a0dbc6121c414ea4ff388dbcd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support to configure architecture
Limit number of decode calls to 100
Avoid zero size allocations

Bug: 141574514
Test: ./mpeg2_dec_fuzzer
Change-Id: Ie709ea5782a1678a0dbc6121c414ea4ff388dbcd
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "fuzzer: Create ossfuzz.sh to build with oss-fuzz"</title>
<updated>2019-10-03T01:46:57+00:00</updated>
<author>
<name>Ray Essick</name>
<email>essick@google.com</email>
</author>
<published>2019-10-03T01:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/commit/?id=6891249c9ca2237b08665380b169d78f96878a51'/>
<id>6891249c9ca2237b08665380b169d78f96878a51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fuzzer: Create ossfuzz.sh to build with oss-fuzz</title>
<updated>2019-10-02T21:43:21+00:00</updated>
<author>
<name>Harish Mahendrakar</name>
<email>harish.mahendrakar@ittiam.com</email>
</author>
<published>2019-08-26T21:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/commit/?id=29a7dc084d6a639429923999aba6412e796c7d24'/>
<id>29a7dc084d6a639429923999aba6412e796c7d24</id>
<content type='text'>
fuzzer/ossfuzz.sh added to build libmpeg2 fuzzer target in oss-fuzz.
Bug: 140057362
Test: Build with oss-fuzz

Change-Id: I19cd6b9d9037a99b2533085e0724d79962151d1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fuzzer/ossfuzz.sh added to build libmpeg2 fuzzer target in oss-fuzz.
Bug: 140057362
Test: Build with oss-fuzz

Change-Id: I19cd6b9d9037a99b2533085e0724d79962151d1d
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace memalign with posix_memalign</title>
<updated>2019-09-20T20:04:50+00:00</updated>
<author>
<name>Harish Mahendrakar</name>
<email>harish.mahendrakar@ittiam.com</email>
</author>
<published>2019-09-20T20:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/commit/?id=d187d0147b8eece92f85edae3fec95e64eeb1e3b'/>
<id>d187d0147b8eece92f85edae3fec95e64eeb1e3b</id>
<content type='text'>
Bug: 140696633
Test: Build and test binaries
Change-Id: I3477a9864d18c88dab3959901da2a526e5d59828
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 140696633
Test: Build and test binaries
Change-Id: I3477a9864d18c88dab3959901da2a526e5d59828
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable macOS build</title>
<updated>2019-09-09T17:23:26+00:00</updated>
<author>
<name>Harish Mahendrakar</name>
<email>harish.mahendrakar@ittiam.com</email>
</author>
<published>2019-09-09T17:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/commit/?id=f32771b5603d62f5102f1cd3427461382ffdc7a5'/>
<id>f32771b5603d62f5102f1cd3427461382ffdc7a5</id>
<content type='text'>
There is no memalign on Darwin.
So disable the build for macOS till memalign is replaced with
an alternative.

Test: Review
Bug: 140696633
Change-Id: Ie3bf9ee178faa58f6c8495f6469d4702034feb79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no memalign on Darwin.
So disable the build for macOS till memalign is replaced with
an alternative.

Test: Review
Bug: 140696633
Change-Id: Ie3bf9ee178faa58f6c8495f6469d4702034feb79
</pre>
</div>
</content>
</entry>
<entry>
<title>Making liblog static in mpeg fuzzer</title>
<updated>2019-08-29T21:50:03+00:00</updated>
<author>
<name>hamzeh</name>
<email>hamzeh@google.com</email>
</author>
<published>2019-08-29T18:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/commit/?id=3525cfbe435fac6a6e335983137b3084468b993a'/>
<id>3525cfbe435fac6a6e335983137b3084468b993a</id>
<content type='text'>
Bug: 140244193
Test: SANITIZE_HOST=address make haiku-host and then running binary
Change-Id: I02e88b5818e646c29a7613af6ac1555cc5e50f11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 140244193
Test: SANITIZE_HOST=address make haiku-host and then running binary
Change-Id: I02e88b5818e646c29a7613af6ac1555cc5e50f11
</pre>
</div>
</content>
</entry>
<entry>
<title>Added mpeg2_dec_fuzzer</title>
<updated>2019-08-21T00:35:39+00:00</updated>
<author>
<name>Harish Mahendrakar</name>
<email>harish.mahendrakar@ittiam.com</email>
</author>
<published>2019-08-16T01:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libmpeg2/commit/?id=f1e5d7454460b8166ba90253b09b011b00782d53'/>
<id>f1e5d7454460b8166ba90253b09b011b00782d53</id>
<content type='text'>
Test: ./mpeg2_dec_fuzzer
Bug: 135628965
Change-Id: I7ed154dabb575c1af000a3615a678b1e4506b1a5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: ./mpeg2_dec_fuzzer
Bug: 135628965
Change-Id: I7ed154dabb575c1af000a3615a678b1e4506b1a5
</pre>
</div>
</content>
</entry>
</feed>
