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

Side by Side Diff: patches/README

Issue 9340008: Avoid OOB reads in nal parsing. (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/55_h264_nal.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 not compiled in. 97 not compiled in.
98 98
99 53_vp8_fix_reference_list.patch 99 53_vp8_fix_reference_list.patch
100 rbultje: fix forgetting to update the reference frame list for the next 100 rbultje: fix forgetting to update the reference frame list for the next
101 thread on decoding errors or frame skips. This fixes a deadlock and a 101 thread on decoding errors or frame skips. This fixes a deadlock and a
102 crash. 102 crash.
103 103
104 54_mov_stss.patch 104 54_mov_stss.patch
105 cevans: simple OOB read fix. 105 cevans: simple OOB read fix.
106 106
107 55_h264_nal.patch
108 cevans: avoid OOB reads.
109
107 110
108 ugly/ 111 ugly/
109 07_get_bits_overrun.patch 112 07_get_bits_overrun.patch
110 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but 113 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but
111 will likely need to be rewritten. 114 will likely need to be rewritten.
112 115
113 08_enforce_theora_oob.patch 116 08_enforce_theora_oob.patch
114 Needs investigating. 117 Needs investigating.
115 118
116 09_enforce_vorbis_oob_divzero.patch 119 09_enforce_vorbis_oob_divzero.patch
117 Needs investigating. 120 Needs investigating.
118 121
119 10_aac_oob_read.patch 122 10_aac_oob_read.patch
120 Needs investigating. 123 Needs investigating.
121 124
122 30_enforce_mp3_oob.patch 125 30_enforce_mp3_oob.patch
123 Needs investigating. 126 Needs investigating.
124 127
125 31_remove_attribute_deprecated.patch 128 31_remove_attribute_deprecated.patch
126 CrOS still complains about deprecated attributes. Should be resolved by 129 CrOS still complains about deprecated attributes. Should be resolved by
127 changing Chromium code. 130 changing Chromium code.
128 Rejected upstream. 131 Rejected upstream.
129 132
130 41_matroska_cluster_incremental.patch 133 41_matroska_cluster_incremental.patch
131 Parse matroska clusters incrementally as opposed to all at once. 134 Parse matroska clusters incrementally as opposed to all at once.
132 Not for upstreamining as it needs work to handle SSA. 135 Not for upstreamining as it needs work to handle SSA.
OLDNEW
« no previous file with comments | « README.chromium ('k') | patches/to_upstream/55_h264_nal.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698