Roll ffmpeg DEPs for security fixes. Add regression tests.
commitd6cc2ec3bf2acdcb364fda90374158641b4e73be
authordalecurtis <dalecurtis@chromium.org>
Tue, 6 Jan 2015 23:42:29 +0000 (6 15:42 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 6 Jan 2015 23:43:20 +0000 (6 23:43 +0000)
tree2960ff13ac1dd928445d907a2e61d6b77393905c
parentc83ee88cdc45d2e6cc9a54768b978ba2f30fd46f
Roll ffmpeg DEPs for security fixes. Add regression tests.

Pulls in the following fixes:
b9d631d avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stale pointer in memory
7575fa1 avfilter/buffer: use av_freep() to avoid leaving stale pointers in memory
0aa6981 avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memory
e860c4c avformat/mov: use av_freep() to avoid leaving stale pointers in memory
c61fcd2 avformat/mov: Clear array to prevent potential out of array read from av_dlog()
a6dd29c avformat/mov: fix integer overflow in mov_read_udta_string()
878627f mov: Fix negative size calculation in mov_read_default().
c179d68 mov: Fix overflow and error handling in read_tfra().

BUG=444533,444522,444539,444546
TEST=regression tests, test cases no longer crash
TBR=scherkus

Review URL: https://codereview.chromium.org/838653002

Cr-Commit-Position: refs/heads/master@{#310173}
DEPS
media/ffmpeg/ffmpeg_regression_tests.cc