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

Issue 7572040: Enable media.dll / libmedia.so. (Closed)

Created:
9 years, 4 months ago by darin (slow to review)
Modified:
9 years, 4 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, dmaclach+watch_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, garykac+watch_chromium.org, wez+watch_chromium.org, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), sergeyu+watch_chromium.org, scherkus (not reviewing)
Visibility:
Public.

Description

Enable media.dll / libmedia.so. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95841

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -157 lines) Patch
M content/browser/speech/speech_recognizer_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M media/audio/audio_buffers_state.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M media/audio/audio_input_controller.h View 1 2 chunks +3 lines, -5 lines 0 comments Download
M media/audio/audio_input_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M media/audio/audio_io.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M media/audio/audio_manager.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M media/audio/audio_manager_base.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/audio/audio_output_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
MM media/audio/audio_output_dispatcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
MM media/audio/audio_output_proxy.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M media/audio/audio_parameters.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M media/audio/audio_util.h View 1 4 chunks +15 lines, -14 lines 0 comments Download
M media/audio/fake_audio_output_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/audio/linux/alsa_output.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M media/audio/linux/alsa_wrapper.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M media/audio/linux/audio_manager_linux.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/audio/simple_sources.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
MM media/base/async_filter_factory_base.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/buffers.h View 1 2 chunks +5 lines, -3 lines 0 comments Download
M media/base/callback.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M media/base/channel_layout.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M media/base/clock.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M media/base/composite_data_source_factory.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M media/base/composite_filter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/base/data_buffer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/base/djb2.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M media/base/filter_collection.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/base/filter_factories.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M media/base/filter_host.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/base/filters.h View 1 9 chunks +11 lines, -9 lines 0 comments Download
M media/base/h264_bitstream_converter.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M media/base/media.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
A + media/base/media_export.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M media/base/media_switches.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M media/base/message_loop_factory.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M media/base/message_loop_factory_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/base/pipeline.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/pipeline_impl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/pts_heap.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M media/base/pts_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/base/seekable_buffer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/base/state_matrix.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M media/base/video_decoder_config.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M media/base/video_frame.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/base/video_util.h View 1 2 chunks +7 lines, -3 lines 0 comments Download
M media/base/yuv_convert.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M media/ffmpeg/ffmpeg_common.h View 1 4 chunks +14 lines, -13 lines 0 comments Download
M media/ffmpeg/file_protocol.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M media/filters/adaptive_demuxer.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M media/filters/adaptive_demuxer_unittest.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M media/filters/audio_file_reader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/audio_renderer_algorithm_base.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/audio_renderer_algorithm_ola.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M media/filters/audio_renderer_base.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/audio_renderer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/bitstream_converter.h View 1 4 chunks +4 lines, -3 lines 0 comments Download
M media/filters/chunk_demuxer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/chunk_demuxer_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_audio_decoder.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M media/filters/ffmpeg_demuxer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_demuxer_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_glue.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M media/filters/ffmpeg_h264_bitstream_converter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_video_decoder.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/file_data_source.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/file_data_source_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/in_memory_url_protocol.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M media/filters/null_audio_renderer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/filters/video_renderer_base.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/media.gyp View 1 9 chunks +13 lines, -1 line 0 comments Download
M media/video/capture/fake_video_capture_device.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/video/capture/video_capture_device.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M media/video/ffmpeg_video_decode_engine.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/video/picture.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M media/video/video_decode_accelerator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M media/video/video_decode_engine.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/remoting.gyp View 1 2 chunks +7 lines, -9 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
darin (slow to review)
These are all changes required to make libmedia.so build on Linux. Please make sure I ...
9 years, 4 months ago (2011-08-04 23:46:30 UTC) #1
awong
I haven't been following this export stuff 100%. I would not have expected to need ...
9 years, 4 months ago (2011-08-05 00:01:45 UTC) #2
darin (slow to review)
These are the build errors I'm attempting to fix: http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28dbg%29%28shared%29/builds/5007/steps/compile/logs/stdio It looks like alsa_output_unittest.cc relies ...
9 years, 4 months ago (2011-08-05 03:45:14 UTC) #3
awong
LGTM Ah, I see. And there's no sane way to expose the dynamic symbol only ...
9 years, 4 months ago (2011-08-05 16:24:08 UTC) #4
darin (slow to review)
Right. Even in our Linux build this is required since we hide symbols by default. ...
9 years, 4 months ago (2011-08-05 16:59:31 UTC) #5
Ami GONE FROM CHROMIUM
9 years, 4 months ago (2011-08-05 17:20:08 UTC) #6
LGTM as far as it goes but requires undoing the 95561 revert.

Powered by Google App Engine
This is Rietveld 408576698