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

Side by Side Diff: third_party/ffmpeg/patches/README

Issue 8497048: Fix invalid reads detected by Valgrind when the frame size changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 1 month 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
OLDNEW
1 Current Status as of August 25, 2011 1 Current Status as of August 25, 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 47_vp3_fix_infloop_and_memleak.patch 73 47_vp3_fix_infloop_and_memleak.patch
74 rbultje: fix memleaks and a potential infinite loop after 46. 74 rbultje: fix memleaks and a potential infinite loop after 46.
75 75
76 48_vorbis_residue_buffer.patch 76 48_vorbis_residue_buffer.patch
77 cevans: manage the writing to the residue buffer a little more tightly 77 cevans: manage the writing to the residue buffer a little more tightly
78 78
79 49_vorbis_buffer_defense.patch 79 49_vorbis_buffer_defense.patch
80 cevans: a defensive patch; the Vorbis codec is always going off the end of 80 cevans: a defensive patch; the Vorbis codec is always going off the end of
81 its output buffer. Now, this should never happen again. 81 its output buffer. Now, this should never happen again.
82 82
83 50_vp8_fix_frame_size_changes.patch
84 acolwell: fixes invalid reads on the segment maps when the frame dimensions
85 change.
86
83 ugly/ 87 ugly/
84 07_get_bits_overrun.patch 88 07_get_bits_overrun.patch
85 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but 89 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but
86 will likely need to be rewritten. 90 will likely need to be rewritten.
87 91
88 08_enforce_theora_oob.patch 92 08_enforce_theora_oob.patch
89 Needs investigating. 93 Needs investigating.
90 94
91 09_enforce_vorbis_oob_divzero.patch 95 09_enforce_vorbis_oob_divzero.patch
92 Needs investigating. 96 Needs investigating.
93 97
94 10_aac_oob_read.patch 98 10_aac_oob_read.patch
95 Needs investigating. 99 Needs investigating.
96 100
97 30_enforce_mp3_oob.patch 101 30_enforce_mp3_oob.patch
98 Needs investigating. 102 Needs investigating.
99 103
100 31_remove_attribute_deprecated.patch 104 31_remove_attribute_deprecated.patch
101 CrOS still complains about deprecated attributes. Should be resolved by 105 CrOS still complains about deprecated attributes. Should be resolved by
102 changing Chromium code. 106 changing Chromium code.
103 Rejected upstream. 107 Rejected upstream.
104 108
105 41_matroska_cluster_incremental.patch 109 41_matroska_cluster_incremental.patch
106 Parse matroska clusters incrementally as opposed to all at once. 110 Parse matroska clusters incrementally as opposed to all at once.
107 Not for upstreamining as it needs work to handle SSA. 111 Not for upstreamining as it needs work to handle SSA.
OLDNEW
« no previous file with comments | « third_party/ffmpeg/README.chromium ('k') | third_party/ffmpeg/patches/to_upstream/50_vp8_fix_frame_size_changes.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698