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
/
audio_sender
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean-up: Fix FrameInput::InsertAudio() interface, and remove ref-counting of...
miu@chromium.org
2014-03-13
6
-126
/
+55
*
Change VLOG levels in media/cast.
hguihot@chromium.org
2014-03-11
1
-1
/
+1
*
Cast: Refactoring Cast API's
mikhal@google.com
2014-03-10
3
-11
/
+10
*
Cast: IPC from browser to renderer to send packet events from transport to ca...
imcheng@chromium.org
2014-03-07
1
-1
/
+5
*
Cast:Transport: Dividing A/V Initialization pipeline
mikhal@chromium.org
2014-03-04
2
-8
/
+16
*
Cast: Use NetLog in UdpTransport
hclam@chromium.org
2014-02-26
1
-0
/
+1
*
Cast: Send redundant Cast receiver events through RTCP
hclam@chromium.org
2014-02-20
1
-0
/
+1
*
IPC glue between cast library transport and encoders.
hubbe@chromium.org
2014-02-15
1
-1
/
+1
*
Cast: end2end bug fixes
mikhal@chromium.org
2014-02-13
2
-10
/
+25
*
Cast: Adding rtp_ts to EncodedAudioFrame.
mikhal@chromium.org
2014-02-07
3
-28
/
+39
*
Cast: Update Rtp Statistics interfaces
mikhal@chromium.org
2014-02-06
1
-5
/
+34
*
Cast:Switching to SingleThreadTaskRunner
mikhal@chromium.org
2014-02-05
2
-6
/
+6
*
Cast: Clean up injection of transport into PacedPacketSender
hubbe@chromium.org
2014-02-03
1
-2
/
+2
*
Cast: Adding helper crypto classes
mikhal@chromium.org
2014-02-03
1
-1
/
+0
*
Cast: Refactoring test to Clang format
mikhal@chromium.org
2014-01-31
2
-2
/
+2
*
Cast: Group three common RTP parameters into a struct to avoid some repetition.
hubbe@chromium.org
2014-01-31
2
-3
/
+3
*
Cast: Refactor CongestionControl to Clang format
mikhal@chromium.org
2014-01-30
1
-0
/
+2
*
Cast: Refactor AudioSender to Clang format
mikhal@chromium.org
2014-01-30
4
-202
/
+235
*
Cast: Initial framework for providing async initialization of sender.
pwestin@google.com
2014-01-28
4
-9
/
+44
*
Cast: Replace PacketReceiver with a callback.
hubbe@chromium.org
2014-01-28
2
-6
/
+3
*
Cast: Get rid of SendPackets in PacketSender.
hubbe@chromium.org
2014-01-25
1
-4
/
+2
*
Fixes for memory and threading issues in cast
hclam@chromium.org
2014-01-24
2
-14
/
+18
*
Cast: Adding transport status callback implementation
mikhal@chromium.org
2014-01-24
1
-0
/
+1
*
Cast:Switching to use Cast transport library
mikhal@chromium.org
2014-01-23
3
-117
/
+105
*
cast: Wire upp logging to be sent over RTCP between receiver and sender.
pwestin@google.com
2014-01-22
2
-2
/
+2
*
Fix for AudioEncoder crash when using cast.streaming API.
miu@chromium.org
2014-01-11
1
-2
/
+3
*
Cast:Adding cast_transport_config and cleaning up
mikhal@chromium.org
2014-01-09
6
-39
/
+42
*
Revert 243647 "Cast:Adding cast_transport_config and cleaning up"
noamsml@google.com
2014-01-08
6
-42
/
+39
*
Cast:Adding cast_transport_config and cleaning up
mikhal@chromium.org
2014-01-08
6
-39
/
+42
*
Cast: move net->transport
mikhal@chromium.org
2013-12-26
4
-14
/
+14
*
Fix cast_unittests valgrind failures
hclam@chromium.org
2013-12-19
3
-11
/
+22
*
Cast: Changing log classes to support incoming time of event.
pwestin@google.com
2013-12-17
2
-4
/
+8
*
Revert "Change VLOG levels in media/cast."
hclam@chromium.org
2013-12-16
1
-1
/
+1
*
Revert 240828 "Revert of https://codereview.chromium.org/104403010/"
szym@chromium.org
2013-12-14
1
-0
/
+210
*
Revert of https://codereview.chromium.org/104403010/
mikhal@chromium.org
2013-12-14
1
-210
/
+0
*
Change VLOG levels in media/cast.
hguihot@google.com
2013-12-13
1
-1
/
+1
*
Cast:Moving netwrok sender related code to a designated folder
mikhal@chromium.org
2013-12-11
4
-4
/
+4
*
Cast: Wire up sending status log messages from sender to receiver.
pwestin@google.com
2013-12-11
1
-1
/
+3
*
Cast: Updating logging and tests
mikhal@chromium.org
2013-11-28
2
-0
/
+13
*
Making cast run on multi thread
mikhal@google.com
2013-11-22
1
-0
/
+3
*
Incorporating logging into Cast:
mikhal@google.com
2013-11-20
3
-4
/
+7
*
Revert 236034 "Incorporating logging into Cast: "
rch@chromium.org
2013-11-19
3
-7
/
+4
*
Incorporating logging into Cast:
mikhal@google.com
2013-11-19
3
-4
/
+7
*
Cast: Added support for AES-CTR crypto.
pwestin@google.com
2013-11-19
4
-8
/
+70
*
Cast: Restructure RTCP interface to better fit our usage.
pwestin@google.com
2013-11-18
2
-7
/
+3
*
Cast: Refactor the way timers are first scheduled.
pwestin@google.com
2013-11-18
3
-1
/
+33
*
Cast: Change internal frame_id from 8 bits to 32 bits.
pwestin@google.com
2013-11-15
1
-2
/
+2
*
Add missing opus dependency to media/cast/audio_sender/audio_sender.gypi.
miu@chromium.org
2013-11-08
1
-0
/
+1
*
Cast: Cleanup dead code related to handling incoming RTCP messages.
pwestin@google.com
2013-11-08
1
-22
/
+0
*
Change FrameInput::InsertRawAudioFrame(PcmAudioFrame) interface to InsertAudi...
miu@chromium.org
2013-11-07
7
-220
/
+501
[next]