Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Issue 1128023009: ppapi: define PPB_AudioEncoder API (Closed)

Created:
5 years, 7 months ago by llandwerlin-old
Modified:
5 years, 3 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, yusukes+watch_chromium.org, tzik, binji+watch_chromium.org, jam, raymes+watch_chromium.org, teravest+watch_chromium.org, darin-cc_chromium.org, asvitkine+watch_chromium.org, bradnelson+warch_chromium.org, mkwst+moarreviews-renderer_chromium.org, piman+watch_chromium.org, Sam Clegg, ihf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ppapi: define PPB_AudioEncoder API BUG=461222 Committed: https://crrev.com/33e90877de32c54a3e1e735f6fc314a8950c6cc0 Cr-Commit-Position: refs/heads/master@{#349418}

Patch Set 1 #

Patch Set 2 : Fix GN build #

Patch Set 3 : More GN build fixes #

Patch Set 4 : Add GetNumberOfSamples() for Speex #

Total comments: 11

Patch Set 5 : bbudge's nits & api release bump #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1271 lines, -7 lines) Patch
M chrome/common/ppapi_utils.cc View 1 2 3 4 1 chunk +1 line, -0 lines 2 comments Download
M content/renderer/pepper/plugin_module.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/resource_creation_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/resource_creation_impl.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/ppapi/library.dsc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M native_client_sdk/src/libraries/ppapi_cpp/library.dsc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/api/pp_codecs.idl View 1 2 3 3 chunks +55 lines, -0 lines 0 comments Download
A ppapi/api/ppb_audio_encoder.idl View 1 2 3 4 1 chunk +209 lines, -0 lines 0 comments Download
M ppapi/c/pp_codecs.h View 1 2 3 4 chunks +51 lines, -1 line 0 comments Download
M ppapi/c/pp_macros.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A ppapi/c/ppb_audio_encoder.h View 1 2 3 4 1 chunk +222 lines, -0 lines 0 comments Download
A ppapi/cpp/audio_encoder.h View 1 2 3 1 chunk +162 lines, -0 lines 0 comments Download
A ppapi/cpp/audio_encoder.cc View 1 2 3 1 chunk +118 lines, -0 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 4 8 chunks +82 lines, -4 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 4 3 chunks +4 lines, -0 lines 0 comments Download
M ppapi/proxy/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A ppapi/proxy/audio_encoder_resource.h View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
A ppapi/proxy/audio_encoder_resource.cc View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M ppapi/shared_impl/resource.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev_channel.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/ppb_audio_buffer_thunk.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A ppapi/thunk/ppb_audio_encoder_api.h View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_audio_encoder_thunk.cc View 1 2 3 4 1 chunk +153 lines, -0 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 28 (7 generated)
llandwerlin-old
Hi Bill, Here is the boilerplate CL for the PPB_AudioeEncoder API I just sent the ...
5 years, 7 months ago (2015-05-19 11:16:40 UTC) #2
bbudge
Do you have a clear idea of which AudioEncoder machinery in Chromium that you are ...
5 years, 7 months ago (2015-05-26 23:20:23 UTC) #3
llandwerlin-old
On 2015/05/26 23:20:23, bbudge wrote: > Do you have a clear idea of which AudioEncoder ...
5 years, 7 months ago (2015-05-27 09:10:00 UTC) #4
llandwerlin-old
Anything I can do to help with the review? Thanks for your time!
5 years, 6 months ago (2015-06-04 09:31:55 UTC) #5
bbudge
https://codereview.chromium.org/1128023009/diff/60001/ppapi/api/pp_codecs.idl File ppapi/api/pp_codecs.idl (right): https://codereview.chromium.org/1128023009/diff/60001/ppapi/api/pp_codecs.idl#newcode32 ppapi/api/pp_codecs.idl:32: PP_AUDIOPROFILE_MAX = PP_AUDIOPROFILE_SPEEX Is it possible to support AAC? ...
5 years, 6 months ago (2015-06-09 17:29:41 UTC) #6
llandwerlin-old
https://codereview.chromium.org/1128023009/diff/60001/ppapi/api/pp_codecs.idl File ppapi/api/pp_codecs.idl (right): https://codereview.chromium.org/1128023009/diff/60001/ppapi/api/pp_codecs.idl#newcode32 ppapi/api/pp_codecs.idl:32: PP_AUDIOPROFILE_MAX = PP_AUDIOPROFILE_SPEEX On 2015/06/09 17:29:41, bbudge wrote: > ...
5 years, 6 months ago (2015-06-10 09:06:19 UTC) #7
robert.bradford
CC + abodenha@
5 years, 4 months ago (2015-08-17 09:48:56 UTC) #9
Albert Bodenhamer
On 2015/08/17 09:48:56, robert.bradford wrote: > CC + abodenha@ My team (Chrome OS UI) would ...
5 years, 4 months ago (2015-08-17 20:23:03 UTC) #11
chromium-reviews
I'm willing to review the CL. We should get more input about whether we want ...
5 years, 4 months ago (2015-08-18 22:28:43 UTC) #12
Albert Bodenhamer
What is standing in the way of reviewing this and landing it? On 2015/08/18 22:28:43, ...
5 years, 3 months ago (2015-09-04 15:46:52 UTC) #13
bbudge
Sorry for the delay. LGTM w/nits https://codereview.chromium.org/1128023009/diff/60001/ppapi/api/pp_codecs.idl File ppapi/api/pp_codecs.idl (right): https://codereview.chromium.org/1128023009/diff/60001/ppapi/api/pp_codecs.idl#newcode32 ppapi/api/pp_codecs.idl:32: PP_AUDIOPROFILE_MAX = PP_AUDIOPROFILE_SPEEX ...
5 years, 3 months ago (2015-09-04 16:26:51 UTC) #14
llandwerlin-old
asvitkine@chromium.org: Could you review the changes to the histograms.xml file? Thanks thakis@chromium.org: Could you review ...
5 years, 3 months ago (2015-09-04 17:39:05 UTC) #16
Alexei Svitkine (slow)
lgtm
5 years, 3 months ago (2015-09-04 17:46:51 UTC) #17
llandwerlin-old
https://codereview.chromium.org/1128023009/diff/60001/ppapi/api/ppb_audio_encoder.idl File ppapi/api/ppb_audio_encoder.idl (right): https://codereview.chromium.org/1128023009/diff/60001/ppapi/api/ppb_audio_encoder.idl#newcode21 ppapi/api/ppb_audio_encoder.idl:21: * - Call GetSupportedFormats() to determine which codecs and ...
5 years, 3 months ago (2015-09-07 09:37:25 UTC) #18
llandwerlin-old
binji@, thakis@: ping?
5 years, 3 months ago (2015-09-14 09:51:37 UTC) #19
binji
On 2015/09/14 at 09:51:37, lionel.g.landwerlin wrote: > binji@, thakis@: ping? native_client_sdk lgtm
5 years, 3 months ago (2015-09-14 17:31:18 UTC) #20
Nico
lgtm if the reason for the include in chrome/ is "macro magic", but in that ...
5 years, 3 months ago (2015-09-15 02:56:51 UTC) #21
llandwerlin-old
https://codereview.chromium.org/1128023009/diff/80001/chrome/common/ppapi_utils.cc File chrome/common/ppapi_utils.cc (right): https://codereview.chromium.org/1128023009/diff/80001/chrome/common/ppapi_utils.cc#newcode33 chrome/common/ppapi_utils.cc:33: #include "ppapi/c/ppb_audio_encoder.h" On 2015/09/15 02:56:51, Nico wrote: > Is ...
5 years, 3 months ago (2015-09-15 09:27:56 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1128023009/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1128023009/80001
5 years, 3 months ago (2015-09-17 13:18:50 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 3 months ago (2015-09-17 14:41:34 UTC) #27
commit-bot: I haz the power
5 years, 3 months ago (2015-09-17 14:42:13 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/33e90877de32c54a3e1e735f6fc314a8950c6cc0
Cr-Commit-Position: refs/heads/master@{#349418}

Powered by Google App Engine
This is Rietveld 408576698