|
Fix valgrind and asan memory leaks and crashes.
Lots of fixes and patch cleanup. All these fixes are necessary to get
ffmpeg_regression_tests passing w/o crashes on ia32/x64 platforms.
Both utils.c changes are likely incompatible with all codecs, the
codec->close() and iformat->read_close() methods for desired codecs must
be sanitized to ensure they are not double-free'ing.
BUG=none
TEST=ffmpeg_regression_tests
Total comments: 4
Total comments: 29
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+95 lines, -158 lines) |
Patch |
 |
M |
chromium/patches/README
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+24 lines, -1 line |
0 comments
|
Download
|
 |
D |
chromium/patches/to_upstream/01_static_pthread_O2.patch
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
M |
chromium/patches/to_upstream/55_h264_nal.patch
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+12 lines, -52 lines |
0 comments
|
Download
|
 |
M |
libavcodec/pthread.c
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
libavcodec/utils.c
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
libavcodec/vorbisdec.c
|
View
|
|
1 chunk |
+29 lines, -21 lines |
0 comments
|
Download
|
 |
M |
libavcodec/vp3.c
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
libavcodec/vp8.c
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
libavformat/mov.c
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
libavformat/oggdec.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
libavformat/oggdec.c
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
libavformat/oggparsetheora.c
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
libavformat/oggparsevorbis.c
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
libavformat/utils.c
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|