Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: patches/README

Issue 9309087: Fix fairly harmless OOB read from MAV_0001.3G2.asan.4f.188 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « README.chromium ('k') | patches/to_upstream/54_mov_stss.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Current Status as of November 28, 2011 1 Current Status as of November 28, 2011
2 2
3 from_upstream/ 3 from_upstream/
4 36_theora_flush.patch 4 36_theora_flush.patch
5 should permit threading of theora 5 should permit threading of theora
6 6
7 38_webm_cues_before_first_cluster.patch 7 38_webm_cues_before_first_cluster.patch
8 acolwell: Fixes seeking for WebM files that have the CUES element before 8 acolwell: Fixes seeking for WebM files that have the CUES element before
9 the first CLUSTER instead of at the end of the file. 9 the first CLUSTER instead of at the end of the file.
10 10
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 change. 89 change.
90 90
91 52_vorbis_fix_floor1_vector_int_overflow.patch 91 52_vorbis_fix_floor1_vector_int_overflow.patch
92 rbultje: fix integer overflows in floor1[] vector and subsequent stack 92 rbultje: fix integer overflows in floor1[] vector and subsequent stack
93 overflows in inverse db table. 93 overflows in inverse db table.
94 94
95 53_matroska_codec_config.patch 95 53_matroska_codec_config.patch
96 cevans: avoid compiling in codec-specific code in Matroska if the codecs are 96 cevans: avoid compiling in codec-specific code in Matroska if the codecs are
97 not compiled in. 97 not compiled in.
98 98
99 54_mov_stss.patch
100 cevans: simple OOB read fix.
101
99 ugly/ 102 ugly/
100 07_get_bits_overrun.patch 103 07_get_bits_overrun.patch
101 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but 104 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but
102 will likely need to be rewritten. 105 will likely need to be rewritten.
103 106
104 08_enforce_theora_oob.patch 107 08_enforce_theora_oob.patch
105 Needs investigating. 108 Needs investigating.
106 109
107 09_enforce_vorbis_oob_divzero.patch 110 09_enforce_vorbis_oob_divzero.patch
108 Needs investigating. 111 Needs investigating.
109 112
110 10_aac_oob_read.patch 113 10_aac_oob_read.patch
111 Needs investigating. 114 Needs investigating.
112 115
113 30_enforce_mp3_oob.patch 116 30_enforce_mp3_oob.patch
114 Needs investigating. 117 Needs investigating.
115 118
116 31_remove_attribute_deprecated.patch 119 31_remove_attribute_deprecated.patch
117 CrOS still complains about deprecated attributes. Should be resolved by 120 CrOS still complains about deprecated attributes. Should be resolved by
118 changing Chromium code. 121 changing Chromium code.
119 Rejected upstream. 122 Rejected upstream.
120 123
121 41_matroska_cluster_incremental.patch 124 41_matroska_cluster_incremental.patch
122 Parse matroska clusters incrementally as opposed to all at once. 125 Parse matroska clusters incrementally as opposed to all at once.
123 Not for upstreamining as it needs work to handle SSA. 126 Not for upstreamining as it needs work to handle SSA.
OLDNEW
« no previous file with comments | « README.chromium ('k') | patches/to_upstream/54_mov_stss.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698