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

Issue 2951033003: [EXPERIMENTAL] Generic stereo codec with index header sending single frames

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

Description

[EXPERIMENTAL] Generic stereo codec with index header sending single frames BUG=

Patch Set 1 #

Patch Set 2 : stereo wrap with index for single frame #

Patch Set 3 : fixes #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Patch Set 6 : Fix build errors #

Patch Set 7 : Fix gn errors #

Patch Set 8 : Rebase and add external codec support. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1220 lines, -59 lines) Patch
M api/video/video_frame_buffer.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -1 line 0 comments Download
M api/video/video_frame_buffer.cc View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
M api/video_codecs/video_encoder.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M call/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M call/video_send_stream.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M common_types.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M common_types.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -2 lines 0 comments Download
M common_video/include/video_frame_buffer.h View 1 2 3 4 5 6 7 1 chunk +29 lines, -0 lines 0 comments Download
M common_video/video_frame.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M common_video/video_frame_buffer.cc View 1 2 3 4 5 6 7 1 chunk +48 lines, -0 lines 0 comments Download
M media/base/codec.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M media/base/codec.cc View 1 2 3 4 5 6 7 1 chunk +13 lines, -0 lines 0 comments Download
M media/base/mediaconstants.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M media/base/mediaconstants.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M media/engine/webrtcvideoengine.h View 1 2 3 4 5 6 7 9 chunks +14 lines, -11 lines 0 comments Download
M media/engine/webrtcvideoengine.cc View 1 2 3 4 5 6 7 22 chunks +120 lines, -22 lines 0 comments Download
M modules/include/module_common_types.h View 1 2 3 4 5 6 7 2 chunks +16 lines, -6 lines 0 comments Download
M modules/rtp_rtcp/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M modules/rtp_rtcp/source/rtp_format.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M modules/rtp_rtcp/source/rtp_format.cc View 1 2 3 4 5 6 7 3 chunks +8 lines, -0 lines 0 comments Download
M modules/rtp_rtcp/source/rtp_format_h264_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A modules/rtp_rtcp/source/rtp_format_video_stereo.h View 1 2 3 4 5 6 7 1 chunk +73 lines, -0 lines 0 comments Download
A modules/rtp_rtcp/source/rtp_format_video_stereo.cc View 1 2 3 4 5 6 7 1 chunk +116 lines, -0 lines 0 comments Download
M modules/rtp_rtcp/source/rtp_payload_registry.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M modules/rtp_rtcp/source/rtp_receiver_video.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M modules/rtp_rtcp/source/rtp_sender_video.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -1 line 0 comments Download
M modules/video_coding/BUILD.gn View 1 2 3 4 5 6 7 4 chunks +26 lines, -0 lines 0 comments Download
M modules/video_coding/DEPS View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M modules/video_coding/codec_database.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A modules/video_coding/codecs/stereo/include/stereo_decoder_adapter.h View 1 2 3 4 5 6 7 1 chunk +71 lines, -0 lines 0 comments Download
A modules/video_coding/codecs/stereo/include/stereo_encoder_adapter.h View 1 2 3 4 5 6 7 1 chunk +80 lines, -0 lines 0 comments Download
A modules/video_coding/codecs/stereo/stereo_adapter_unittest.cc View 1 2 3 4 5 6 7 1 chunk +71 lines, -0 lines 0 comments Download
A modules/video_coding/codecs/stereo/stereo_decoder_adapter.cc View 1 2 3 4 5 6 7 1 chunk +204 lines, -0 lines 0 comments Download
A modules/video_coding/codecs/stereo/stereo_encoder_adapter.cc View 1 2 3 4 5 6 7 1 chunk +203 lines, -0 lines 0 comments Download
M modules/video_coding/encoded_frame.cc View 1 2 3 4 5 6 7 2 chunks +17 lines, -1 line 0 comments Download
M modules/video_coding/frame_buffer2.cc View 1 2 3 4 5 6 7 4 chunks +4 lines, -5 lines 0 comments Download
M modules/video_coding/include/video_codec_initializer.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M modules/video_coding/include/video_codec_interface.h View 1 2 3 4 5 6 7 2 chunks +8 lines, -0 lines 0 comments Download
M modules/video_coding/packet.cc View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
M modules/video_coding/rtp_frame_reference_finder.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
M modules/video_coding/video_codec_initializer.cc View 1 2 3 4 5 6 7 4 chunks +14 lines, -3 lines 0 comments Download
M test/video_codec_settings.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M video/payload_router.cc View 1 2 3 4 5 6 7 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (4 generated)
emircan
Description was changed from ========== [EXPERIMENTAL} Generic stereo codec with a header BUG= ========== to ...
3 years, 5 months ago (2017-06-23 17:24:05 UTC) #1
emircan
Description was changed from ========== [EXPERIMENTAL] Generic stereo codec with a header BUG= ========== to ...
3 years, 5 months ago (2017-07-06 22:10:56 UTC) #2
emircan
Patchset #2 (id:20001) has been deleted
3 years, 5 months ago (2017-07-06 22:19:39 UTC) #3
emircan
3 years, 3 months ago (2017-09-15 13:52:27 UTC) #4
Patchset #8 (id:160001) has been deleted

Powered by Google App Engine
This is Rietveld 408576698