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

Issue 59753007: Passing frame decoded callback to the codec (Closed)

Created:
7 years, 1 month ago by mikhal
Modified:
7 years, 1 month ago
Reviewers:
Alpha Left Google
CC:
chromium-reviews, feature-media-reviews_chromium.org, miu+watch_chromium.org
Visibility:
Public.

Description

Cast: Passing the frame decoded callback to the codec. This cl cleans up the video receiver from handling the raw frames, and will align the frame handling of the cast vp8 decoder and the chromium/ffmpeg h264 decoder (to be added). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233396

Patch Set 1 #

Patch Set 2 : clean up #

Total comments: 45

Patch Set 3 : Responding to review #

Total comments: 12

Patch Set 4 : nits and reverting callback change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -73 lines) Patch
M media/cast/test/encode_decode_test.cc View 1 2 3 chunks +70 lines, -23 lines 0 comments Download
M media/cast/video_receiver/codecs/vp8/vp8_decoder.h View 1 2 3 2 chunks +12 lines, -4 lines 0 comments Download
M media/cast/video_receiver/codecs/vp8/vp8_decoder.cc View 1 2 3 4 chunks +24 lines, -11 lines 0 comments Download
M media/cast/video_receiver/video_decoder.h View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M media/cast/video_receiver/video_decoder.cc View 1 2 3 2 chunks +8 lines, -7 lines 0 comments Download
M media/cast/video_receiver/video_decoder_unittest.cc View 1 2 3 2 chunks +42 lines, -9 lines 0 comments Download
M media/cast/video_receiver/video_receiver.cc View 1 2 2 chunks +4 lines, -15 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
mikhal
Please review, -Mikhal
7 years, 1 month ago (2013-11-06 00:09:48 UTC) #1
Alpha Left Google
On 2013/11/06 00:09:48, mikhal wrote: > Please review, > -Mikhal Please fix the CL description ...
7 years, 1 month ago (2013-11-06 01:58:40 UTC) #2
Alpha Left Google
https://codereview.chromium.org/59753007/diff/30001/media/cast/test/encode_decode_test.cc File media/cast/test/encode_decode_test.cc (right): https://codereview.chromium.org/59753007/diff/30001/media/cast/test/encode_decode_test.cc#newcode22 media/cast/test/encode_decode_test.cc:22: static const int64 kStartMillisecond = GG_INT64_C(1245); The other const ...
7 years, 1 month ago (2013-11-06 02:22:06 UTC) #3
mikhal
PTAL https://codereview.chromium.org/59753007/diff/30001/media/cast/test/encode_decode_test.cc File media/cast/test/encode_decode_test.cc (right): https://codereview.chromium.org/59753007/diff/30001/media/cast/test/encode_decode_test.cc#newcode22 media/cast/test/encode_decode_test.cc:22: static const int64 kStartMillisecond = GG_INT64_C(1245); The are ...
7 years, 1 month ago (2013-11-06 18:29:16 UTC) #4
Alpha Left Google
LGTM after the following changes. You were right before about const SomeCallback&. I just talked ...
7 years, 1 month ago (2013-11-06 18:41:48 UTC) #5
mikhal
https://codereview.chromium.org/59753007/diff/350001/media/cast/video_receiver/codecs/vp8/vp8_decoder.cc File media/cast/video_receiver/codecs/vp8/vp8_decoder.cc (right): https://codereview.chromium.org/59753007/diff/350001/media/cast/video_receiver/codecs/vp8/vp8_decoder.cc#newcode36 media/cast/video_receiver/codecs/vp8/vp8_decoder.cc:36: const VideoFrameDecodedCallback frame_decoded_cb) { On 2013/11/06 18:41:49, Alpha wrote: ...
7 years, 1 month ago (2013-11-06 18:53:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mikhal@google.com/59753007/440001
7 years, 1 month ago (2013-11-06 19:00:47 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-11-06 22:20:08 UTC) #8
Message was sent while issue was closed.
Change committed as 233396

Powered by Google App Engine
This is Rietveld 408576698