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

Issue 2303273002: Expose Ivf logging through the native API (Closed)

Created:
4 years, 3 months ago by palmkvist
Modified:
4 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, perkj_webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Expose Ivf logging through the native API BUG=webrtc:6300 Committed: https://crrev.com/e75f204b06d597203c7eefd583aeb7820f32344b Cr-Commit-Position: refs/heads/master@{#14419}

Patch Set 1 #

Patch Set 2 : Small fixes #

Patch Set 3 : Don't include unistd.h on windows #

Patch Set 4 : Fix memory leak #

Total comments: 16

Patch Set 5 : Comments #

Patch Set 6 : Add flags to video_loopback and screenshare_loopback #

Patch Set 7 : Don't make a change in base here, make a separate CL #

Total comments: 8

Patch Set 8 : Comment #

Total comments: 1

Patch Set 9 : Use platform specific stuff from base #

Total comments: 1

Patch Set 10 : Nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+447 lines, -165 lines) Patch
M webrtc/media/engine/fakewebrtccall.h View 1 2 3 4 5 6 7 8 9 4 chunks +8 lines, -1 line 0 comments Download
M webrtc/media/engine/fakewebrtccall.cc View 1 2 3 4 5 6 7 8 9 3 chunks +13 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/utility/ivf_file_writer.h View 1 2 3 4 5 1 chunk +15 lines, -11 lines 0 comments Download
M webrtc/modules/video_coding/utility/ivf_file_writer.cc View 1 2 3 4 5 6 7 8 4 chunks +55 lines, -41 lines 0 comments Download
M webrtc/modules/video_coding/utility/ivf_file_writer_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +43 lines, -63 lines 0 comments Download
M webrtc/test/fake_encoder.cc View 1 2 chunks +6 lines, -1 line 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 4 5 6 7 8 9 2 chunks +102 lines, -0 lines 0 comments Download
M webrtc/video/screenshare_loopback.cc View 1 2 3 4 5 2 chunks +23 lines, -6 lines 0 comments Download
M webrtc/video/video_loopback.cc View 1 2 3 4 5 2 chunks +23 lines, -6 lines 0 comments Download
M webrtc/video/video_quality_test.h View 1 2 3 4 5 6 7 8 9 3 chunks +7 lines, -0 lines 0 comments Download
M webrtc/video/video_quality_test.cc View 1 2 3 4 5 6 7 8 9 5 chunks +34 lines, -2 lines 0 comments Download
M webrtc/video/video_receive_stream.h View 1 2 3 4 5 2 chunks +10 lines, -1 line 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 5 6 7 8 9 3 chunks +23 lines, -11 lines 0 comments Download
M webrtc/video/video_send_stream.h View 1 2 3 4 5 6 7 8 9 1 chunk +10 lines, -0 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 4 5 6 7 8 9 6 chunks +45 lines, -22 lines 0 comments Download
M webrtc/video_receive_stream.h View 1 2 3 4 5 2 chunks +12 lines, -0 lines 0 comments Download
M webrtc/video_send_stream.h View 1 2 3 4 5 6 7 8 9 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (6 generated)
palmkvist
4 years, 3 months ago (2016-09-02 13:35:55 UTC) #3
sprang_webrtc
https://codereview.webrtc.org/2303273002/diff/60001/webrtc/modules/video_coding/utility/ivf_file_writer.cc File webrtc/modules/video_coding/utility/ivf_file_writer.cc (right): https://codereview.webrtc.org/2303273002/diff/60001/webrtc/modules/video_coding/utility/ivf_file_writer.cc#newcode44 webrtc/modules/video_coding/utility/ivf_file_writer.cc:44: // name (or get one) Probably enough to add ...
4 years, 3 months ago (2016-09-04 14:48:48 UTC) #4
palmkvist
https://codereview.webrtc.org/2303273002/diff/60001/webrtc/video/end_to_end_tests.cc File webrtc/video/end_to_end_tests.cc (right): https://codereview.webrtc.org/2303273002/diff/60001/webrtc/video/end_to_end_tests.cc#newcode3777 webrtc/video/end_to_end_tests.cc:3777: #endif On 2016/09/04 14:48:47, språng wrote: > Maybe even ...
4 years, 3 months ago (2016-09-05 11:57:37 UTC) #5
sprang_webrtc
https://codereview.webrtc.org/2303273002/diff/60001/webrtc/video/video_send_stream.h File webrtc/video/video_send_stream.h (right): https://codereview.webrtc.org/2303273002/diff/60001/webrtc/video/video_send_stream.h#newcode88 webrtc/video/video_send_stream.h:88: On 2016/09/05 11:57:37, palmkvist wrote: > On 2016/09/04 14:48:48, ...
4 years, 3 months ago (2016-09-05 12:23:53 UTC) #6
palmkvist
This CL now exposes the logging functionality, as well as using said logging in video_loopback ...
4 years, 3 months ago (2016-09-12 10:25:40 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/2303273002/diff/120001/webrtc/media/engine/fakewebrtccall.cc File webrtc/media/engine/fakewebrtccall.cc (right): https://codereview.webrtc.org/2303273002/diff/120001/webrtc/media/engine/fakewebrtccall.cc#newcode183 webrtc/media/engine/fakewebrtccall.cc:183: size_t byte_limit) { Why does this take a byte_limit? ...
4 years, 3 months ago (2016-09-13 10:53:18 UTC) #8
palmkvist
https://codereview.webrtc.org/2303273002/diff/120001/webrtc/media/engine/fakewebrtccall.cc File webrtc/media/engine/fakewebrtccall.cc (right): https://codereview.webrtc.org/2303273002/diff/120001/webrtc/media/engine/fakewebrtccall.cc#newcode183 webrtc/media/engine/fakewebrtccall.cc:183: size_t byte_limit) { On 2016/09/13 10:53:17, stefan-webrtc (holmer) wrote: ...
4 years, 3 months ago (2016-09-13 11:59:37 UTC) #9
sprang_webrtc
Looks good, but I'd actually prefer if you could move the platform specific parts out ...
4 years, 3 months ago (2016-09-15 08:59:31 UTC) #10
sprang_webrtc
lgtm
4 years, 3 months ago (2016-09-16 12:32:00 UTC) #11
sprang_webrtc
ping stefan?
4 years, 3 months ago (2016-09-21 11:03:08 UTC) #12
stefan-webrtc
lgtm % nit https://codereview.webrtc.org/2303273002/diff/160001/webrtc/media/engine/fakewebrtccall.cc File webrtc/media/engine/fakewebrtccall.cc (right): https://codereview.webrtc.org/2303273002/diff/160001/webrtc/media/engine/fakewebrtccall.cc#newcode184 webrtc/media/engine/fakewebrtccall.cc:184: for (rtc::PlatformFile file : files) { ...
4 years, 2 months ago (2016-09-28 09:15:57 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2303273002/180001
4 years, 2 months ago (2016-09-28 11:32:15 UTC) #16
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 2 months ago (2016-09-28 13:19:53 UTC) #18
commit-bot: I haz the power
4 years, 2 months ago (2016-09-28 13:19:58 UTC) #20
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/e75f204b06d597203c7eefd583aeb7820f32344b
Cr-Commit-Position: refs/heads/master@{#14419}

Powered by Google App Engine
This is Rietveld 408576698