OLD | NEW |
1 Current Status as of November 28, 2011 | 1 Current Status as of November 28, 2011 |
2 | 2 |
3 to_upstream/ | 3 to_upstream/ |
4 01_static_pthread_O2.patch | |
5 rbultje: Nothing done yet. I doubt this will go in upstream. | |
6 IHF: move to ugly? | |
7 | |
8 05_respect_flac_dirac_configure.patch | 4 05_respect_flac_dirac_configure.patch |
9 rbultje: Nothing done yet. I'll try to get this upstream later, but it's | 5 rbultje: Nothing done yet. I'll try to get this upstream later, but it's |
10 no functional change so lower on my priority list. | 6 no functional change so lower on my priority list. |
11 | 7 |
12 11a_compile_with_disabled_features.patch | 8 11a_compile_with_disabled_features.patch |
13 Add CONFIG_* checks to make sure we don't use sipr/compression if | 9 Add CONFIG_* checks to make sure we don't use sipr/compression if |
14 unwanted (e.g. webm doesn't support them). | 10 unwanted (e.g. webm doesn't support them). |
15 | 11 |
16 11b_mkv_buffer_overflow.patch | 12 11b_mkv_buffer_overflow.patch |
17 Remainder of the original patch. | 13 Remainder of the original patch. |
18 | 14 |
19 12_ogg_seek_to_zero.patch | 15 12_ogg_seek_to_zero.patch |
20 rbultje: I've looked into this, but didn't get anywhere yet. I can | 16 rbultje: I've looked into this, but didn't get anywhere yet. I can |
21 reproduce the bug but the patch didn't really fix it. I'll try again. | 17 reproduce the bug but the patch didn't really fix it. I'll try again. |
22 IHF: The remainder of 25_ogg_index.patch has been merged into this. | 18 IHF: The remainder of 25_ogg_index.patch has been merged into this. |
23 | 19 |
24 35_oggdec_duration.patch | 20 35_oggdec_duration.patch |
25 scherkus: Reverts FFmpeg commit 5901cd6236d97b34fe59a47ba0fd6da8f647d1f1 | 21 scherkus: Reverts FFmpeg commit 5901cd6236d97b34fe59a47ba0fd6da8f647d1f1 |
26 which regressed duration calculation. | 22 which regressed duration calculation. |
27 | 23 |
| 24 53_matroska_codec_config.patch |
| 25 cevans: avoid compiling in codec-specific code in Matroska if the codecs are |
| 26 not compiled in. |
| 27 |
| 28 54_mov_stss.patch |
| 29 cevans: simple OOB read fix. |
| 30 |
| 31 55_h264_nal.patch |
| 32 cevans: avoid OOB reads. |
| 33 |
28 ugly/ | 34 ugly/ |
29 | 35 |
30 41_matroska_cluster_incremental.patch | 36 41_matroska_cluster_incremental.patch |
31 Parse matroska clusters incrementally as opposed to all at once. | 37 Parse matroska clusters incrementally as opposed to all at once. |
32 Not for upstreamining as it needs work to handle SSA. | 38 Not for upstreamining as it needs work to handle SSA. |
OLD | NEW |