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

Issue 1814553002: Motown: Improvements to packet definition (Closed)

Created:
4 years, 9 months ago by dalesat
Modified:
4 years, 9 months ago
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Motown: Improvements to packet definition - Removed duration field - Renamed various "PresentationTime" things to "Pts" - Now implementing Packet accessors in the base class. - Improved the way ffmpeg AVFrame and AVPacket structures are managed. R=johngro@google.com Committed: https://chromium.googlesource.com/external/mojo/+/103f68e416fc15e16dab1ff20af2af5b1b5e01c1

Patch Set 1 #

Total comments: 14

Patch Set 2 : Minor changes based on feedback. #

Patch Set 3 : Added a comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -192 lines) Patch
M mojo/dart/packages/mojo_services/lib/mojo/media/media_transport.mojom.dart View 1 6 chunks +8 lines, -22 lines 0 comments Download
M mojo/services/media/common/interfaces/media_transport.mojom View 1 chunk +0 lines, -3 lines 0 comments Download
M services/media/factory_service/media_sink_impl.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M services/media/framework/formatting.cc View 1 chunk +1 line, -2 lines 0 comments Download
M services/media/framework/packet.h View 2 chunks +20 lines, -13 lines 0 comments Download
M services/media/framework/packet.cc View 1 2 3 chunks +28 lines, -40 lines 0 comments Download
M services/media/framework/parts/lpcm_reformatter.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M services/media/framework/stages/output.cc View 1 chunk +1 line, -2 lines 0 comments Download
M services/media/framework/stream_type.h View 1 1 chunk +7 lines, -1 line 0 comments Download
M services/media/framework_ffmpeg/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A services/media/framework_ffmpeg/av_frame.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
A services/media/framework_ffmpeg/av_packet.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_audio_decoder.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_audio_decoder.cc View 1 5 chunks +11 lines, -12 lines 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_decoder_base.h View 1 3 chunks +4 lines, -10 lines 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_decoder_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_demux.cc View 1 5 chunks +26 lines, -33 lines 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_video_decoder.h View 1 1 chunk +1 line, -1 line 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_video_decoder.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
M services/media/framework_mojo/mojo_consumer.h View 2 chunks +0 lines, -20 lines 0 comments Download
M services/media/framework_mojo/mojo_consumer.cc View 3 chunks +10 lines, -3 lines 0 comments Download
M services/media/framework_mojo/mojo_producer.h View 2 chunks +2 lines, -3 lines 0 comments Download
M services/media/framework_mojo/mojo_producer.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M services/media/framework_mojo/mojo_pull_mode_producer.h View 1 chunk +1 line, -1 line 0 comments Download
M services/media/framework_mojo/mojo_pull_mode_producer.cc View 3 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
dalesat
Please review. Thanks!
4 years, 9 months ago (2016-03-16 21:22:20 UTC) #3
johngro
small stuff only https://codereview.chromium.org/1814553002/diff/1/services/media/framework/packet.cc File services/media/framework/packet.cc (right): https://codereview.chromium.org/1814553002/diff/1/services/media/framework/packet.cc#newcode39 services/media/framework/packet.cc:39: if (payload() != nullptr && allocator_ ...
4 years, 9 months ago (2016-03-21 19:47:56 UTC) #4
dalesat
PTAL https://codereview.chromium.org/1814553002/diff/1/services/media/framework/packet.cc File services/media/framework/packet.cc (right): https://codereview.chromium.org/1814553002/diff/1/services/media/framework/packet.cc#newcode39 services/media/framework/packet.cc:39: if (payload() != nullptr && allocator_ != nullptr) ...
4 years, 9 months ago (2016-03-21 22:30:59 UTC) #6
johngro
lgtm one clarification question only which can be responded to OOB if the code is ...
4 years, 9 months ago (2016-03-21 22:56:06 UTC) #7
dalesat
https://codereview.chromium.org/1814553002/diff/1/services/media/framework/packet.cc File services/media/framework/packet.cc (right): https://codereview.chromium.org/1814553002/diff/1/services/media/framework/packet.cc#newcode39 services/media/framework/packet.cc:39: if (payload() != nullptr && allocator_ != nullptr) { ...
4 years, 9 months ago (2016-03-22 00:06:56 UTC) #8
dalesat
4 years, 9 months ago (2016-03-22 00:07:38 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
103f68e416fc15e16dab1ff20af2af5b1b5e01c1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698