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

Unified Diff: third_party/ffmpeg/README.chromium

Issue 8497048: Fix invalid reads detected by Valgrind when the frame size changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 1 month 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 | third_party/ffmpeg/patches/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/README.chromium
===================================================================
--- third_party/ffmpeg/README.chromium (revision 109270)
+++ third_party/ffmpeg/README.chromium (working copy)
@@ -67,6 +67,7 @@
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/47_vp3_fix_infloop_and_memleak.patch
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/48_vorbis_residue_buffer.patch
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/49_vorbis_buffer_defense.patch
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/50_vp8_fix_frame_size_changes.patch
cd ..
@@ -333,6 +334,14 @@
diff -wurp -N orig ffmpeg
diff -wurp -N orig ffmpeg >patches/to_upstream/49_vorbis_buffer_defense.patch
+ rm -rf orig
+ cp -R ffmpeg orig
+ cd ffmpeg
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/49_vorbis_buffer_defense.patch
+ cd ..
+ diff -wurp -N orig ffmpeg
+ diff -wurp -N orig ffmpeg >patches/to_upstream/50_vp8_fix_frame_size_changes.patch
+
Testing
Updates should be tested against
a) http://wiki.xiph.org/TheoraTestsuite
« no previous file with comments | « no previous file | third_party/ffmpeg/patches/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698