/[chrome]
Chromium logo

Revision 150239


Jump to revision: Previous Next
Author: dalecurtis@google.com
Date: Tue Aug 7 02:18:58 2012 UTC (10 years, 9 months ago)
Changed paths: 3
Log Message:
Roll FFmpeg for security fixes.

Pulls in the following fixes:
70e76e2 mpegprobe: fix misdetection of mp3
a9511ce dsputil: make add_hfyu_left_prediction_sse4() support unaligned src.
12ba355 matroskadec: check element size against stream limit in ebml_parse_elem()
9c06b7f oggdec: Initialize stream index to -1 in ogg_packet.
fd73a17 oggdec: simplify start time calculation code.
6b063c8 oggdec: check stream index before using it in ogg_get_length()
7274a3f mov: dont clip timestamps at 0

Also adds the test case for 140165 which I forgot to add when fixing
that issue.  Test case exposes an issue with a recent CHECK in the audio
decoder when we recieve a buffer without timestamps.  I've changed this
into an if check + decoder error.

The AUDIO_GAMING* hashes have changed since acolwell landed a change
which strips frames with negative timestamps.

BUG=140647
TEST=valgrind+ffmpeg_regression_tests

Review URL: https://chromiumcodereview.appspot.com/10829204

Changed paths

Path Details
Directorytrunk/src/DEPS modified , text changed
Directorytrunk/src/media/ffmpeg/ffmpeg_regression_tests.cc modified , text changed
Directorytrunk/src/media/filters/ffmpeg_audio_decoder.cc modified , text changed

Powered by ViewVC 1.1.26 ViewVC Help