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

Side by Side Diff: patches/README

Issue 8366004: Fix a bug where a pointer was cached to an array that might later move due to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: '' Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « README.chromium ('k') | patches/to_upstream/43_mkv_seekahead_revalidate.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.
OLDNEW
« no previous file with comments | « README.chromium ('k') | patches/to_upstream/43_mkv_seekahead_revalidate.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698