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

Issue 1814583002: Motown: New wrapper classes for ffmpeg format context and io context (Closed)

Created:
4 years, 9 months ago by dalesat
Modified:
4 years, 9 months ago
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Motown: New wrapper classes for ffmpeg format context and io context Introduced new wrapper classes for ffmpeg C structures to provide better lifetime management and provide better homes for some utility functions. Fixed some issues with return values for readers. R=johngro@google.com Committed: https://chromium.googlesource.com/external/mojo/+/18ead1aec2a91a537ac876fcb1a140d3ae2811ab

Patch Set 1 #

Total comments: 5

Patch Set 2 : Tweaks based on feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+291 lines, -588 lines) Patch
M services/media/framework/parts/file_reader.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M services/media/framework/parts/reader.h View 4 chunks +7 lines, -3 lines 0 comments Download
M services/media/framework_ffmpeg/BUILD.gn View 1 2 chunks +5 lines, -4 lines 0 comments Download
A services/media/framework_ffmpeg/av_codec_context.h View 1 chunk +34 lines, -0 lines 0 comments Download
A + services/media/framework_ffmpeg/av_codec_context.cc View 1 3 chunks +8 lines, -3 lines 0 comments Download
A services/media/framework_ffmpeg/av_format_context.h View 1 1 chunk +49 lines, -0 lines 0 comments Download
A services/media/framework_ffmpeg/av_io_context.h View 1 chunk +50 lines, -0 lines 0 comments Download
A services/media/framework_ffmpeg/av_io_context.cc View 1 1 chunk +116 lines, -0 lines 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_decoder.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_decoder_base.h View 1 1 chunk +1 line, -1 line 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_decoder_base.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_demux.cc View 1 4 chunks +11 lines, -17 lines 0 comments Download
D services/media/framework_ffmpeg/ffmpeg_io.h View 1 chunk +0 lines, -31 lines 0 comments Download
D services/media/framework_ffmpeg/ffmpeg_io.cc View 1 chunk +0 lines, -99 lines 0 comments Download
D services/media/framework_ffmpeg/ffmpeg_type_converters.h View 1 chunk +0 lines, -39 lines 0 comments Download
D services/media/framework_ffmpeg/ffmpeg_type_converters.cc View 1 chunk +0 lines, -385 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
dalesat
Please take a look. Thanks!
4 years, 9 months ago (2016-03-16 22:01:34 UTC) #3
johngro
small stuff only. FWIW - there is a pattern here which is repeated 3-or-so times ...
4 years, 9 months ago (2016-03-21 21:06:08 UTC) #4
dalesat
4 years, 9 months ago (2016-03-21 22:22:28 UTC) #6
dalesat
PTAL https://codereview.chromium.org/1814583002/diff/1/services/media/framework_ffmpeg/av_io_context.cc File services/media/framework_ffmpeg/av_io_context.cc (right): https://codereview.chromium.org/1814583002/diff/1/services/media/framework_ffmpeg/av_io_context.cc#newcode29 services/media/framework_ffmpeg/av_io_context.cc:29: InitFfmpeg(); On 2016/03/21 21:06:08, johngro wrote: > your ...
4 years, 9 months ago (2016-03-22 00:31:36 UTC) #7
johngro
lgtm
4 years, 9 months ago (2016-03-22 16:41:46 UTC) #8
johngro
lgtm
4 years, 9 months ago (2016-03-22 16:41:48 UTC) #9
dalesat
4 years, 9 months ago (2016-03-22 19:17:32 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
18ead1aec2a91a537ac876fcb1a140d3ae2811ab (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698