index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop cast streaming API without start
hclam@chromium.org
2014-05-15
1
-1
/
+2
*
Cast: Add extraData argument to cast streaming api getLogs().
imcheng@chromium.org
2014-05-14
6
-9
/
+20
*
Cast: Add missing enum and PacketEvent field to cast_messages.
imcheng@chromium.org
2014-05-14
1
-0
/
+49
*
Cast: Remove code that sends RTCP sender log to receiver
hclam@chromium.org
2014-05-13
2
-4
/
+1
*
Cast: deliver video frames on the IO thread
hclam@chromium.org
2014-05-10
1
-20
/
+34
*
Cast: Deduplicate event types in cast library.
imcheng@chromium.org
2014-05-10
1
-0
/
+1
*
Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter.
ycheo@chromium.org
2014-05-09
1
-109
/
+15
*
Cast: Improve AV sync slightly
hclam@chromium.org
2014-05-09
1
-13
/
+3
*
Cast: fix renderer target by directly including cast_logging_proto as
imcheng@chromium.org
2014-05-07
1
-0
/
+1
*
Fills in the missing pieces needed to make encryption work in castv2 mirrorin...
hubbe@chromium.org
2014-05-07
1
-0
/
+4
*
Cast: Fix two video freezing problems
hubbe@chromium.org
2014-05-05
2
-14
/
+2
*
Revert of Cast: Fix two video freezing problems (https://codereview.chromium....
hubbe@chromium.org
2014-05-05
2
-2
/
+14
*
Cast: Fix two video freezing problems
hubbe@chromium.org
2014-05-05
2
-14
/
+2
*
Encrypted Media: Add VP9 support to IsTypeSupported().
xhwang@chromium.org
2014-04-30
1
-0
/
+2
*
Cast: Provide more meaningful stats.
imcheng@chromium.org
2014-04-28
2
-99
/
+29
*
Cast: Limit number of events/packets in EncodingEventSubscriber protos.
imcheng@chromium.org
2014-04-25
1
-2
/
+2
*
Store SupportedCodecs in KeySystemInfo and KeySystems.
xhwang@chromium.org
2014-04-25
1
-94
/
+15
*
Move IPC::MessageFilter and router to a separate file
dmichael@chromium.org
2014-04-25
3
-6
/
+7
*
Split WEBM_VP8_AND_VORBIS into WEBM_VP8 and WEBM_VORBIS in SupportedCodecMasks.
xhwang@chromium.org
2014-04-21
1
-17
/
+38
*
Include <vector> in chrome_key_systems.h.
xhwang@chromium.org
2014-04-21
2
-0
/
+3
*
Use ContainerCodecsMap in KeySystemInfo.
xhwang@chromium.org
2014-04-21
1
-22
/
+28
*
Rename VideoFrame::{Get,Set}Timestamp() to {set_}timestamp().
scherkus@chromium.org
2014-04-10
1
-4
/
+4
*
Cast: Use 2 threads for encoding on capable systems
hclam@chromium.org
2014-04-10
1
-0
/
+17
*
Reland r262568 "Encrypted Media: Check container mime type in MediaDrmBridge".
xhwang@chromium.org
2014-04-09
1
-3
/
+1
*
Revert 262568 "Encrypted Media: Check container mime type in Med..."
dmazzoni@google.com
2014-04-09
1
-1
/
+3
*
Encrypted Media: Check container mime type in MediaDrmBridge.
xhwang@chromium.org
2014-04-09
1
-3
/
+1
*
Cast: Clarify what is a valid resource ID
hclam@chromium.org
2014-04-08
2
-0
/
+4
*
Cast: maxLatency is configurable in cast.streaming API
hclam@chromium.org
2014-04-08
2
-0
/
+10
*
Fix the timestamp generation for webrtc native log.
jiayl@chromium.org
2014-04-03
6
-24
/
+36
*
Cast: correction of ssrc and rtpPayloadTypes.
hshi@chromium.org
2014-04-02
1
-2
/
+4
*
Cast: fix potential null pointer logging isuees in CastSessionDelegate.
imcheng@chromium.org
2014-04-01
1
-7
/
+11
*
Content API to query supported encoding profiles for VEA.
hshi@chromium.org
2014-03-31
1
-3
/
+51
*
Cast: Clarify the unit of bitrate
hclam@chromium.org
2014-03-30
2
-7
/
+12
*
Cast: Remove LoggingStats in favor of event subscribers.
imcheng@chromium.org
2014-03-28
4
-38
/
+64
*
Cast: wire up the callbacks to allocate VEA and shared memory.
hshi@chromium.org
2014-03-27
3
-19
/
+43
*
Cast: Enable use of VideoEncodeAccelerator for hardware video encoding
hclam@chromium.org
2014-03-22
2
-3
/
+18
*
Cast: Remove TRANSPORT thread and get rid of Unretained in sender
hclam@chromium.org
2014-03-22
1
-1
/
+0
*
Cast: Reduce number of threads in cast environment.
hubbe@chromium.org
2014-03-21
1
-3
/
+0
*
Performance tests for CastV2
hubbe@chromium.org
2014-03-20
1
-1
/
+11
*
Cast: Remove local_endpoint from CastTransportSenderImpl.
imcheng@chromium.org
2014-03-20
7
-17
/
+16
*
Cast: Fix crash in cast streaming api if starting stream before UDP.
imcheng@chromium.org
2014-03-19
5
-30
/
+56
*
Cast: error event for video resolution mismatch
hclam@chromium.org
2014-03-18
1
-2
/
+15
*
Run ContentMain in a browser_test's browser process. This removes duplication...
jam@chromium.org
2014-03-18
1
-1
/
+4
*
Cast: Use VideoFrame::GetTimestamp() to calculate the timestamp
hclam@chromium.org
2014-03-15
1
-3
/
+11
*
Clean-up: Fix FrameInput::InsertAudio() interface, and remove ref-counting of...
miu@chromium.org
2014-03-13
1
-10
/
+1
*
Cast: Log compression and getRawEvents JS API change.
imcheng@chromium.org
2014-03-12
5
-18
/
+25
*
Cast: Don't deliver audio data on the render thread
hclam@chromium.org
2014-03-12
3
-56
/
+31
*
Cast: Added LogMetadata to raw_events.proto to hold metadata.
imcheng@chromium.org
2014-03-11
1
-3
/
+3
*
Cast: Refactoring Cast API's
mikhal@google.com
2014-03-10
5
-152
/
+108
*
Cast: Resample input audio to the configured sample rate
hclam@chromium.org
2014-03-10
2
-13
/
+101
[next]