| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 40_MKV_fix_oob_write.patch | 54 40_MKV_fix_oob_write.patch |
| 55 Fixes an out-of-bounds write if laces==1 in MKV demuxer. | 55 Fixes an out-of-bounds write if laces==1 in MKV demuxer. |
| 56 | 56 |
| 57 42_vp8_fix_segmentation_maps.patch | 57 42_vp8_fix_segmentation_maps.patch |
| 58 rbultje: Associate segmentation_map[] with reference frame rather than | 58 rbultje: Associate segmentation_map[] with reference frame rather than |
| 59 decoding instance. | 59 decoding instance. |
| 60 | 60 |
| 61 43_mkv_seekahead_revalidate.patch | 61 43_mkv_seekahead_revalidate.patch |
| 62 cevans: avoid caching a pointer that might move due to a realloc() | 62 cevans: avoid caching a pointer that might move due to a realloc() |
| 63 | 63 |
| 64 44_vorbis_oob_read.patch |
| 65 cevans: avoid the possibility of reading outside a static array of values |
| 66 |
| 64 ugly/ | 67 ugly/ |
| 65 07_get_bits_overrun.patch | 68 07_get_bits_overrun.patch |
| 66 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but | 69 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but |
| 67 will likely need to be rewritten. | 70 will likely need to be rewritten. |
| 68 | 71 |
| 69 08_enforce_theora_oob.patch | 72 08_enforce_theora_oob.patch |
| 70 Needs investigating. | 73 Needs investigating. |
| 71 | 74 |
| 72 09_enforce_vorbis_oob_divzero.patch | 75 09_enforce_vorbis_oob_divzero.patch |
| 73 Needs investigating. | 76 Needs investigating. |
| 74 | 77 |
| 75 10_aac_oob_read.patch | 78 10_aac_oob_read.patch |
| 76 Needs investigating. | 79 Needs investigating. |
| 77 | 80 |
| 78 30_enforce_mp3_oob.patch | 81 30_enforce_mp3_oob.patch |
| 79 Needs investigating. | 82 Needs investigating. |
| 80 | 83 |
| 81 31_remove_attribute_deprecated.patch | 84 31_remove_attribute_deprecated.patch |
| 82 CrOS still complains about deprecated attributes. Should be resolved by | 85 CrOS still complains about deprecated attributes. Should be resolved by |
| 83 changing Chromium code. | 86 changing Chromium code. |
| 84 Rejected upstream. | 87 Rejected upstream. |
| 85 | 88 |
| 86 41_matroska_cluster_incremental.patch | 89 41_matroska_cluster_incremental.patch |
| 87 Parse matroska clusters incrementally as opposed to all at once. | 90 Parse matroska clusters incrementally as opposed to all at once. |
| 88 Not for upstreamining as it needs work to handle SSA. | 91 Not for upstreamining as it needs work to handle SSA. |
| OLD | NEW |