Skip to content

Commit

Permalink
Update docs for media codecs in Chromium vs Chrome.
Browse files Browse the repository at this point in the history
MP3, FLAC, and AV1 are all codecs that were added in Chromium and
Chrome.

R=ddorwin

Change-Id: I4c0cfed8eb68a56489d9147d4e35a7148bdc58b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552985
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: David Dorwin <ddorwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#829839}
  • Loading branch information
dalecurtis authored and Commit Bot committed Nov 20, 2020
1 parent 91d857a commit 8a6bf7c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/chromium_browser_vs_google_chrome.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ builds **on Linux**.
Please include symbolized backtraces in bug reports if you don't have crash
reporting turned on.
* User metrics only if turned on
* Video and Audio codecs (may vary by distro)
* AAC, H.264, MP3, Opus, Theora, Vorbis, VP8, VP9, and WAV
* Video and Audio codecs (may vary by distribution)
* **H.264**, AV1, VP8, and VP9 video codecs.
* **AAC**, MP3, Opus, Theora, Vorbis, FLAC, and WAV audio codecs.
* Sandboxed PPAPI (non-free) Flash plugin included in release
* Code is tested by Chrome developers
* Sandbox is always on
Expand All @@ -33,8 +34,9 @@ builds **on Linux**.
* Does not ever [report crashes](linux/crash_dumping.md). Please include
symbolized backtraces in bug reports.
* User metrics are never reported.
* Video and Audio codecs (may vary by distro)
* Opus, Theora, Vorbis, VP8, VP9, and WAV by default
* Video and Audio codecs (may vary by distribution)
* AV1, VP8, and VP9 video codecs.
* MP3, Opus, Theora, Vorbis, FLAC, and WAV audio codecs.
* Supports NPAPI (unsandboxed) Flash plugins, including the one from Adobe in
Chrome 34 and below
* Code may be modified by distributions
Expand Down

0 comments on commit 8a6bf7c

Please sign in to comment.