OLD | NEW |
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 | 69 |
70 46_vp3_fix_double_free_invalid_read.patch | 70 46_vp3_fix_double_free_invalid_read.patch |
71 rbultje: fix corruption with corrupt input. | 71 rbultje: fix corruption with corrupt input. |
72 | 72 |
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 |
| 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. |
| 82 |
79 ugly/ | 83 ugly/ |
80 07_get_bits_overrun.patch | 84 07_get_bits_overrun.patch |
81 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but | 85 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but |
82 will likely need to be rewritten. | 86 will likely need to be rewritten. |
83 | 87 |
84 08_enforce_theora_oob.patch | 88 08_enforce_theora_oob.patch |
85 Needs investigating. | 89 Needs investigating. |
86 | 90 |
87 09_enforce_vorbis_oob_divzero.patch | 91 09_enforce_vorbis_oob_divzero.patch |
88 Needs investigating. | 92 Needs investigating. |
89 | 93 |
90 10_aac_oob_read.patch | 94 10_aac_oob_read.patch |
91 Needs investigating. | 95 Needs investigating. |
92 | 96 |
93 30_enforce_mp3_oob.patch | 97 30_enforce_mp3_oob.patch |
94 Needs investigating. | 98 Needs investigating. |
95 | 99 |
96 31_remove_attribute_deprecated.patch | 100 31_remove_attribute_deprecated.patch |
97 CrOS still complains about deprecated attributes. Should be resolved by | 101 CrOS still complains about deprecated attributes. Should be resolved by |
98 changing Chromium code. | 102 changing Chromium code. |
99 Rejected upstream. | 103 Rejected upstream. |
100 | 104 |
101 41_matroska_cluster_incremental.patch | 105 41_matroska_cluster_incremental.patch |
102 Parse matroska clusters incrementally as opposed to all at once. | 106 Parse matroska clusters incrementally as opposed to all at once. |
103 Not for upstreamining as it needs work to handle SSA. | 107 Not for upstreamining as it needs work to handle SSA. |
OLD | NEW |