|
|
Refactor FFmpegVideoDecoder to try and generalize code common to all video decoders.
This changes the DecoderBase API to be fully asynchronous when invoking its subclass's actions.
Total comments: 21
Total comments: 58
Total comments: 16
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+913 lines, -360 lines) |
Patch |
 |
A |
media/base/callback.h
|
View
|
4
5
6
7
8
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/base/mock_task.h
|
View
|
5
|
1 chunk |
+110 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/ffmpeg/ffmpeg_util.h
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/ffmpeg/ffmpeg_util.cc
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/filters/decoder_base.h
|
View
|
1
2
3
4
5
|
8 chunks |
+52 lines, -28 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_audio_decoder.h
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_audio_decoder.cc
|
View
|
1
2
3
|
4 chunks |
+20 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_demuxer.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_demuxer.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
A |
media/filters/ffmpeg_video_decode_engine_unittest.cc
|
View
|
4
5
6
7
8
|
1 chunk |
+184 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_video_decoder.h
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+50 lines, -28 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_video_decoder.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+190 lines, -111 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_video_decoder_unittest.cc
|
View
|
3
4
5
6
7
8
9
10
|
18 chunks |
+128 lines, -169 lines |
0 comments
|
Download
|
 |
A |
media/filters/video_decode_engine.h
|
View
|
4
5
6
7
8
9
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
|
5 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|