diff options
author | dalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-13 22:24:21 +0000 |
---|---|---|
committer | dalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-13 22:24:21 +0000 |
commit | 52fb9c27e801672992f1b5c3cc63516e2b39776d (patch) | |
tree | 296b3664f9b2ea306500cc4d3eedb88dbd917256 /DEPS | |
parent | 82d1954da4ed99c892c137736820ed1e19ad9e35 (diff) | |
download | chromium_src-52fb9c27e801672992f1b5c3cc63516e2b39776d.zip chromium_src-52fb9c27e801672992f1b5c3cc63516e2b39776d.tar.gz chromium_src-52fb9c27e801672992f1b5c3cc63516e2b39776d.tar.bz2 |
Cleanup OPUS decoder. Remove extraneous transforms and copies.
Various cleanups:
- Fixes start trimming after seeks.
- Patches FFmpegDemuxer to workaround FFmpeg pre-stripping codec delay.
- Switches decoding to float on all platforms.
- Decodes directly into the AudioBuffer instead of making a copy.
- Switches various error logs to actually be DLOG(ERROR).
- Various tiny code cleanups.
- Rolls DEPS for a couple more OPUS FFmpeg fixes.
BUG=104241, 166752, 168524, 315165, 328207
TEST=opus decoding still works.
Review URL: https://codereview.chromium.org/100503006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ vars = { # These two FFmpeg variables must be updated together. One is used for SVN # checkouts and the other for Git checkouts. - "ffmpeg_revision": "240211", - "ffmpeg_hash": "8dc45cbcad763762bb679de280bdc584f35aa22f", + "ffmpeg_revision": "240434", + "ffmpeg_hash": "c6c988923be6b8fd1f381522d478813e14505ce2", "sfntly_revision": "228", "lighttpd_revision": "33737", |