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
/
media
/
cast
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Cast] Repair receiver playout time calculations and frame skip logic.
miu@chromium.org
2014-05-27
19
-599
/
+783
*
[Cast] Aggressively send sender reports until first receiver report is received.
miu@chromium.org
2014-05-24
8
-103
/
+140
*
Cast: Only ACK decododable frames
hubbe@chromium.org
2014-05-24
10
-256
/
+194
*
Cast: Make the udp proxy actually work for v1 mirroring
hubbe@chromium.org
2014-05-24
1
-61
/
+78
*
Cast: Fake software video encoder to respect target bitrate
hclam@chromium.org
2014-05-22
4
-14
/
+21
*
Cast: Revert 276783002 (Reduce bitrate drastically when close to unacked fram...
hubbe@chromium.org
2014-05-22
2
-9
/
+0
*
Minor fix for udp_proxy
hubbe@chromium.org
2014-05-22
1
-1
/
+2
*
Roll FFmpeg for M37.
dalecurtis@google.com
2014-05-21
1
-6
/
+8
*
Revert 271945 "Roll FFmpeg for M37."
kbr@chromium.org
2014-05-21
1
-8
/
+6
*
Roll FFmpeg for M37.
dalecurtis@google.com
2014-05-21
1
-6
/
+8
*
clang: Turn on -Wabsolute-value.
thakis@chromium.org
2014-05-20
1
-2
/
+2
*
[Cast] EncodedAudioFrame+EncodedVideoFrame+reference_time --> EncodedFrame
miu@chromium.org
2014-05-20
58
-720
/
+435
*
Cast: Add tests for clocks being slow/fast
hubbe@chromium.org
2014-05-19
11
-49
/
+400
*
Remove OnMoreIOData(), which is not used any more.
xians@chromium.org
2014-05-18
1
-6
/
+0
*
Cast: Log target encode bitrate before a frame is encoded.
imcheng@chromium.org
2014-05-17
2
-2
/
+5
*
Cast: Fix udp_transport_unittest
hubbe@chromium.org
2014-05-16
4
-5
/
+62
*
Cast: Simplify code path for RTCP sender report
hclam@chromium.org
2014-05-16
25
-236
/
+192
*
Create a target for important cast development tools
hclam@chromium.org
2014-05-15
1
-107
/
+112
*
Cast: Remove SenderRtcpEventSubscriber from cast library.
imcheng@chromium.org
2014-05-15
7
-286
/
+0
*
Cast: Make udp proxy work for mirroring v1
hubbe@chromium.org
2014-05-15
3
-19
/
+36
*
Cast: Add extraData argument to cast streaming api getLogs().
imcheng@chromium.org
2014-05-14
1
-0
/
+4
*
Cast: Add missing enum and PacketEvent field to cast_messages.
imcheng@chromium.org
2014-05-14
3
-2
/
+9
*
Cast: Remove code that sends RTCP sender log to receiver
hclam@chromium.org
2014-05-13
23
-441
/
+15
*
Cast: Fix a bug with indexing in LogDeserializer.
imcheng@chromium.org
2014-05-10
1
-4
/
+6
*
Cast: Fix encoding event subscriber log packet size.
imcheng@chromium.org
2014-05-10
1
-0
/
+7
*
Cast: Reduce bitrate drastically when close to unacked frame limit
hubbe@chromium.org
2014-05-10
2
-9
/
+28
*
Cast: Deduplicate event types in cast library.
imcheng@chromium.org
2014-05-10
50
-752
/
+689
*
[Cast] Fixes and clean-ups for sender-side audio timing logic.
miu@chromium.org
2014-05-09
2
-81
/
+150
*
Cast: Fix another hanging bug
hubbe@chromium.org
2014-05-09
1
-6
/
+0
*
Add another network profile to the udp proxy.
hubbe@chromium.org
2014-05-09
3
-3
/
+139
*
Cast: Fix rtcp event dedup logic in rtcp_receiver.
imcheng@chromium.org
2014-05-07
9
-98
/
+135
*
Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
imcheng@chromium.org
2014-05-06
18
-113
/
+78
*
Cast: Fix two video freezing problems
hubbe@chromium.org
2014-05-05
25
-272
/
+260
*
Revert of Cast: Fix two video freezing problems (https://codereview.chromium....
hubbe@chromium.org
2014-05-05
25
-260
/
+271
*
Cast: Fix two video freezing problems
hubbe@chromium.org
2014-05-05
25
-271
/
+260
*
Cast: log packet size for packet events in EncodingEventSubscriber.
imcheng@chromium.org
2014-04-30
3
-6
/
+18
*
Cast: Remove logging of k{AV}PacketSentToPacer events.
imcheng@chromium.org
2014-04-30
16
-77
/
+19
*
Cast: Provide more meaningful stats.
imcheng@chromium.org
2014-04-28
18
-249
/
+1614
*
Cast: Deduplicate packets in paced sender and always send older packets first
hubbe@chromium.org
2014-04-28
16
-118
/
+175
*
Cast: Print out AV sync in cast receiver if playing test video
hubbe@chromium.org
2014-04-26
2
-13
/
+96
*
Cast: Limit number of events/packets in EncodingEventSubscriber protos.
imcheng@chromium.org
2014-04-25
9
-200
/
+455
*
Cast: improve AV sync in sender application
hclam@chromium.org
2014-04-25
1
-75
/
+158
*
[Cast] Clean-up RtpCastHeader and RtpParser, removing the last WebRTC depende...
miu@chromium.org
2014-04-25
27
-490
/
+418
*
Cast: Audio transcoding support for cast_sender_app
hclam@chromium.org
2014-04-24
1
-87
/
+322
*
Reland: [Cast] Consolidate plethora of GYP files into cast.gyp and cast_testi...
miu@chromium.org
2014-04-23
22
-822
/
+452
*
Revert 265481 "[Cast] Consolidate plethora of GYP files into cas..."
sky@chromium.org
2014-04-23
19
-434
/
+820
*
[Cast] Consolidate plethora of GYP files into cast.gyp and cast_testing.gypi.
miu@chromium.org
2014-04-23
19
-820
/
+434
*
Cast: log an event when video encoder's target bitrate changes.
imcheng@chromium.org
2014-04-22
31
-362
/
+57
*
Cast: Fake video codec to help testing
hclam@chromium.org
2014-04-18
16
-72
/
+374
*
Cast: Fix default parameters for cast_sender_app
hclam@chromium.org
2014-04-16
1
-3
/
+7
[next]