OLD | NEW |
1 Current Status as of November 28, 2011 | 1 Current Status as of Feb 13, 2012 |
2 | 2 |
| 3 |
| 4 Patches added with the new GIT workflow: |
| 5 |
| 6 3f94559a9b2ad2e2bad5ad5de11c0872b48a4cd9 - libavutil/attributes.h |
| 7 dalecurtis: Disables deprecated attribute for Chromium. Tracking bug here: |
| 8 http://crbug.com/112673 |
| 9 |
| 10 98c46c76a34921edbe6e4f5658c30fe479502b6e - <multiple files> |
| 11 dalecurtis: Removes "#define UNCHECKED_BITSTREAM_READER 1" from all codecs |
| 12 defining it. In Chromium, all codecs should use the safe bitstream reader. |
| 13 |
| 14 https://chromiumcodereview.appspot.com/9373002/ - <multiple files> |
| 15 dalecurtis: Lots of fixes for crashes and memory leaks found during regression |
| 16 testing after roll to ea4037162fb0afa871e5312a7b23c828d2b85066. See code |
| 17 review at https://chromiumcodereview.appspot.com/9373002/ for more details. |
| 18 |
| 19 |
| 20 Patches still existing from the pre-GIT workflow: |
| 21 |
3 to_upstream/ | 22 to_upstream/ |
4 05_respect_flac_dirac_configure.patch | 23 05_respect_flac_dirac_configure.patch |
5 rbultje: Nothing done yet. I'll try to get this upstream later, but it's | 24 rbultje: Nothing done yet. I'll try to get this upstream later, but it's |
6 no functional change so lower on my priority list. | 25 no functional change so lower on my priority list. |
7 | 26 |
8 11a_compile_with_disabled_features.patch | 27 11a_compile_with_disabled_features.patch |
9 Add CONFIG_* checks to make sure we don't use sipr/compression if | 28 Add CONFIG_* checks to make sure we don't use sipr/compression if |
10 unwanted (e.g. webm doesn't support them). | 29 unwanted (e.g. webm doesn't support them). |
11 | 30 |
12 11b_mkv_buffer_overflow.patch | 31 11b_mkv_buffer_overflow.patch |
13 Remainder of the original patch. | 32 Remainder of the original patch. |
14 | 33 |
15 12_ogg_seek_to_zero.patch | 34 12_ogg_seek_to_zero.patch |
16 rbultje: I've looked into this, but didn't get anywhere yet. I can | 35 rbultje: I've looked into this, but didn't get anywhere yet. I can |
17 reproduce the bug but the patch didn't really fix it. I'll try again. | 36 reproduce the bug but the patch didn't really fix it. I'll try again. |
18 IHF: The remainder of 25_ogg_index.patch has been merged into this. | 37 IHF: The remainder of 25_ogg_index.patch has been merged into this. |
19 | 38 |
20 35_oggdec_duration.patch | 39 35_oggdec_duration.patch |
21 scherkus: Reverts FFmpeg commit 5901cd6236d97b34fe59a47ba0fd6da8f647d1f1 | 40 scherkus: Reverts FFmpeg commit 5901cd6236d97b34fe59a47ba0fd6da8f647d1f1 |
22 which regressed duration calculation. | 41 which regressed duration calculation. |
| 42 dalecurtis: still broken after ffmpeg roll to |
| 43 ea4037162fb0afa871e5312a7b23c828d2b85066. |
23 | 44 |
24 53_matroska_codec_config.patch | 45 53_matroska_codec_config.patch |
25 cevans: avoid compiling in codec-specific code in Matroska if the codecs are | 46 cevans: avoid compiling in codec-specific code in Matroska if the codecs are |
26 not compiled in. | 47 not compiled in. |
27 | 48 |
28 54_mov_stss.patch | 49 54_mov_stss.patch |
29 cevans: simple OOB read fix. | 50 cevans: simple OOB read fix. |
30 | 51 |
31 55_h264_nal.patch | 52 55_h264_nal.patch |
32 cevans: avoid OOB reads. | 53 cevans: avoid OOB reads. |
| 54 dalecurtis: partially upstreamed already. updated patch file with non-upstream |
| 55 bits. |
33 | 56 |
34 ugly/ | 57 ugly/ |
35 | 58 |
36 41_matroska_cluster_incremental.patch | 59 41_matroska_cluster_incremental.patch |
37 Parse matroska clusters incrementally as opposed to all at once. | 60 Parse matroska clusters incrementally as opposed to all at once. |
38 Not for upstreamining as it needs work to handle SSA. | 61 Not for upstreamining as it needs work to handle SSA. |
OLD | NEW |