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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 39_VP8_fix_oob_read_writes.patch | 51 39_VP8_fix_oob_read_writes.patch |
52 Fixes a bunch of overreads and overwrites. | 52 Fixes a bunch of overreads and overwrites. |
53 | 53 |
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 |
| 62 cevans: avoid caching a pointer that might move due to a realloc() |
| 63 |
61 ugly/ | 64 ugly/ |
62 07_get_bits_overrun.patch | 65 07_get_bits_overrun.patch |
63 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but | 66 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but |
64 will likely need to be rewritten. | 67 will likely need to be rewritten. |
65 | 68 |
66 08_enforce_theora_oob.patch | 69 08_enforce_theora_oob.patch |
67 Needs investigating. | 70 Needs investigating. |
68 | 71 |
69 09_enforce_vorbis_oob_divzero.patch | 72 09_enforce_vorbis_oob_divzero.patch |
70 Needs investigating. | 73 Needs investigating. |
71 | 74 |
72 10_aac_oob_read.patch | 75 10_aac_oob_read.patch |
73 Needs investigating. | 76 Needs investigating. |
74 | 77 |
75 30_enforce_mp3_oob.patch | 78 30_enforce_mp3_oob.patch |
76 Needs investigating. | 79 Needs investigating. |
77 | 80 |
78 31_remove_attribute_deprecated.patch | 81 31_remove_attribute_deprecated.patch |
79 CrOS still complains about deprecated attributes. Should be resolved by | 82 CrOS still complains about deprecated attributes. Should be resolved by |
80 changing Chromium code. | 83 changing Chromium code. |
81 Rejected upstream. | 84 Rejected upstream. |
82 | 85 |
83 41_matroska_cluster_incremental.patch | 86 41_matroska_cluster_incremental.patch |
84 Parse matroska clusters incrementally as opposed to all at once. | 87 Parse matroska clusters incrementally as opposed to all at once. |
85 Not for upstreamining as it needs work to handle SSA. | 88 Not for upstreamining as it needs work to handle SSA. |
OLD | NEW |