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

Issue 301243008: Allow ffmpeg to process individual NALU rather than require frames. (Closed)

Created:
6 years, 6 months ago by igorc
Modified:
6 years, 6 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Allow ffmpeg to process individual NALU rather than require frames. The new video-decoding PPAPI accepts NALU's for H264 streams. BUG=281689 TEST=Example in the pending CL for the new PPAPI Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275601

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add decode_nalus_ flag #

Total comments: 2

Patch Set 3 : ranamed setter as requested #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1 line) Patch
M media/filters/ffmpeg_video_decoder.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_video_decoder.cc View 1 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
igorc
6 years, 6 months ago (2014-05-30 17:41:51 UTC) #1
igorc
Note: I wasn't sure how to test this properly, so I'm open for suggestion. So ...
6 years, 6 months ago (2014-05-30 17:44:32 UTC) #2
DaleCurtis
You'll need to run some numbers on software decoding for high res content if you ...
6 years, 6 months ago (2014-05-30 17:49:06 UTC) #3
DaleCurtis
Hmm, I just realized we don't have the mediabench tool anymore. The easiest way to ...
6 years, 6 months ago (2014-05-30 17:51:48 UTC) #4
igorc
On 2014/05/30 17:51:48, DaleCurtis wrote: > Hmm, I just realized we don't have the mediabench ...
6 years, 6 months ago (2014-05-30 18:42:26 UTC) #5
DaleCurtis
You could dovetail this with the existing low delay flag since that already disables frame ...
6 years, 6 months ago (2014-05-30 18:46:07 UTC) #6
scherkus (not reviewing)
On 2014/05/30 18:46:07, DaleCurtis wrote: > You could dovetail this with the existing low delay ...
6 years, 6 months ago (2014-05-30 20:57:37 UTC) #7
igorc
On 2014/05/30 20:57:37, scherkus wrote: > On 2014/05/30 18:46:07, DaleCurtis wrote: > > You could ...
6 years, 6 months ago (2014-05-30 21:04:25 UTC) #8
igorc
On 2014/05/30 21:04:25, igorc wrote: > On 2014/05/30 20:57:37, scherkus wrote: > > On 2014/05/30 ...
6 years, 6 months ago (2014-05-30 21:08:25 UTC) #9
scherkus (not reviewing)
I see. Do you expect to be using other VideoDecoder implementations? (e.g., GpuVideoDecoder, VpxVideoDecoder) If ...
6 years, 6 months ago (2014-05-30 22:51:06 UTC) #10
bbudge
On 2014/05/30 22:51:06, scherkus wrote: > I see. Do you expect to be using other ...
6 years, 6 months ago (2014-05-30 22:56:56 UTC) #11
scherkus (not reviewing)
On 2014/05/30 22:56:56, bbudge wrote: > On 2014/05/30 22:51:06, scherkus wrote: > > I see. ...
6 years, 6 months ago (2014-05-30 23:08:31 UTC) #12
igorc
On 2014/05/30 23:08:31, scherkus wrote: > On 2014/05/30 22:56:56, bbudge wrote: > > On 2014/05/30 ...
6 years, 6 months ago (2014-06-03 20:01:37 UTC) #13
igorc
PTAL
6 years, 6 months ago (2014-06-05 00:02:10 UTC) #14
scherkus (not reviewing)
lgtm w/ nit https://codereview.chromium.org/301243008/diff/20001/media/filters/ffmpeg_video_decoder.h File media/filters/ffmpeg_video_decoder.h (right): https://codereview.chromium.org/301243008/diff/20001/media/filters/ffmpeg_video_decoder.h#newcode36 media/filters/ffmpeg_video_decoder.h:36: void SetDecodeNalus(bool decode_nalus) { decode_nalus_ = ...
6 years, 6 months ago (2014-06-06 18:12:27 UTC) #15
igorc
https://codereview.chromium.org/301243008/diff/20001/media/filters/ffmpeg_video_decoder.h File media/filters/ffmpeg_video_decoder.h (right): https://codereview.chromium.org/301243008/diff/20001/media/filters/ffmpeg_video_decoder.h#newcode36 media/filters/ffmpeg_video_decoder.h:36: void SetDecodeNalus(bool decode_nalus) { decode_nalus_ = decode_nalus; } On ...
6 years, 6 months ago (2014-06-06 22:58:22 UTC) #16
igorc
The CQ bit was checked by igorc@chromium.org
6 years, 6 months ago (2014-06-06 23:09:24 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/igorc@chromium.org/301243008/40001
6 years, 6 months ago (2014-06-06 23:10:54 UTC) #18
commit-bot: I haz the power
6 years, 6 months ago (2014-06-07 03:43:32 UTC) #19
Message was sent while issue was closed.
Change committed as 275601

Powered by Google App Engine
This is Rietveld 408576698