summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media
Commit message (Expand)AuthorAgeFilesLines
* Stop cast streaming API without starthclam@chromium.org2014-05-151-1/+2
* Cast: Add extraData argument to cast streaming api getLogs().imcheng@chromium.org2014-05-146-9/+20
* Cast: Add missing enum and PacketEvent field to cast_messages.imcheng@chromium.org2014-05-141-0/+49
* Cast: Remove code that sends RTCP sender log to receiverhclam@chromium.org2014-05-132-4/+1
* Cast: deliver video frames on the IO threadhclam@chromium.org2014-05-101-20/+34
* Cast: Deduplicate event types in cast library.imcheng@chromium.org2014-05-101-0/+1
* Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter.ycheo@chromium.org2014-05-091-109/+15
* Cast: Improve AV sync slightlyhclam@chromium.org2014-05-091-13/+3
* Cast: fix renderer target by directly including cast_logging_proto asimcheng@chromium.org2014-05-071-0/+1
* Fills in the missing pieces needed to make encryption work in castv2 mirrorin...hubbe@chromium.org2014-05-071-0/+4
* Cast: Fix two video freezing problemshubbe@chromium.org2014-05-052-14/+2
* Revert of Cast: Fix two video freezing problems (https://codereview.chromium....hubbe@chromium.org2014-05-052-2/+14
* Cast: Fix two video freezing problemshubbe@chromium.org2014-05-052-14/+2
* Encrypted Media: Add VP9 support to IsTypeSupported().xhwang@chromium.org2014-04-301-0/+2
* Cast: Provide more meaningful stats.imcheng@chromium.org2014-04-282-99/+29
* Cast: Limit number of events/packets in EncodingEventSubscriber protos.imcheng@chromium.org2014-04-251-2/+2
* Store SupportedCodecs in KeySystemInfo and KeySystems.xhwang@chromium.org2014-04-251-94/+15
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-253-6/+7
* Split WEBM_VP8_AND_VORBIS into WEBM_VP8 and WEBM_VORBIS in SupportedCodecMasks.xhwang@chromium.org2014-04-211-17/+38
* Include <vector> in chrome_key_systems.h.xhwang@chromium.org2014-04-212-0/+3
* Use ContainerCodecsMap in KeySystemInfo.xhwang@chromium.org2014-04-211-22/+28
* Rename VideoFrame::{Get,Set}Timestamp() to {set_}timestamp().scherkus@chromium.org2014-04-101-4/+4
* Cast: Use 2 threads for encoding on capable systemshclam@chromium.org2014-04-101-0/+17
* Reland r262568 "Encrypted Media: Check container mime type in MediaDrmBridge".xhwang@chromium.org2014-04-091-3/+1
* Revert 262568 "Encrypted Media: Check container mime type in Med..."dmazzoni@google.com2014-04-091-1/+3
* Encrypted Media: Check container mime type in MediaDrmBridge.xhwang@chromium.org2014-04-091-3/+1
* Cast: Clarify what is a valid resource IDhclam@chromium.org2014-04-082-0/+4
* Cast: maxLatency is configurable in cast.streaming APIhclam@chromium.org2014-04-082-0/+10
* Fix the timestamp generation for webrtc native log.jiayl@chromium.org2014-04-036-24/+36
* Cast: correction of ssrc and rtpPayloadTypes.hshi@chromium.org2014-04-021-2/+4
* Cast: fix potential null pointer logging isuees in CastSessionDelegate.imcheng@chromium.org2014-04-011-7/+11
* Content API to query supported encoding profiles for VEA.hshi@chromium.org2014-03-311-3/+51
* Cast: Clarify the unit of bitratehclam@chromium.org2014-03-302-7/+12
* Cast: Remove LoggingStats in favor of event subscribers.imcheng@chromium.org2014-03-284-38/+64
* Cast: wire up the callbacks to allocate VEA and shared memory.hshi@chromium.org2014-03-273-19/+43
* Cast: Enable use of VideoEncodeAccelerator for hardware video encodinghclam@chromium.org2014-03-222-3/+18
* Cast: Remove TRANSPORT thread and get rid of Unretained in senderhclam@chromium.org2014-03-221-1/+0
* Cast: Reduce number of threads in cast environment.hubbe@chromium.org2014-03-211-3/+0
* Performance tests for CastV2hubbe@chromium.org2014-03-201-1/+11
* Cast: Remove local_endpoint from CastTransportSenderImpl.imcheng@chromium.org2014-03-207-17/+16
* Cast: Fix crash in cast streaming api if starting stream before UDP.imcheng@chromium.org2014-03-195-30/+56
* Cast: error event for video resolution mismatchhclam@chromium.org2014-03-181-2/+15
* Run ContentMain in a browser_test's browser process. This removes duplication...jam@chromium.org2014-03-181-1/+4
* Cast: Use VideoFrame::GetTimestamp() to calculate the timestamphclam@chromium.org2014-03-151-3/+11
* Clean-up: Fix FrameInput::InsertAudio() interface, and remove ref-counting of...miu@chromium.org2014-03-131-10/+1
* Cast: Log compression and getRawEvents JS API change.imcheng@chromium.org2014-03-125-18/+25
* Cast: Don't deliver audio data on the render threadhclam@chromium.org2014-03-123-56/+31
* Cast: Added LogMetadata to raw_events.proto to hold metadata.imcheng@chromium.org2014-03-111-3/+3
* Cast: Refactoring Cast API'smikhal@google.com2014-03-105-152/+108
* Cast: Resample input audio to the configured sample ratehclam@chromium.org2014-03-102-13/+101