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

Side by Side Diff: ffmpeg/patches/README

Issue 8296016: Parse matroska clusters incrementally as opposed to all at once. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
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 | « no previous file | ffmpeg/patches/ugly/41_matroska_cluster_incremental.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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 Needs investigating. 69 Needs investigating.
70 70
71 30_enforce_mp3_oob.patch 71 30_enforce_mp3_oob.patch
72 Needs investigating. 72 Needs investigating.
73 73
74 31_remove_attribute_deprecated.patch 74 31_remove_attribute_deprecated.patch
75 CrOS still complains about deprecated attributes. Should be resolved by 75 CrOS still complains about deprecated attributes. Should be resolved by
76 changing Chromium code. 76 changing Chromium code.
77 Rejected upstream. 77 Rejected upstream.
78 78
79 41_matroska_cluster_incremental.patch
80 Parse matroska clusters incrementally as opposed to all at once.
81 Not for upstreamining as it needs work to handle SSA.
OLDNEW
« no previous file with comments | « no previous file | ffmpeg/patches/ugly/41_matroska_cluster_incremental.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698