Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Side by Side Diff: chromium/patches/README

Issue 9370003: Remove pthreads patch, roll in new patches, disable unchecked bit readers. (Closed) Base URL: ssh://gerrit.chromium.org:29418/chromium/third_party/ffmpeg.git@master
Patch Set: gyp fix. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.
OLDNEW
« no previous file with comments | « no previous file | chromium/patches/to_upstream/01_static_pthread_O2.patch » ('j') | chromium/scripts/build_ffmpeg.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698