Audio: Enable AC3/EC3 compile and add `kPlatformAC3DecoderSupport` feature [chromium/src : main]

0 views
Skip to first unread message

朱思达 (Gerrit)

unread,
Jan 6, 2024, 10:46:56 PMJan 6
to feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org

朱思达 uploaded patch set #2 to this change.

View Change

Audio: Enable AC3/EC3 compile and add `kPlatformAC3DecoderSupport` feature

The code implementation to support AC3/EC3 audio decoding has been
completed on macOS and Windows latest year. On other platforms,
since the lack of OS support, the codec has not been supported yet.

Add disabled by default feature switch `kPlatformAC3DecoderSupport`
to control the actual support on Windows and macOS.

Bug: 1430808
Bug: 1402182
Bug: 611517
Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
---
M content/browser/media/media_canplaytype_browsertest.cc
M media/base/media_switches.cc
M media/base/media_switches.h
M media/base/supported_types.cc
M media/filters/mac/audio_toolbox_audio_decoder.cc
M media/filters/win/media_foundation_audio_decoder.cc
M media/media_options.gni
M media/mojo/services/media_foundation_service.cc
8 files changed, 58 insertions(+), 10 deletions(-)

To view, visit change 5175506. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 2
Gerrit-Owner: 朱思达 <zhu...@bytedance.com>

朱思达 (Gerrit)

unread,
Jan 6, 2024, 11:03:57 PMJan 6
to feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org

Attention is currently required from: 朱思达.

朱思达 uploaded patch set #3 to this change.

View Change

Audio: Enable AC3/EC3 compile and add `kPlatformAC3DecoderSupport` feature

The code implementation to support AC3/EC3 audio decoding has been
completed on macOS and Windows latest year. On other platforms,
since the lack of OS support, the codec has not been supported yet.

Add disabled by default feature switch `kPlatformAC3DecoderSupport`
to control the actual support on Windows and macOS.

Bug: 1430808
Bug: 1402182
Bug: 611517
Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
---
M content/browser/media/media_canplaytype_browsertest.cc
M media/base/media_switches.cc
M media/base/media_switches.h
M media/base/supported_types.cc
M media/filters/mac/audio_toolbox_audio_decoder.cc
M media/filters/win/media_foundation_audio_decoder.cc
M media/media_options.gni
M media/mojo/services/media_foundation_service.cc
8 files changed, 60 insertions(+), 11 deletions(-)

To view, visit change 5175506. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 3
Gerrit-Owner: 朱思达 <zhu...@bytedance.com>
Gerrit-Reviewer: 朱思达 <zhu...@bytedance.com>
Gerrit-Attention: 朱思达 <zhu...@bytedance.com>

朱思达 (Gerrit)

unread,
Jan 7, 2024, 7:25:08 AMJan 7
to feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org

Attention is currently required from: 朱思达.

朱思达 uploaded patch set #4 to this change.

View Change

Audio: Enable AC3/EC3 compile and add `kPlatformAC3DecoderSupport` feature

The code implementation to support AC3/EC3 audio decoding has been
completed on macOS and Windows latest year. On other platforms,
since the lack of OS support, the codec has not been supported yet.

Add disabled by default feature switch `kPlatformAC3DecoderSupport`
to control the actual support on Windows and macOS.

Bug: 1430808
Bug: 1402182
Bug: 611517
Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
---
M content/browser/media/media_canplaytype_browsertest.cc
M media/base/media_switches.cc
M media/base/media_switches.h
M media/base/supported_types.cc
M media/filters/ffmpeg_demuxer_unittest.cc

M media/filters/mac/audio_toolbox_audio_decoder.cc
M media/filters/win/media_foundation_audio_decoder.cc
M media/media_options.gni
M media/mojo/services/media_foundation_service.cc
9 files changed, 75 insertions(+), 7 deletions(-)

To view, visit change 5175506. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 4

朱思达 (Gerrit)

unread,
Jan 7, 2024, 7:34:43 AMJan 7
to feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org

Attention is currently required from: 朱思达.

朱思达 uploaded patch set #5 to this change.

View Change

Audio: Enable AC3/EC3 compile and add `kPlatformAC3DecoderSupport` feature

The code implementation to support AC3/EC3 audio decoding has been
completed on macOS and Windows latest year. On other platforms,
since the lack of OS support, the codec has not been supported yet.

Add disabled by default feature switch `kPlatformAC3DecoderSupport`
to control the actual support on Windows and macOS.

Bug: 1430808
Bug: 1402182
Bug: 611517
Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
---
M content/browser/media/media_canplaytype_browsertest.cc
M media/base/media_switches.cc
M media/base/media_switches.h
M media/base/supported_types.cc
M media/filters/ffmpeg_demuxer_unittest.cc
M media/filters/mac/audio_toolbox_audio_decoder.cc
M media/filters/win/media_foundation_audio_decoder.cc
M media/media_options.gni
M media/mojo/services/media_foundation_service.cc
9 files changed, 75 insertions(+), 9 deletions(-)

To view, visit change 5175506. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 5

朱思达 (Gerrit)

unread,
Jan 7, 2024, 9:57:55 AMJan 7
to feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org

Attention is currently required from: 朱思达.

朱思达 uploaded patch set #6 to this change.

View Change

Audio: Enable AC3/EC3 compile and add `kPlatformAC3DecoderSupport` feature

The code implementation to support AC3/EC3 audio decoding has been
completed on macOS and Windows latest year. On other platforms,
since the lack of OS support, the codec has not been supported yet.

Add disabled by default feature switch `kPlatformAC3DecoderSupport`
to control the actual support on Windows and macOS.

Bug: 1430808
Bug: 1402182
Bug: 611517
Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
---
M content/browser/media/media_canplaytype_browsertest.cc
M media/base/media_switches.cc
M media/base/media_switches.h
M media/base/supported_types.cc
M media/base/supported_types_unittest.cc
M media/base/test_data_util.cc

M media/filters/ffmpeg_demuxer_unittest.cc
M media/filters/mac/audio_toolbox_audio_decoder.cc
M media/filters/win/media_foundation_audio_decoder.cc
M media/media_options.gni
M media/mojo/services/media_foundation_service.cc
M media/test/pipeline_integration_test.cc
12 files changed, 235 insertions(+), 11 deletions(-)

To view, visit change 5175506. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 6

朱思达 (Gerrit)

unread,
Jan 7, 2024, 10:19:20 AMJan 7
to feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org

Attention is currently required from: 朱思达.

朱思达 uploaded patch set #7 to this change.

View Change

Audio: Enable AC3/EC3 compile and add `kPlatformAC3DecoderSupport` feature

The code implementation to support AC3/EC3 audio decoding has been
completed on macOS and Windows latest year. On other platforms,
since the lack of OS support, the codec has not been supported yet.

Add disabled by default feature switch `kPlatformAC3DecoderSupport`
to control the actual support on Windows and macOS.

Bug: 1430808
Bug: 1402182
Bug: 611517
Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
---
M content/browser/media/media_canplaytype_browsertest.cc
M media/base/media_switches.cc
M media/base/media_switches.h
M media/base/supported_types.cc
M media/base/supported_types_unittest.cc
M media/base/test_data_util.cc
M media/filters/ffmpeg_demuxer_unittest.cc
M media/filters/mac/audio_toolbox_audio_decoder.cc
M media/filters/win/media_foundation_audio_decoder.cc
M media/media_options.gni
M media/mojo/services/media_foundation_service.cc
M media/test/pipeline_integration_test.cc
12 files changed, 237 insertions(+), 11 deletions(-)

To view, visit change 5175506. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 7

朱思达 (Gerrit)

unread,
Jan 7, 2024, 9:20:13 PMJan 7
to feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org

朱思达 uploaded patch set #8 to this change.

Gerrit-PatchSet: 8

朱思达 (Gerrit)

unread,
Jan 8, 2024, 6:23:03 AMJan 8
to feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org

朱思达 uploaded patch set #9 to this change.

View Change

Audio: Enable AC3/EC3 compile and add `kPlatformAC3DecoderSupport` feature

The code implementation to support AC3/EC3 audio decoding has been
completed on macOS and Windows latest year. On other platforms,
since the lack of OS support, the codec has not been supported yet.

Add disabled by default feature switch `kPlatformAC3DecoderSupport`
to control the actual support on Windows and macOS.

Bug: 1430808
Bug: 1402182
Bug: 611517
Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
---
M content/browser/media/media_canplaytype_browsertest.cc
M media/base/media_switches.cc
M media/base/media_switches.h
M media/base/supported_types.cc
M media/base/supported_types_unittest.cc
M media/base/test_data_util.cc
M media/filters/ffmpeg_demuxer_unittest.cc
M media/filters/mac/audio_toolbox_audio_decoder.cc
M media/filters/win/media_foundation_audio_decoder.cc
M media/media_options.gni
M media/mojo/services/media_foundation_service.cc
M media/test/pipeline_integration_test.cc
12 files changed, 239 insertions(+), 12 deletions(-)

To view, visit change 5175506. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 9

朱思达 (Gerrit)

unread,
Jan 8, 2024, 10:14:36 AMJan 8
to feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org

朱思达 uploaded patch set #10 to this change.

Gerrit-PatchSet: 10

朱思达 (Gerrit)

unread,
Jan 8, 2024, 10:19:10 AMJan 8
to Dale Curtis, Xiaohan Wang, ladv...@gmail.com, blundell+...@chromium.org, feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org, Jiawei Chen

Attention is currently required from: Dale Curtis, Xiaohan Wang.

朱思达 would like Dale Curtis and Xiaohan Wang to review this change.

Gerrit-MessageType: newchange
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 10
Gerrit-Owner: 朱思达 <zhu...@bytedance.com>
Gerrit-Reviewer: Dale Curtis <dalec...@chromium.org>
Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
Gerrit-Reviewer: 朱思达 <zhu...@bytedance.com>
Gerrit-CC: Jiawei Chen <jiawe...@dolby.com>
Gerrit-Attention: Dale Curtis <dalec...@chromium.org>
Gerrit-Attention: Xiaohan Wang <xhw...@chromium.org>

朱思达 (Gerrit)

unread,
Jan 8, 2024, 10:19:16 AMJan 8
to ladv...@gmail.com, blundell+...@chromium.org, feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org, Dale Curtis, Xiaohan Wang, Jiawei Chen, Chromium LUCI CQ, chromium...@chromium.org

Attention is currently required from: Dale Curtis, Xiaohan Wang.

View Change

1 comment:

  • Patchset:

    • Patch Set #10:

      @Dale and @Xiaohan, can we look into this for 2024 now!? :)

      Please feel free to comment out.

To view, visit change 5175506. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 10
Gerrit-Owner: 朱思达 <zhu...@bytedance.com>
Gerrit-Reviewer: Dale Curtis <dalec...@chromium.org>
Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
Gerrit-Reviewer: 朱思达 <zhu...@bytedance.com>
Gerrit-CC: Jiawei Chen <jiawe...@dolby.com>
Gerrit-Attention: Dale Curtis <dalec...@chromium.org>
Gerrit-Attention: Xiaohan Wang <xhw...@chromium.org>
Gerrit-Comment-Date: Mon, 08 Jan 2024 15:19:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No

Dale Curtis (Gerrit)

unread,
Jan 8, 2024, 12:21:41 PMJan 8
to ladv...@gmail.com, blundell+...@chromium.org, feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org, Xiaohan Wang, Jiawei Chen, Chromium LUCI CQ, chromium...@chromium.org

Attention is currently required from: Xiaohan Wang, 朱思达.

View Change

1 comment:

  • Patchset:

    • Patch Set #10:

      I don't think we want to compile this in as disabled since it would still introduce a bunch of new security surface area. This will have to wait until we have a decision on AC3/EAC3 internally. We'll discuss this year.

To view, visit change 5175506. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 10
Gerrit-Owner: 朱思达 <zhu...@bytedance.com>
Gerrit-Reviewer: Dale Curtis <dalec...@chromium.org>
Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
Gerrit-Reviewer: 朱思达 <zhu...@bytedance.com>
Gerrit-CC: Jiawei Chen <jiawe...@dolby.com>
Gerrit-Attention: Xiaohan Wang <xhw...@chromium.org>
Gerrit-Attention: 朱思达 <zhu...@bytedance.com>
Gerrit-Comment-Date: Mon, 08 Jan 2024 17:21:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No

朱思达 (Gerrit)

unread,
Jan 11, 2024, 9:50:37 PMJan 11
to ladv...@gmail.com, blundell+...@chromium.org, feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org

Attention is currently required from: Xiaohan Wang, 朱思达.

朱思达 uploaded patch set #11 to this change.

View Change

Audio: Enable AC3/EC3 compile and add `kPlatformAC3DecoderSupport` feature

The code implementation to support AC3/EC3 audio decoding has been
completed on macOS and Windows latest year. On other platforms,
since the lack of OS support, the codec has not been supported yet.

Add disabled by default feature switch `kPlatformAC3DecoderSupport`
to control the actual support on Windows and macOS.

Bug: 1430808
Bug: 1402182
Bug: 611517
Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
---
M content/browser/media/media_canplaytype_browsertest.cc
M media/base/media_switches.cc
M media/base/media_switches.h
M media/base/supported_types.cc
M media/base/supported_types_unittest.cc
M media/base/test_data_util.cc
M media/filters/ffmpeg_demuxer_unittest.cc
M media/filters/mac/audio_toolbox_audio_decoder.cc
M media/filters/win/media_foundation_audio_decoder.cc
M media/media_options.gni
M media/mojo/services/media_foundation_service.cc
M media/test/pipeline_integration_test.cc
12 files changed, 243 insertions(+), 12 deletions(-)

To view, visit change 5175506. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 11

Alvaro Velad Galvan (Gerrit)

unread,
Apr 5, 2024, 6:00:32 AMApr 5
to Dale Curtis, Jiawei Chen, Chromium LUCI CQ, chromium...@chromium.org, blundell+...@chromium.org, feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org
Attention needed from Dale Curtis and Sida Zhu

Alvaro Velad Galvan added 1 comment

Patchset-level comments
File-level comment, Patchset 10:
Dale Curtis . unresolved

I don't think we want to compile this in as disabled since it would still introduce a bunch of new security surface area. This will have to wait until we have a decision on AC3/EAC3 internally. We'll discuss this year.

Alvaro Velad Galvan

Any update on this decision?

Open in Gerrit

Related details

Attention is currently required from:
  • Dale Curtis
  • Sida Zhu
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 11
Gerrit-Owner: Sida Zhu <zhu...@bytedance.com>
Gerrit-Reviewer: Dale Curtis <dalec...@chromium.org>
Gerrit-Reviewer: Sida Zhu <zhu...@bytedance.com>
Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
Gerrit-CC: Alvaro Velad Galvan <ladv...@gmail.com>
Gerrit-CC: Jiawei Chen <jiawe...@dolby.com>
Gerrit-Attention: Dale Curtis <dalec...@chromium.org>
Gerrit-Attention: Sida Zhu <zhu...@bytedance.com>
Gerrit-Comment-Date: Fri, 05 Apr 2024 10:00:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Dale Curtis <dalec...@chromium.org>
satisfied_requirement
unsatisfied_requirement
open
diffy

Sida Zhu (Gerrit)

unread,
Jun 11, 2024, 4:31:48 AMJun 11
to Alvaro Velad Galvan, Dale Curtis, Jiawei Chen, Chromium LUCI CQ, chromium...@chromium.org, blundell+...@chromium.org, feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org
Attention needed from Alvaro Velad Galvan and Dale Curtis

Sida Zhu added 2 comments

Patchset-level comments
Dale Curtis . unresolved

I don't think we want to compile this in as disabled since it would still introduce a bunch of new security surface area. This will have to wait until we have a decision on AC3/EAC3 internally. We'll discuss this year.

Alvaro Velad Galvan

Any update on this decision?

Sida Zhu

Recently, some CL for Windows platform has been merged, so I think the feature is nearly ready there.

@dalec...@chromium.org Dale, what about the current decision of the media team regarding this feature now?

File-level comment, Patchset 11 (Latest):
Sida Zhu . resolved

Recently, some CL for Windows platform has been merged, so I think the feature is nearly ready there. @dalec...@chromium.org Dale, what about the current decision of the media team regarding this feature now?

Open in Gerrit

Related details

Attention is currently required from:
  • Alvaro Velad Galvan
  • Dale Curtis
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 11
Gerrit-Owner: Sida Zhu <zhu...@bytedance.com>
Gerrit-Reviewer: Dale Curtis <dalec...@chromium.org>
Gerrit-Reviewer: Sida Zhu <zhu...@bytedance.com>
Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
Gerrit-CC: Alvaro Velad Galvan <ladv...@gmail.com>
Gerrit-CC: Jiawei Chen <jiawe...@dolby.com>
Gerrit-Attention: Dale Curtis <dalec...@chromium.org>
Gerrit-Attention: Alvaro Velad Galvan <ladv...@gmail.com>
Gerrit-Comment-Date: Tue, 11 Jun 2024 08:31:34 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Dale Curtis <dalec...@chromium.org>
Comment-In-Reply-To: Alvaro Velad Galvan <ladv...@gmail.com>
satisfied_requirement
unsatisfied_requirement
open
diffy

Dale Curtis (Gerrit)

unread,
Jun 11, 2024, 4:02:03 PMJun 11
to Alvaro Velad Galvan, Jiawei Chen, Chromium LUCI CQ, chromium...@chromium.org, blundell+...@chromium.org, feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org
Attention needed from Alvaro Velad Galvan and Sida Zhu

Dale Curtis added 1 comment

Patchset-level comments
Dale Curtis . unresolved

I don't think we want to compile this in as disabled since it would still introduce a bunch of new security surface area. This will have to wait until we have a decision on AC3/EAC3 internally. We'll discuss this year.

Alvaro Velad Galvan

Any update on this decision?

Sida Zhu

Recently, some CL for Windows platform has been merged, so I think the feature is nearly ready there.

@dalec...@chromium.org Dale, what about the current decision of the media team regarding this feature now?

Dale Curtis

The current decision is unchanged, but I've asked our product org to reanalyze the decision in case enough inputs have changed.

Open in Gerrit

Related details

Attention is currently required from:
  • Alvaro Velad Galvan
  • Sida Zhu
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 11
Gerrit-Owner: Sida Zhu <zhu...@bytedance.com>
Gerrit-Reviewer: Dale Curtis <dalec...@chromium.org>
Gerrit-Reviewer: Sida Zhu <zhu...@bytedance.com>
Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
Gerrit-CC: Alvaro Velad Galvan <ladv...@gmail.com>
Gerrit-CC: Jiawei Chen <jiawe...@dolby.com>
Gerrit-Attention: Alvaro Velad Galvan <ladv...@gmail.com>
Gerrit-Attention: Sida Zhu <zhu...@bytedance.com>
Gerrit-Comment-Date: Tue, 11 Jun 2024 20:01:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Dale Curtis <dalec...@chromium.org>
Comment-In-Reply-To: Alvaro Velad Galvan <ladv...@gmail.com>
Comment-In-Reply-To: Sida Zhu <zhu...@bytedance.com>
satisfied_requirement
unsatisfied_requirement
open
diffy

Sida Zhu (Gerrit)

unread,
1:41 AM (3 hours ago) 1:41 AM
to Alvaro Velad Galvan, Dale Curtis, Jiawei Chen, Chromium LUCI CQ, chromium...@chromium.org, blundell+...@chromium.org, feature-me...@chromium.org, mac-r...@chromium.org, poscia...@chromium.org, xhwang...@chromium.org
Attention needed from Alvaro Velad Galvan and Dale Curtis

Sida Zhu added 1 comment

Patchset-level comments
Dale Curtis . unresolved

I don't think we want to compile this in as disabled since it would still introduce a bunch of new security surface area. This will have to wait until we have a decision on AC3/EAC3 internally. We'll discuss this year.

Alvaro Velad Galvan

Any update on this decision?

Sida Zhu

Recently, some CL for Windows platform has been merged, so I think the feature is nearly ready there.

@dalec...@chromium.org Dale, what about the current decision of the media team regarding this feature now?

Dale Curtis

The current decision is unchanged, but I've asked our product org to reanalyze the decision in case enough inputs have changed.

Sida Zhu

Dale, any update with the product org's decision on this?

Open in Gerrit

Related details

Attention is currently required from:
  • Alvaro Velad Galvan
  • Dale Curtis
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I2b1e28ce4bb3e86666734be895ac112aec03d86a
Gerrit-Change-Number: 5175506
Gerrit-PatchSet: 11
Gerrit-Owner: Sida Zhu <zhu...@bytedance.com>
Gerrit-Reviewer: Dale Curtis <dalec...@chromium.org>
Gerrit-Reviewer: Sida Zhu <zhu...@bytedance.com>
Gerrit-Reviewer: Xiaohan Wang <xhw...@chromium.org>
Gerrit-CC: Alvaro Velad Galvan <ladv...@gmail.com>
Gerrit-CC: Jiawei Chen <jiawe...@dolby.com>
Gerrit-Attention: Dale Curtis <dalec...@chromium.org>
Gerrit-Attention: Alvaro Velad Galvan <ladv...@gmail.com>
Gerrit-Comment-Date: Fri, 05 Jul 2024 05:41:20 +0000
satisfied_requirement
unsatisfied_requirement
open
diffy
Reply all
Reply to author
Forward
0 new messages