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

Issue 601413003: [cast] AAC encoder for OS X and iOS based on AudioConverter and AudioFile (Closed)

Created:
6 years, 2 months ago by jfroy
Modified:
6 years, 2 months ago
Reviewers:
hclam, miu
CC:
chromium-reviews, hclam+watch_chromium.org, cbentzel+watch_chromium.org, imcheng+watch_chromium.org, hguihot+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, pwestin+watch_google.com, feature-media-reviews_chromium.org, miu+watch_chromium.org, hubbe+watch_chromium.org, mikhal+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@audio-remove-constants
Project:
chromium
Visibility:
Public.

Description

[cast] AAC encoder for OS X and iOS based on AudioConverter and AudioFile BUG=417859 Committed: https://crrev.com/d5acc6893a1af79444ed2bb55929a82ba6af7c28 Cr-Commit-Position: refs/heads/master@{#301026}

Patch Set 1 #

Patch Set 2 : Modernize to C++11 per the rules at http://chromium-cpp.appspot.com/ #

Total comments: 16

Patch Set 3 : Rename the encoder, optimize away client buffer copies when possible, and fix review issues. #

Patch Set 4 : A lot of comment editing to document the implementation, an important output corruption fix and uni… #

Total comments: 3

Patch Set 5 : Rebase #

Patch Set 6 : Address review feedback and lint warnings. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -0 lines) Patch
M media/cast/net/cast_transport_config.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/sender/audio_encoder.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/sender/audio_encoder.cc View 1 2 3 4 5 6 chunks +403 lines, -0 lines 0 comments Download
M media/cast/sender/audio_encoder_unittest.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
jfroy
6 years, 2 months ago (2014-09-25 21:35:15 UTC) #2
miu
Nice work! Needs unit tests in audio_encoder_unittest.cc, which may be as simple as adding this ...
6 years, 2 months ago (2014-09-29 19:54:47 UTC) #3
jfroy
Replied to some of your questions. I'll submit an updated encoder soon. Tests are forthcoming. ...
6 years, 2 months ago (2014-10-14 01:06:34 UTC) #4
jfroy
The latest patch set should be pretty good. It includes a lot of edits to ...
6 years, 2 months ago (2014-10-18 02:02:29 UTC) #5
miu
lgtm, but please address these last few little things before committing: https://codereview.chromium.org/601413003/diff/60001/media/cast/sender/audio_encoder.cc File media/cast/sender/audio_encoder.cc (right): ...
6 years, 2 months ago (2014-10-22 05:05:28 UTC) #6
jfroy
Waiting for issue 605803004 to land before sending this to the CQ.
6 years, 2 months ago (2014-10-24 00:17:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/601413003/100001
6 years, 2 months ago (2014-10-24 01:05:40 UTC) #11
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years, 2 months ago (2014-10-24 01:54:19 UTC) #12
commit-bot: I haz the power
6 years, 2 months ago (2014-10-24 01:54:37 UTC) #13
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d5acc6893a1af79444ed2bb55929a82ba6af7c28
Cr-Commit-Position: refs/heads/master@{#301026}

Powered by Google App Engine
This is Rietveld 408576698