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

Unified Diff: README.chromium

Issue 5964011: Fix a couple of errors with bad Vorbis headers, and go through the associated... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: '' Created 10 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | patches/to_upstream/21_vorbis_overflow.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 70194)
+++ README.chromium (working copy)
@@ -53,6 +53,7 @@
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/18_respect_swscale.patch
patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/19_vorbis_decode.patch
patch -p1 --no-backup-if-mismatch < ../patches/from_upstream/20_r25798_ogg_data_offset.patch
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/21_vorbis_overflow.patch
cd ..
There is also a script "make_src_tree.sh" that automates most of the steps
@@ -288,6 +289,14 @@
diff -wurp -N orig ffmpeg-mt
diff -wurp -N orig ffmpeg-mt >patches/from_upstream/20_r25798_ogg_data_offset.patch
+ rm -rf orig
+ cp -R ffmpeg-mt orig
+ cd ffmpeg-mt
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/21_vorbis_overflow.patch
+ cd ..
+ diff -wurp -N orig ffmpeg-mt
+ diff -wurp -N orig ffmpeg-mt >patches/to_upstream/21_vorbis_overflow.patch
+
Testing
Updates should be tested against
http://wiki.xiph.org/TheoraTestsuite
« no previous file with comments | « no previous file | patches/to_upstream/21_vorbis_overflow.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698