aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeidi von Markham <hvm@google.com>2015-06-10 18:15:28 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-10 18:15:28 +0000
commit2e5a13d2d60528d10f5637ef51b11dcd946724ff (patch)
tree1de669f0c0e1dc3ef5e10e42b13caf18884aac5a
parentc467147f9aab64171c3f7536dab9d4abb456c95d (diff)
parentcb4f1bc412ae49449cad64d82d36642b2e9f5be9 (diff)
downloadsource.android.com-2e5a13d2d60528d10f5637ef51b11dcd946724ff.tar.gz
am cb4f1bc4: am fa132bca: Docs: NEW CHANGE#12 for Android automotive changes to cdd VP9 and HEVC codecs made optional for Android 5.1 automotive implementations as video playback is in many cases a less likely use-case for this device type Now
* commit 'cb4f1bc412ae49449cad64d82d36642b2e9f5be9': Docs: NEW CHANGE#12 for Android automotive changes to cdd VP9 and HEVC codecs made optional for Android 5.1 automotive implementations as video playback is in many cases a less likely use-case for this device type Now strongly recommended for Auto, optional for Watch Removed reference to footnote 2
-rw-r--r--src/compatibility/5.1/android-5.1-cdd.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/compatibility/5.1/android-5.1-cdd.html b/src/compatibility/5.1/android-5.1-cdd.html
index ef2cd351..3e5740dc 100644
--- a/src/compatibility/5.1/android-5.1-cdd.html
+++ b/src/compatibility/5.1/android-5.1-cdd.html
@@ -1793,9 +1793,7 @@ including Android Watch device implementations.</p>
<h3 id="5_1_3_video_codecs">5.1.3. Video Codecs</h3>
-<div class="div">
<p>Video codecs are optional for Android Watch device implementations.</p>
-</div>
<table>
<tr>
@@ -1803,7 +1801,7 @@ including Android Watch device implementations.</p>
<th>Encoder</th>
<th>Decoder</th>
<th>Details</th>
- <th>Supported File Types/Container Formats</th>
+ <th>Supported File Types/<br>Container Formats</th>
</tr>
<tr>
<td>H.263</td>
@@ -1827,7 +1825,7 @@ including Android Watch device implementations.</p>
<tr>
<td>H.265 HEVC</td>
<td></td>
- <td>REQUIRED<sup>2</sup></td>
+ <td>REQUIRED<sup>5</sup></td>
<td>See <a href="#5_3_video_decoding">section 5.3</a> for details</td>
<td>MPEG-4 (.mp4)</td>
</tr>
@@ -1874,6 +1872,8 @@ requirements in [<a href="http://www.webmproject.org/hardware/rtc-coding-require
<p class="table_footnote">4 Device implementations SHOULD support writing Matroska WebM files.</p>
+<p class="table_footnote">5 Strongly recommended for Android Automotive, optional for Android Watch, and required for all other device types.</p>
+
<h2 id="5_2_video_encoding">5.2. Video Encoding</h2>
<div class="note">
@@ -4487,6 +4487,10 @@ Framework.</td>
<td>5.1. Media Codecs</td>
<td>Added 3 sections for Audio, Image, and Video codecs.</td>
</tr>
+ <tr>
+ <td>5.1.3 Video Codecs</td>
+ <td>Added Android automotive requirements.</td>
+ </tr>
<tr>
<td>5.4 Audio Recording</td>
<td>Broken into subsections</td>