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

Issue 23454006: Implement experimental MP3 support for Media Source API. (Closed)

Created:
7 years, 3 months ago by acolwell GONE FROM CHROMIUM
Modified:
7 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Implement experimental MP3 support for Media Source API. BUG=280550 TEST=PipelineIntegrationTest.MediaSource_MP3 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221471

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address CR comments. #

Patch Set 3 : Fix build busters #

Total comments: 42

Patch Set 4 : Address CR comments. #

Patch Set 5 : Added Icecast test. #

Total comments: 8

Patch Set 6 : Address CR comments. #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+784 lines, -7 lines) Patch
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M media/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M media/base/media_switches.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M media/base/media_switches.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M media/base/run_all_unittests.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 2 3 4 4 chunks +44 lines, -5 lines 0 comments Download
M media/filters/stream_parser_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/stream_parser_factory.cc View 1 2 3 8 chunks +42 lines, -1 line 0 comments Download
M media/media.gyp View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
A media/mp3/mp3_stream_parser.h View 1 2 3 1 chunk +119 lines, -0 lines 0 comments Download
A media/mp3/mp3_stream_parser.cc View 1 2 3 4 5 1 chunk +565 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
acolwell GONE FROM CHROMIUM
boom!
7 years, 3 months ago (2013-08-29 23:31:11 UTC) #1
scherkus (not reviewing)
here's a quick first round -- I haven't done in detail review of mp3 code ...
7 years, 3 months ago (2013-08-30 00:06:11 UTC) #2
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/23454006/diff/1/media/filters/pipeline_integration_test.cc File media/filters/pipeline_integration_test.cc (right): https://codereview.chromium.org/23454006/diff/1/media/filters/pipeline_integration_test.cc#newcode637 media/filters/pipeline_integration_test.cc:637: switches::kEnableMP3StreamParser); On 2013/08/30 00:06:11, scherkus wrote: > this is ...
7 years, 3 months ago (2013-08-30 01:42:21 UTC) #3
scherkus (not reviewing)
https://codereview.chromium.org/23454006/diff/22001/media/base/media_log.h File media/base/media_log.h (right): https://codereview.chromium.org/23454006/diff/22001/media/base/media_log.h#newcode25 media/base/media_log.h:25: class MEDIA_EXPORT LogHelper { is this change needed? I ...
7 years, 3 months ago (2013-09-03 19:34:21 UTC) #4
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/23454006/diff/22001/media/base/media_log.h File media/base/media_log.h (right): https://codereview.chromium.org/23454006/diff/22001/media/base/media_log.h#newcode25 media/base/media_log.h:25: class MEDIA_EXPORT LogHelper { On 2013/09/03 19:34:22, scherkus wrote: ...
7 years, 3 months ago (2013-09-04 00:48:13 UTC) #5
scherkus (not reviewing)
few nits but lgtm my memory is foggy, but you may need someone from net/ ...
7 years, 3 months ago (2013-09-04 01:25:37 UTC) #6
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/23454006/diff/34001/media/filters/pipeline_integration_test.cc File media/filters/pipeline_integration_test.cc (right): https://codereview.chromium.org/23454006/diff/34001/media/filters/pipeline_integration_test.cc#newcode289 media/filters/pipeline_integration_test.cc:289: // This code assumes that |mimetype_| is one of ...
7 years, 3 months ago (2013-09-04 01:36:01 UTC) #7
acolwell GONE FROM CHROMIUM
akalin: media/DEPS owners review. jar: tools/metrics/histograms/histograms.xml kbr: content/browser/renderer_host OWNERS
7 years, 3 months ago (2013-09-04 15:55:41 UTC) #8
jar (doing other things)
histograms.xml LGTM
7 years, 3 months ago (2013-09-04 16:50:21 UTC) #9
Ken Russell (switch to Gerrit)
I'm not officially an OWNER of that file, but the change is trivial, so content/browser/renderer_host ...
7 years, 3 months ago (2013-09-04 16:56:16 UTC) #10
acolwell GONE FROM CHROMIUM
On 2013/09/04 16:56:16, Ken Russell wrote: > I'm not officially an OWNER of that file, ...
7 years, 3 months ago (2013-09-04 17:56:42 UTC) #11
akalin
net lgtm
7 years, 3 months ago (2013-09-05 15:38:58 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/23454006/46001
7 years, 3 months ago (2013-09-05 15:46:19 UTC) #13
commit-bot: I haz the power
7 years, 3 months ago (2013-09-05 18:33:52 UTC) #14
Message was sent while issue was closed.
Change committed as 221471

Powered by Google App Engine
This is Rietveld 408576698