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

Side by Side Diff: ffmpeg/patches/README

Issue 8341002: VP8: fix up handling of segmentation_maps in reference frames. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: merge 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 | « no previous file | ffmpeg/patches/to_upstream/42_vp8_fix_segmentation_maps.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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 37_VP8_armv6_optimizations.patch 48 37_VP8_armv6_optimizations.patch
49 ports arm vp8 assembly from libvpx to support tegra2 decoding 49 ports arm vp8 assembly from libvpx to support tegra2 decoding
50 50
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
58 rbultje: Associate segmentation_map[] with reference frame rather than
59 decoding instance.
60
57 ugly/ 61 ugly/
58 07_get_bits_overrun.patch 62 07_get_bits_overrun.patch
59 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but 63 Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but
60 will likely need to be rewritten. 64 will likely need to be rewritten.
61 65
62 08_enforce_theora_oob.patch 66 08_enforce_theora_oob.patch
63 Needs investigating. 67 Needs investigating.
64 68
65 09_enforce_vorbis_oob_divzero.patch 69 09_enforce_vorbis_oob_divzero.patch
66 Needs investigating. 70 Needs investigating.
67 71
68 10_aac_oob_read.patch 72 10_aac_oob_read.patch
69 Needs investigating. 73 Needs investigating.
70 74
71 30_enforce_mp3_oob.patch 75 30_enforce_mp3_oob.patch
72 Needs investigating. 76 Needs investigating.
73 77
74 31_remove_attribute_deprecated.patch 78 31_remove_attribute_deprecated.patch
75 CrOS still complains about deprecated attributes. Should be resolved by 79 CrOS still complains about deprecated attributes. Should be resolved by
76 changing Chromium code. 80 changing Chromium code.
77 Rejected upstream. 81 Rejected upstream.
78 82
79 41_matroska_cluster_incremental.patch 83 41_matroska_cluster_incremental.patch
80 Parse matroska clusters incrementally as opposed to all at once. 84 Parse matroska clusters incrementally as opposed to all at once.
81 Not for upstreamining as it needs work to handle SSA. 85 Not for upstreamining as it needs work to handle SSA.
OLDNEW
« no previous file with comments | « no previous file | ffmpeg/patches/to_upstream/42_vp8_fix_segmentation_maps.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698