Index: chromium/patches/README |
diff --git a/chromium/patches/README b/chromium/patches/README |
index c638f722c7b1a391c72db5b5cad34b83a7e0a82a..b2df2010ea73b0eb100594e000c2f39f22665b62 100644 |
--- a/chromium/patches/README |
+++ b/chromium/patches/README |
@@ -1,10 +1,6 @@ |
Current Status as of November 28, 2011 |
to_upstream/ |
-01_static_pthread_O2.patch |
- rbultje: Nothing done yet. I doubt this will go in upstream. |
- IHF: move to ugly? |
- |
05_respect_flac_dirac_configure.patch |
rbultje: Nothing done yet. I'll try to get this upstream later, but it's |
no functional change so lower on my priority list. |
@@ -25,6 +21,16 @@ to_upstream/ |
scherkus: Reverts FFmpeg commit 5901cd6236d97b34fe59a47ba0fd6da8f647d1f1 |
which regressed duration calculation. |
+53_matroska_codec_config.patch |
+ cevans: avoid compiling in codec-specific code in Matroska if the codecs are |
+ not compiled in. |
+ |
+54_mov_stss.patch |
+ cevans: simple OOB read fix. |
+ |
+55_h264_nal.patch |
+ cevans: avoid OOB reads. |
+ |
ugly/ |
41_matroska_cluster_incremental.patch |