DescriptionRoll 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150239
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|