|
media: Opus support for WebM in Media Source
Matroska's specification of Opus has been standardized here:
http://wiki.xiph.org/MatroskaOpus. This CL adds support for the
new Matroska elements related to Opus and enables Opus playback
in WebM files through Media Source API. It also adds support for
end trimming.
This is a first CL in a sequence of CLs that will attempt to add
various features towards fully functional working of Opus in WebM
(both media source and video tag).
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221574
Total comments: 20
Total comments: 30
Total comments: 31
Total comments: 8
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+202 lines, -49 lines) |
Patch |
 |
M |
media/base/audio_decoder_config.h
|
View
|
1
2
3
4
5
|
4 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/base/audio_decoder_config.cc
|
View
|
1
2
3
4
|
6 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/base/decoder_buffer.h
|
View
|
1
2
3
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/decoder_buffer.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/base/run_all_unittests.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/ffmpeg/ffmpeg_common.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/decrypting_audio_decoder.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/decrypting_audio_decoder_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/decrypting_demuxer_stream.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/opus_audio_decoder.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/filters/opus_audio_decoder.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+41 lines, -19 lines |
0 comments
|
Download
|
 |
M |
media/filters/pipeline_integration_test.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/filters/stream_parser_factory.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/mp3/mp3_stream_parser.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/mp4/mp4_stream_parser.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/webm/webm_audio_client.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/webm/webm_audio_client.cc
|
View
|
1
2
3
4
|
2 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/webm/webm_cluster_parser.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/webm/webm_cluster_parser.cc
|
View
|
1
2
3
4
5
6
|
8 chunks |
+25 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/webm/webm_constants.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/webm/webm_parser.cc
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/webm/webm_tracks_parser.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/webm/webm_tracks_parser.cc
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|