Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Issue 111153003: FFmpeg fixups for M33 roll. Now with more Opus! (Closed)

Created:
7 years ago by DaleCurtis
Modified:
7 years ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, vignesh
Visibility:
Public.

Description

FFmpeg fixups for M33 roll. Now with more Opus! Besides the DEPs update there's also: - Remove deprecated usage of avcodec_alloc_frame() - Remove deprecated usage of pkt->pkt_pts - Fix end trimming for ogg opus playbacks. - Remove fragile bytes decoded check for end trimming. Not all of the Opus issues are fixed yet, this just pulls in the FFmpeg side of the fixes. Chrome changes are in a followup patch set. BUG=104241, 166752, 168524, 315165 TEST=unittests, asan, ogg opus links from bugs. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=240320

Patch Set 1 #

Patch Set 2 : Opus fixes. #

Patch Set 3 : Add DEPS. #

Total comments: 7

Patch Set 4 : Revert opus changes. #

Patch Set 5 : DEPS update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -20 lines) Patch
M DEPS View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M media/base/media_file_checker.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/cdm/ppapi/ffmpeg_cdm_audio_decoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/cdm/ppapi/ffmpeg_cdm_video_decoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/ffmpeg/ffmpeg_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/audio_file_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_audio_decoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_video_decoder.cc View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M media/filters/opus_audio_decoder.cc View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 2 3 3 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
DaleCurtis
7 years ago (2013-12-11 19:14:35 UTC) #1
vignesh
drive by comments. https://codereview.chromium.org/111153003/diff/40001/media/filters/opus_audio_decoder.cc File media/filters/opus_audio_decoder.cc (right): https://codereview.chromium.org/111153003/diff/40001/media/filters/opus_audio_decoder.cc#newcode605 media/filters/opus_audio_decoder.cc:605: statistics.audio_bytes_decoded = bytes_decoded; not sure if ...
7 years ago (2013-12-11 20:10:18 UTC) #2
acolwell GONE FROM CHROMIUM
lgtm % comment https://codereview.chromium.org/111153003/diff/40001/media/filters/opus_audio_decoder.cc File media/filters/opus_audio_decoder.cc (right): https://codereview.chromium.org/111153003/diff/40001/media/filters/opus_audio_decoder.cc#newcode605 media/filters/opus_audio_decoder.cc:605: statistics.audio_bytes_decoded = bytes_decoded; On 2013/12/11 20:10:18, ...
7 years ago (2013-12-11 20:22:31 UTC) #3
DaleCurtis
https://codereview.chromium.org/111153003/diff/40001/media/filters/opus_audio_decoder.cc File media/filters/opus_audio_decoder.cc (right): https://codereview.chromium.org/111153003/diff/40001/media/filters/opus_audio_decoder.cc#newcode605 media/filters/opus_audio_decoder.cc:605: statistics.audio_bytes_decoded = bytes_decoded; On 2013/12/11 20:22:32, acolwell wrote: > ...
7 years ago (2013-12-11 22:19:36 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/111153003/80001
7 years ago (2013-12-12 04:07:42 UTC) #5
commit-bot: I haz the power
7 years ago (2013-12-12 14:20:10 UTC) #6
Message was sent while issue was closed.
Change committed as 240320

Powered by Google App Engine
This is Rietveld 408576698