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

Issue 1227923005: Split webrtc/video into webrtc/{audio,call,video}. (Closed)

Created:
5 years, 5 months ago by pbos-webrtc
Modified:
5 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), Andrew MacDonald, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, mflodman, perkj_webrtc, andresp
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Split webrtc/video into webrtc/{audio,call,video}. Moves audio_receive_stream.{h,cc} into webrtc/audio, and common parts into webrtc/call, splitting out audio/shared components with separate OWNERS files. BUG=webrtc:4690 R=solenberg@webrtc.org, tina.legrand@webrtc.org TBR=mflodman@webrtc.org Committed: https://crrev.com/5c389d3e09646c0e2ed76d5ccb37a3419a09eb6a Cr-Commit-Position: refs/heads/master@{#10073}

Patch Set 1 #

Patch Set 2 : new proposal #

Patch Set 3 : move tests #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -3622 lines) Patch
M webrtc/BUILD.gn View 1 2 chunks +6 lines, -4 lines 0 comments Download
A + webrtc/audio/BUILD.gn View 1 3 chunks +11 lines, -13 lines 0 comments Download
A + webrtc/audio/OWNERS View 1 2 chunks +2 lines, -1 line 0 comments Download
A + webrtc/audio/audio_receive_stream.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/audio/audio_receive_stream.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/audio/audio_receive_stream_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A webrtc/audio/webrtc_audio.gypi View 1 1 chunk +21 lines, -0 lines 0 comments Download
A + webrtc/call/BUILD.gn View 1 3 chunks +13 lines, -13 lines 0 comments Download
A + webrtc/call/OWNERS View 1 1 chunk +2 lines, -1 line 0 comments Download
A + webrtc/call/bitrate_estimator_tests.cc View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/call/call.cc View 1 1 chunk +2 lines, -5 lines 0 comments Download
A + webrtc/call/call_perf_tests.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
A + webrtc/call/packet_injection_tests.cc View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/call/rtc_event_log.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/call/rtc_event_log.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/call/rtc_event_log.proto View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/call/rtc_event_log2rtp_dump.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + webrtc/call/rtc_event_log_unittest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/call/transport_adapter.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/call/transport_adapter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A webrtc/call/webrtc_call.gypi View 1 1 chunk +22 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/video/BUILD.gn View 1 1 chunk +0 lines, -5 lines 0 comments Download
M webrtc/video/OWNERS View 1 1 chunk +1 line, -1 line 0 comments Download
D webrtc/video/audio_receive_stream.h View 1 1 chunk +0 lines, -53 lines 0 comments Download
D webrtc/video/audio_receive_stream.cc View 1 1 chunk +0 lines, -113 lines 0 comments Download
D webrtc/video/audio_receive_stream_unittest.cc View 1 1 chunk +0 lines, -77 lines 0 comments Download
D webrtc/video/bitrate_estimator_tests.cc View 1 2 1 chunk +0 lines, -368 lines 0 comments Download
D webrtc/video/call.cc View 1 1 chunk +0 lines, -552 lines 0 comments Download
M webrtc/video/call_perf_tests.cc View 1 2 1 chunk +0 lines, -712 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 chunks +1 line, -1 line 0 comments Download
D webrtc/video/packet_injection_tests.cc View 1 2 1 chunk +0 lines, -91 lines 0 comments Download
M webrtc/video/rampup_tests.h View 1 1 chunk +1 line, -1 line 0 comments Download
D webrtc/video/rtc_event_log.h View 1 1 chunk +0 lines, -78 lines 0 comments Download
D webrtc/video/rtc_event_log.cc View 1 1 chunk +0 lines, -405 lines 0 comments Download
D webrtc/video/rtc_event_log.proto View 1 1 chunk +0 lines, -231 lines 0 comments Download
D webrtc/video/rtc_event_log2rtp_dump.cc View 1 1 chunk +0 lines, -207 lines 0 comments Download
D webrtc/video/rtc_event_log_unittest.cc View 1 1 chunk +0 lines, -554 lines 0 comments Download
D webrtc/video/transport_adapter.h View 1 1 chunk +0 lines, -37 lines 0 comments Download
D webrtc/video/transport_adapter.cc View 1 1 chunk +0 lines, -50 lines 0 comments Download
M webrtc/video/video_receive_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M webrtc/video/webrtc_video.gypi View 1 1 chunk +0 lines, -5 lines 0 comments Download
M webrtc/voice_engine/channel_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/codec_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/test/cmd_test/voe_cmd_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/webrtc.gyp View 1 5 chunks +12 lines, -6 lines 0 comments Download
M webrtc/webrtc_tests.gypi View 1 2 3 chunks +6 lines, -8 lines 0 comments Download

Messages

Total messages: 27 (4 generated)
pbos-webrtc
PTAL, not expecting to submit any of this before you guys get back from vacation. ...
5 years, 5 months ago (2015-07-13 12:24:17 UTC) #1
the sun
On 2015/07/13 12:24:17, pbos-webrtc wrote: > PTAL, not expecting to submit any of this before ...
5 years, 5 months ago (2015-07-15 07:46:59 UTC) #2
pbos-webrtc
On 2015/07/15 07:46:59, the sun wrote: > On 2015/07/13 12:24:17, pbos-webrtc wrote: > > PTAL, ...
5 years, 5 months ago (2015-07-15 08:00:51 UTC) #3
the sun
On 2015/07/15 08:00:51, pbos-webrtc wrote: > On 2015/07/15 07:46:59, the sun wrote: > > On ...
5 years, 5 months ago (2015-07-15 09:43:02 UTC) #4
pbos-webrtc
On 2015/07/15 09:43:02, the sun wrote: > On 2015/07/15 08:00:51, pbos-webrtc wrote: > > On ...
5 years, 5 months ago (2015-07-15 10:57:10 UTC) #5
the sun
On 2015/07/15 10:57:10, pbos-webrtc wrote: > On 2015/07/15 09:43:02, the sun wrote: > > On ...
5 years, 5 months ago (2015-07-15 13:48:36 UTC) #6
pbos-webrtc
On 2015/07/15 13:48:36, the sun wrote: > On 2015/07/15 10:57:10, pbos-webrtc wrote: > > On ...
5 years, 5 months ago (2015-07-15 13:53:29 UTC) #7
pbos-webrtc
On 2015/07/15 13:53:29, pbos-webrtc wrote: > On 2015/07/15 13:48:36, the sun wrote: > > On ...
5 years, 5 months ago (2015-07-15 13:53:55 UTC) #8
the sun
On 2015/07/15 13:53:55, pbos-webrtc wrote: > On 2015/07/15 13:53:29, pbos-webrtc wrote: > > On 2015/07/15 ...
5 years, 5 months ago (2015-07-16 10:16:42 UTC) #9
the sun
On 2015/07/16 10:16:42, the sun wrote: > On 2015/07/15 13:53:55, pbos-webrtc wrote: > > On ...
5 years, 3 months ago (2015-09-24 12:32:33 UTC) #10
pbos-webrtc
new proposal
5 years, 3 months ago (2015-09-24 14:01:22 UTC) #11
pbos-webrtc
There, PTAL. This is split up into audio, call (shared) and video as we discussed.
5 years, 3 months ago (2015-09-24 14:05:23 UTC) #13
The Sun (google.com)
On 2015/09/24 14:05:23, pbos-webrtc wrote: > There, PTAL. This is split up into audio, call ...
5 years, 3 months ago (2015-09-24 14:20:24 UTC) #14
the sun
lgtm
5 years, 3 months ago (2015-09-24 14:27:41 UTC) #15
pbos-webrtc
move tests
5 years, 3 months ago (2015-09-24 14:33:40 UTC) #16
pbos-webrtc
Tests moved, + call_perf_tests.cc which contains AV sync (I consider this shared)
5 years, 3 months ago (2015-09-24 14:34:42 UTC) #17
tlegrand-webrtc
On 2015/09/24 14:34:42, pbos-webrtc wrote: > Tests moved, + call_perf_tests.cc which contains AV sync (I ...
5 years, 3 months ago (2015-09-25 11:36:21 UTC) #18
pbos-webrtc
rebase
5 years, 3 months ago (2015-09-25 11:42:58 UTC) #19
pbos-webrtc
Thanks, TBR=mflodman@ so that I don't have to do a weird rebase of this. We've ...
5 years, 3 months ago (2015-09-25 11:43:26 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1227923005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1227923005/60001
5 years, 3 months ago (2015-09-25 11:43:47 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/956)
5 years, 3 months ago (2015-09-25 11:46:30 UTC) #25
pbos-webrtc
Committed patchset #4 (id:60001) manually as 5c389d3e09646c0e2ed76d5ccb37a3419a09eb6a (presubmit successful).
5 years, 3 months ago (2015-09-25 11:58:45 UTC) #26
commit-bot: I haz the power
5 years, 3 months ago (2015-09-25 11:58:45 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5c389d3e09646c0e2ed76d5ccb37a3419a09eb6a
Cr-Commit-Position: refs/heads/master@{#10073}

Powered by Google App Engine
This is Rietveld 408576698