aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeidi von Markham <hvm@google.com>2015-05-26 16:03:52 -0700
committerHeidi von Markham <hvm@google.com>2015-06-09 13:57:55 -0700
commitfa132bca4e4b73b862f64b7e4d1d3a1b482ef65c (patch)
tree3f91fad696075e2b2c3bc87879d91342cd871432
parent633fd6a9124f7b891774210d71d95fdca7a365cc (diff)
downloadsource.android.com-fa132bca4e4b73b862f64b7e4d1d3a1b482ef65c.tar.gz
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 Bug: 19951915 Change-Id: I6fea6a4a45430f0c931f86a120cbe04045f0b3dc
-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>