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
/
test
/
sender.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cast Streaming: Measure PSNR and SSIM in simulation
hclam
2014-11-22
1
-1
/
+1
*
TODO(miu): Rename to receiver_ssrc
anujk.sharma
2014-11-21
1
-2
/
+2
*
Use uint16 for port numbers more pervasively.
pkasting
2014-11-20
1
-4
/
+4
*
Cast: First stab at implementing adaptive latency
hubbe
2014-09-12
1
-2
/
+2
*
Cast: Logging estimates clock difference based on packets
hubbe
2014-09-11
1
-2
/
+1
*
Cast: Let the extension control if DSCP is on or off.
hubbe
2014-09-10
1
-0
/
+1
*
Cast logging: Additional stats for getStats() API.
imcheng
2014-08-26
1
-1
/
+2
*
Cast: Remove unused RTCP messages
hclam@chromium.org
2014-08-02
1
-3
/
+0
*
Cast: Refactor RTCP handling
hclam@chromium.org
2014-07-20
1
-2
/
+13
*
Cast: Reshuffle files under media/cast
hclam@chromium.org
2014-07-15
1
-8
/
+8
*
[Cast] Clean-up: Merge transport audio/video configs and remove unused data m...
miu@chromium.org
2014-06-27
1
-9
/
+13
*
Cast: Separate SendProcess in cast_sender_app to its own file
hclam@chromium.org
2014-06-26
1
-651
/
+27
*
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
*
Cast: Add missing enum and PacketEvent field to cast_messages.
imcheng@chromium.org
2014-05-14
1
-1
/
+2
*
Cast: Fix two video freezing problems
hubbe@chromium.org
2014-05-05
1
-14
/
+6
*
Revert of Cast: Fix two video freezing problems (https://codereview.chromium....
hubbe@chromium.org
2014-05-05
1
-6
/
+14
*
Cast: Fix two video freezing problems
hubbe@chromium.org
2014-05-05
1
-14
/
+6
*
Cast: Provide more meaningful stats.
imcheng@chromium.org
2014-04-28
1
-3
/
+59
*
Cast: Limit number of events/packets in EncodingEventSubscriber protos.
imcheng@chromium.org
2014-04-25
1
-4
/
+4
*
Cast: improve AV sync in sender application
hclam@chromium.org
2014-04-25
1
-75
/
+158
*
Cast: Audio transcoding support for cast_sender_app
hclam@chromium.org
2014-04-24
1
-87
/
+322
*
Cast: Fix default parameters for cast_sender_app
hclam@chromium.org
2014-04-16
1
-3
/
+7
*
Reland r264008: cast_sender_app transcode a video file using FFmpeg
hclam@chromium.org
2014-04-16
1
-263
/
+340
*
Revert of Cast: cast_sender_app transcode a video file using FFmpeg (https://...
hclam@chromium.org
2014-04-15
1
-340
/
+263
*
Cast: cast_sender_app transcode a video file using FFmpeg
hclam@chromium.org
2014-04-15
1
-263
/
+340
*
Cast: Use 2 threads for encoding on capable systems
hclam@chromium.org
2014-04-10
1
-1
/
+0
*
Cast: Better redundancy for receiver RTCP events
imcheng@chromium.org
2014-04-05
1
-16
/
+25
*
Cast: Remove LoggingStats in favor of event subscribers.
imcheng@chromium.org
2014-03-28
1
-7
/
+1
*
Cast: Enable use of VideoEncodeAccelerator for hardware video encoding
hclam@chromium.org
2014-03-22
1
-1
/
+6
*
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
/
+1
*
Cast: Remove local_endpoint from CastTransportSenderImpl.
imcheng@chromium.org
2014-03-20
1
-2
/
+0
*
WeakPtr destruction order cleanup: media edition.
dalecurtis@google.com
2014-03-18
1
-0
/
+4
*
Move ScopedFILE to base namespace and scoped_file.h
brettw@chromium.org
2014-03-17
1
-7
/
+6
*
Clean-up: Fix FrameInput::InsertAudio() interface, and remove ref-counting of...
miu@chromium.org
2014-03-13
1
-11
/
+3
*
Cast: Log compression and getRawEvents JS API change.
imcheng@chromium.org
2014-03-12
1
-52
/
+88
*
Cast: Fix cast sender app crashes.
imcheng@chromium.org
2014-03-11
1
-3
/
+5
*
Cast: Added LogMetadata to raw_events.proto to hold metadata.
imcheng@chromium.org
2014-03-11
1
-5
/
+6
*
Cast: Refactoring Cast API's
mikhal@google.com
2014-03-10
1
-28
/
+33
*
Cast: IPC from browser to renderer to send packet events from transport to ca...
imcheng@chromium.org
2014-03-07
1
-13
/
+38
*
Cast:Transport: Dividing A/V Initialization pipeline
mikhal@chromium.org
2014-03-04
1
-13
/
+19
*
Cast: Enable raw events and stats logging in CastSessionDelegate and sender app
imcheng@chromium.org
2014-02-27
1
-12
/
+10
*
Cast: Add JS API to get raw events logs from cast extension.
imcheng@chromium.org
2014-02-27
1
-4
/
+2
*
ui/base/resource: Remove dependency on net's big_endian implementation.
tfarina@chromium.org
2014-02-26
1
-1
/
+0
*
Cast: Use NetLog in UdpTransport
hclam@chromium.org
2014-02-26
1
-0
/
+1
*
Cast: Added a LogSerializer class and hook it up to sender app.
imcheng@chromium.org
2014-02-21
1
-10
/
+124
*
Revert of Cast: Added a EncodingEventSubscriber to cast sender app. (https://...
thestig@chromium.org
2014-02-19
1
-172
/
+2
*
Cast: Added a EncodingEventSubscriber to cast sender app.
imcheng@chromium.org
2014-02-19
1
-2
/
+172
[next]