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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 | 66 |
67 45_mkv_fix_segmap_cache_overflow.patch | 67 45_mkv_fix_segmap_cache_overflow.patch |
68 rbultje: fix overflow in segmentation map caching | 68 rbultje: fix overflow in segmentation map caching |
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 |
| 77 cevans: manage the writing to the residue buffer a little more tightly |
| 78 |
76 ugly/ | 79 ugly/ |
77 07_get_bits_overrun.patch | 80 07_get_bits_overrun.patch |
78 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but | 81 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but |
79 will likely need to be rewritten. | 82 will likely need to be rewritten. |
80 | 83 |
81 08_enforce_theora_oob.patch | 84 08_enforce_theora_oob.patch |
82 Needs investigating. | 85 Needs investigating. |
83 | 86 |
84 09_enforce_vorbis_oob_divzero.patch | 87 09_enforce_vorbis_oob_divzero.patch |
85 Needs investigating. | 88 Needs investigating. |
86 | 89 |
87 10_aac_oob_read.patch | 90 10_aac_oob_read.patch |
88 Needs investigating. | 91 Needs investigating. |
89 | 92 |
90 30_enforce_mp3_oob.patch | 93 30_enforce_mp3_oob.patch |
91 Needs investigating. | 94 Needs investigating. |
92 | 95 |
93 31_remove_attribute_deprecated.patch | 96 31_remove_attribute_deprecated.patch |
94 CrOS still complains about deprecated attributes. Should be resolved by | 97 CrOS still complains about deprecated attributes. Should be resolved by |
95 changing Chromium code. | 98 changing Chromium code. |
96 Rejected upstream. | 99 Rejected upstream. |
97 | 100 |
98 41_matroska_cluster_incremental.patch | 101 41_matroska_cluster_incremental.patch |
99 Parse matroska clusters incrementally as opposed to all at once. | 102 Parse matroska clusters incrementally as opposed to all at once. |
100 Not for upstreamining as it needs work to handle SSA. | 103 Not for upstreamining as it needs work to handle SSA. |
OLD | NEW |