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

Unified Diff: third_party/ffmpeg/patches/README

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
Index: third_party/ffmpeg/patches/README
===================================================================
--- third_party/ffmpeg/patches/README (revision 109270)
+++ third_party/ffmpeg/patches/README (working copy)
@@ -80,6 +80,10 @@
cevans: a defensive patch; the Vorbis codec is always going off the end of
its output buffer. Now, this should never happen again.
+50_vp8_fix_frame_size_changes.patch
+ acolwell: fixes invalid reads on the segment maps when the frame dimensions
+ change.
+
ugly/
07_get_bits_overrun.patch
Might get upstreamed as a compile-time macro (i.e., CHECK_FOR_OVERRUNS) but
« no previous file with comments | « third_party/ffmpeg/README.chromium ('k') | third_party/ffmpeg/patches/to_upstream/50_vp8_fix_frame_size_changes.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698