|
Reorganize media bitstream converter classes.
- Remove IdentityBitstreamConverter which is obsolete.
- Remove FFmpegBitstreamConverter as it's not really used. Currently GpuVideoDecoder is the only place where EnableBitstreamConverter is called, and EnableBitstreamConverter is the only caller of FFmpegBitstreamConverter, but only when decoding mpeg4, whereas GVD only works with h264 ATM.
- Remove BitstreamConverter since after removal of FFmpegBitstreamConverter, we only have one implementation of BitstreamConverter.
- Remove BitstreamConverterTest.
- Rename FFmpegH264BitstreamConverter to FFmpegH264ToAnnexBBitstreamConverter.
- Rename H264BitstreamConverter to H264ToAnnexBBitstreamConverter.
- Move H264ToAnnexBBitstreamConverter from media/base to media/filters.
BUG=none
TEST=media_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146420
Total comments: 1
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+143 lines, -1853 lines) |
Patch |
 |
D |
media/base/h264_bitstream_converter.h
|
View
|
1
|
1 chunk |
+0 lines, -125 lines |
0 comments
|
Download
|
 |
D |
media/base/h264_bitstream_converter.cc
|
View
|
1
|
1 chunk |
+0 lines, -312 lines |
0 comments
|
Download
|
 |
D |
media/base/h264_bitstream_converter_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -472 lines |
0 comments
|
Download
|
 |
M |
media/filters/bitstream_converter.h
|
View
|
1
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
M |
media/filters/bitstream_converter.cc
|
View
|
1
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
D |
media/filters/bitstream_converter_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -148 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_demuxer.h
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_demuxer.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -15 lines |
0 comments
|
Download
|
 |
D |
media/filters/ffmpeg_h264_bitstream_converter.h
|
View
|
1
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
D |
media/filters/ffmpeg_h264_bitstream_converter.cc
|
View
|
1
|
1 chunk |
+0 lines, -101 lines |
0 comments
|
Download
|
 |
D |
media/filters/ffmpeg_h264_bitstream_converter_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -356 lines |
0 comments
|
Download
|
 |
A |
media/filters/ffmpeg_h264_to_annex_b_bitstream_converter.h
|
View
|
1
2
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
media/filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
media/filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc
|
View
|
1
|
6 chunks |
+13 lines, -23 lines |
0 comments
|
Download
|
 |
A + |
media/filters/h264_to_annex_b_bitstream_converter.h
|
View
|
1
2
|
4 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
A + |
media/filters/h264_to_annex_b_bitstream_converter.cc
|
View
|
1
2
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
media/filters/h264_to_annex_b_bitstream_converter_unittest.cc
|
View
|
1
2
|
11 chunks |
+25 lines, -26 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
4
|
8 chunks |
+9 lines, -15 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|