diff options
author | dalecurtis@google.com <dalecurtis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 17:35:47 +0000 |
---|---|---|
committer | dalecurtis@google.com <dalecurtis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 17:35:47 +0000 |
commit | f4e1b5713e8376149b7585db808ca0bed05a739b (patch) | |
tree | 73e700e0c8caafd338017e56d0f1fe8f92a27aea /DEPS | |
parent | f2e46d4c188faca437de66bd2d81f24a0c53de33 (diff) | |
download | chromium_src-f4e1b5713e8376149b7585db808ca0bed05a739b.zip chromium_src-f4e1b5713e8376149b7585db808ca0bed05a739b.tar.gz chromium_src-f4e1b5713e8376149b7585db808ca0bed05a739b.tar.bz2 |
Roll FFmpeg for M21!
- Adds 24bit wave audio support (pcm_s24le).
- AMD 3dNow! instruction support.
- Adds several FFmpeg parsers for better packet parsing.
- Integrates audio hashing into ffmpeg_regression_tests.
- Fixes null audio hashing encountered by some regression tests.
- Add a host of new gaming tests from EA.
BUG=80708, 131071
TEST=unit tests + asan/valgrind, webaudio+qa pass, layout tests.
Review URL: https://chromiumcodereview.appspot.com/10511020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ vars = { # These two FFmpeg variables must be updated together. One is used for SVN # checkouts and the other for Git checkouts. - "ffmpeg_revision": "139693", - "ffmpeg_hash": "2f1df8e260506e962880128d8ada14032aa9058a", + "ffmpeg_revision": "140400", + "ffmpeg_hash": "69cc855282d18ff77e4e0a6c0de0abd539572bc8", "sfntly_revision": "128", "skia_revision": "4138", |