|
|
BufferedDataSource to support server without range request support
This patch will enable BufferedDataSource to support servers with
no range request support. It will start a probe request of 1 byte
size besides the regular request. If the server does not support
range request, we will turn on the is_streamed flag of FFmpeg and
will not do any seeking.
BUG= 17628
TEST=test_shell_tests --gtest_filter=BufferedDataSource.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21999
Total comments: 32
Total comments: 19
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+429 lines, -181 lines) |
Patch |
 |
M |
media/base/filter_host.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/filters.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/mock_filter_host.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/mock_filters.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/base/pipeline.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/pipeline_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_demuxer.h
|
View
|
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_demuxer.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_demuxer_unittest.cc
|
View
|
7
8
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_glue.h
|
View
|
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_glue.cc
|
View
|
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
|
media/filters/ffmpeg_glue_unittest.cc
|
View
|
7
8
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/filters/file_data_source.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/file_data_source.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/api/public/WebMediaPlayer.h
|
View
|
3
4
5
6
7
8
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/api/src/WebMediaPlayerClientImpl.h
|
View
|
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/api/src/WebMediaPlayerClientImpl.cpp
|
View
|
3
4
5
6
7
8
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/media/buffered_data_source.h
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+53 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/media/buffered_data_source.cc
|
View
|
1
2
3
4
5
6
7
8
|
18 chunks |
+142 lines, -101 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/media/buffered_data_source_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
14 chunks |
+115 lines, -36 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/media/simple_data_source.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/media/simple_data_source.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webmediaplayer_impl.h
|
View
|
3
4
5
6
7
8
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webmediaplayer_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+25 lines, -10 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|