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

Issue 92073002: media: Handling YV12 odd height/width in vpx_video_decoder (Closed)

Created:
7 years ago by vignesh
Modified:
7 years ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, fgalligan1, Tom Finegan
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

media: Handling YV12 odd height/width in vpx_video_decoder vpx_video_decoder does not allow odd videos with odd height/width to playback since it is not valid YV12. But ffmpeg currently supports it by merely rounding up (and so does the libvpx library). Changing vpx_video_decoder to behave the same way as ffmpeg and getting rid of the Checks. BUG=315817 TEST=media_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238237

Patch Set 1 #

Patch Set 2 : pipeline integration test #

Patch Set 3 : updating README #

Patch Set 4 : renaming test file #

Total comments: 2

Patch Set 5 : rebase, addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -4 lines) Patch
M media/filters/pipeline_integration_test.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M media/filters/vpx_video_decoder.cc View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
vignesh
7 years ago (2013-11-27 17:10:04 UTC) #1
scherkus (not reviewing)
can we get a test? I believe I provided one in the bug
7 years ago (2013-11-27 22:31:38 UTC) #2
vignesh
On 2013/11/27 22:31:38, scherkus wrote: > can we get a test? this code is going ...
7 years ago (2013-11-27 23:10:32 UTC) #3
scherkus (not reviewing)
On 2013/11/27 23:10:32, vignesh wrote: > On 2013/11/27 22:31:38, scherkus wrote: > > can we ...
7 years ago (2013-12-02 18:37:26 UTC) #4
xhwang
On 2013/12/02 18:37:26, scherkus wrote: > On 2013/11/27 23:10:32, vignesh wrote: > > On 2013/11/27 ...
7 years ago (2013-12-02 19:10:17 UTC) #5
vignesh
Have created a VP8A file with odd width and height here: https://codereview.chromium.org/99533003 Adding a pipeline ...
7 years ago (2013-12-02 19:31:40 UTC) #6
scherkus (not reviewing)
lgtm w/ nit also as mentioned in https://codereview.chromium.org/99533003 please move the README change to that ...
7 years ago (2013-12-02 20:27:33 UTC) #7
vignesh
PTAL https://codereview.chromium.org/92073002/diff/60001/media/filters/vpx_video_decoder.cc File media/filters/vpx_video_decoder.cc (right): https://codereview.chromium.org/92073002/diff/60001/media/filters/vpx_video_decoder.cc#newcode358 media/filters/vpx_video_decoder.cc:358: (1 + vpx_image->d_h) / 2, On 2013/12/02 20:27:33, ...
7 years ago (2013-12-02 21:07:33 UTC) #8
scherkus (not reviewing)
lgtm! thanks!
7 years ago (2013-12-02 21:18:32 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vigneshv@chromium.org/92073002/40002
7 years ago (2013-12-02 21:21:45 UTC) #10
commit-bot: I haz the power
7 years ago (2013-12-02 23:54:11 UTC) #11
Message was sent while issue was closed.
Change committed as 238237

Powered by Google App Engine
This is Rietveld 408576698