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

Issue 264743016: Change H264AnnexBBitstreamConverter to use AVCDecoderConfigurationRecord. (Closed)

Created:
6 years, 7 months ago by acolwell GONE FROM CHROMIUM
Modified:
6 years, 7 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Change H264AnnexBBitstreamConverter to use AVCDecoderConfigurationRecord. H264AnnexBBitstreamConverter has a bunch of parsing code that essentially duplicates what is in AVCDecoderConfigurationRecord. This change removes the duplicate code so that the same logic is used by H264AnnexBBitstreamConverter and the MP4StreamParser. BUG=364925 TESTS=All existing tests still pass. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268305

Patch Set 1 #

Patch Set 2 : Fix build busters. #

Total comments: 16

Patch Set 3 : Address CR comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -241 lines) Patch
M media/filters/ffmpeg_demuxer.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 3 chunks +9 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc View 4 chunks +19 lines, -21 lines 0 comments Download
M media/filters/h264_to_annex_b_bitstream_converter.h View 5 chunks +46 lines, -25 lines 0 comments Download
M media/filters/h264_to_annex_b_bitstream_converter.cc View 1 2 6 chunks +67 lines, -126 lines 0 comments Download
M media/filters/h264_to_annex_b_bitstream_converter_unittest.cc View 13 chunks +30 lines, -62 lines 0 comments Download
M media/formats/mp4/box_definitions.h View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M media/formats/mp4/box_definitions.cc View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M media/formats/mp4/box_reader.h View 1 chunk +4 lines, -1 line 0 comments Download
M media/media.gyp View 1 5 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
acolwell GONE FROM CHROMIUM
6 years, 7 months ago (2014-05-04 15:32:52 UTC) #1
scherkus (not reviewing)
nits https://codereview.chromium.org/264743016/diff/20001/media/filters/ffmpeg_demuxer.cc File media/filters/ffmpeg_demuxer.cc (right): https://codereview.chromium.org/264743016/diff/20001/media/filters/ffmpeg_demuxer.cc#newcode305 media/filters/ffmpeg_demuxer.cc:305: NOTREACHED() << "Proprietary codecs not enabled."; will this ...
6 years, 7 months ago (2014-05-05 18:22:17 UTC) #2
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/264743016/diff/20001/media/filters/ffmpeg_demuxer.cc File media/filters/ffmpeg_demuxer.cc (right): https://codereview.chromium.org/264743016/diff/20001/media/filters/ffmpeg_demuxer.cc#newcode305 media/filters/ffmpeg_demuxer.cc:305: NOTREACHED() << "Proprietary codecs not enabled."; On 2014/05/05 18:22:17, ...
6 years, 7 months ago (2014-05-05 18:49:02 UTC) #3
scherkus (not reviewing)
lgtm
6 years, 7 months ago (2014-05-05 18:50:38 UTC) #4
acolwell GONE FROM CHROMIUM
The CQ bit was checked by acolwell@chromium.org
6 years, 7 months ago (2014-05-05 19:06:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/264743016/40001
6 years, 7 months ago (2014-05-05 19:07:23 UTC) #6
commit-bot: I haz the power
6 years, 7 months ago (2014-05-05 23:13:33 UTC) #7
Message was sent while issue was closed.
Change committed as 268305

Powered by Google App Engine
This is Rietveld 408576698