|
Introduce Dolby Vision video codec and Demuxer support
- Introduce DolbyVision codec and active profile 0, 4, 5 and 7.
- new flag "enable_dolby_vision_demuxing" to enable Dolby Vision
demuxing feature using MSE using mime type video/mp4.
Currently the CL only supports profile 5 and is only enabled on
Chromecast build.
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
BUG= 481726
Review-Url: https://codereview.chromium.org/2640113004
Cr-Commit-Position: refs/heads/master@{#453762}
Committed: https://chromium.googlesource.com/chromium/src/+/2cca0f26776baa99251145cc158b259c1c6fd4c7
Total comments: 70
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+673 lines, -30 lines) |
Patch |
 |
M |
chromecast/common/media/cast_media_client.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chromecast/media/base/media_codec_support.h
|
View
|
1
2
3
4
5
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
chromecast/media/base/media_codec_support.cc
|
View
|
1
2
3
4
|
6 chunks |
+33 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chromecast/media/cma/base/decoder_config_adapter.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/media/render_media_client.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/config/gpu_info.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
gpu/ipc/common/gpu_info.mojom
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/ipc/common/gpu_info_struct_traits.cc
|
View
|
1
2
3
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/BUILD.gn
|
View
|
1
2
3
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/mime_util_internal.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/base/mime_util_internal.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/mime_util_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/video_codecs.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/video_codecs.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/video_codecs_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/video_decoder_config.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_video_decoder.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/filters/stream_parser_factory.cc
|
View
|
1
2
3
|
3 chunks |
+25 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/formats/mp4/avc.h
|
View
|
1
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/formats/mp4/avc.cc
|
View
|
1
|
4 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/formats/mp4/avc_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/formats/mp4/box_definitions.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+72 lines, -4 lines |
0 comments
|
Download
|
 |
A |
media/formats/mp4/dolby_vision.h
|
View
|
1
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/formats/mp4/dolby_vision.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/formats/mp4/dolby_vision_unittest.cc
|
View
|
1
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/formats/mp4/fourccs.h
|
View
|
1
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/formats/mp4/mp4_stream_parser.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/media_options.gni
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/remoting/proto_enum_utils.cc
|
View
|
1
2
3
|
4 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/remoting/rpc.proto
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 63 (38 generated)
|