| OLD | NEW |
| 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 Loading... |
| 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. |
| OLD | NEW |