summaryrefslogtreecommitdiffstats
path: root/content/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Add OnRemoved() in VideoCapture::EventHandler APIwjia@chromium.org2011-09-276-1/+21
* Increase the recording buffer size to 20ms in linux, otherwise the audio is a...xians@chromium.org2011-09-231-5/+7
* Update the Chromium version of webrtc::VideoCaptureModule to be reference cou...perkj@chromium.org2011-09-222-2/+24
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-211-1/+1
* Hooking up AudioInputDeviceManager to AudioInputRendererHost and MediaStreamM...xians@chromium.org2011-09-206-39/+261
* remove unused codewjia@chromium.org2011-09-192-125/+0
* roll webrtc to r614wjia@chromium.org2011-09-192-21/+0
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-195-37/+40
* Rewriting FFmpegAudioDecoder and eliminating DecoderBase.scherkus@chromium.org2011-09-173-1/+6
* Replace AudioDecoderConfig with simple accessors on AudioDecoder.scherkus@chromium.org2011-09-163-9/+14
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-165-40/+37
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-165-37/+40
* Adds reference counting to the implementation of webrtc::AudioDeviceModulehenrika@chromium.org2011-09-152-246/+430
* Add API to query for the audio buffer size.rtoy@google.com2011-09-152-0/+11
* Remove Demuxer from the Filter class hierarchy.acolwell@chromium.org2011-09-131-0/+1
* Refactor AudioDevice to remove race conditions in the Start() and Stop().xians@chromium.org2011-09-135-47/+71
* Update libjingle to the latest version.sergeyu@chromium.org2011-09-083-2/+73
* Revert change because one of the previous changes it depends on was reverted.enal@chromium.org2011-09-071-2/+2
* Enable low-latency audio by default.enal@chromium.org2011-09-021-2/+2
* Refactor AudioInputDevice to remove race conditions and allow more flexible c...henrika@chromium.org2011-08-254-34/+86
* make URL handling transparent to media pipeline.wjia@chromium.org2011-08-241-1/+4
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-08-235-20/+113
* Avoid crashing in AudioRendererImpl::DestroyTask during shutdown.fischman@chromium.org2011-08-201-2/+7
* Add tracing for select WebAudio functionscrogers@google.com2011-08-181-0/+3
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-154-4/+4
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-052-0/+60
* Revert 95542 - Plumb media data from renderers up to MediaInternals in the br...yzshen@chromium.org2011-08-052-60/+0
* Plumb media data from renderers up to MediaInternals in the browser process.scottfr@chromium.org2011-08-052-0/+60
* Audio sample-rate should not be queried directly from the renderer process.crogers@google.com2011-07-232-0/+12
* Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...scherkus@chromium.org2011-07-224-20/+12
* de-duplicate YUV data copying code;wjia@chromium.org2011-07-212-35/+31
* Remove MediaFormat once and for all.scherkus@chromium.org2011-07-201-1/+0
* Replace VideoDecoder::media_format() with significantly simpler width()/heigh...scherkus@chromium.org2011-07-205-46/+26
* Deduplicate YUV copying code, update call sites, and add some unit tests.scherkus@chromium.org2011-07-201-22/+9
* reland patch http://codereview.chromium.org/7204008 after webrtc build has be...wjia@chromium.org2011-07-2012-80/+1174
* Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr...scherkus@chromium.org2011-07-201-2/+0
* some cleanup for base/stl_utildilmah@chromium.org2011-07-192-2/+2
* Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.scherkus@chromium.org2011-07-181-38/+7
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-183-10/+13
* [Reverted due to check_deps failure]zea@chromium.org2011-07-155-130/+34
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-155-34/+130
* Implements an external AudioDeviceModule for WebRTC. henrika@chromium.org2011-07-152-0/+1013
* Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...sky@chromium.org2011-07-1412-1188/+80
* add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...wjia@chromium.org2011-07-1412-80/+1188
* Coding style update.ronghuawu@google.com2011-07-131-1/+1
* Implement the rtc_video_render as the libjingle cricket::VideoRenderer. Becau...ronghuawu@google.com2011-07-124-72/+38
* Ensures that AudioMessageFilter now lives on the main render thread.henrika@chromium.org2011-07-1212-353/+499
* Change audio renderer to communicate with host using low latency codepath.enal@chromium.org2011-07-073-31/+188
* The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...wjia@chromium.org2011-07-074-0/+550
* MediaStreamDispatcher perkj@google.com2011-06-284-0/+493