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
/
receiver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimizations to improve run times of cast_unittests.
miu
2016-01-05
1
-34
/
+45
*
Global conversion of Pass()→std::move(): Linux GN static library edition
dcheng
2015-12-30
1
-3
/
+4
*
cast: Split Rtcp into two for sender and receiver
isheriff
2015-12-30
3
-26
/
+26
*
Replace uses of raw uint32's with a type-checked RtpTimeTicks data type.
miu
2015-12-29
5
-36
/
+37
*
Convert Pass()→std::move() in //media
dcheng
2015-12-27
6
-36
/
+29
*
Switch to standard integer types in media/, take 2.
avi
2015-12-23
8
-0
/
+25
*
Add missing macros includes in media/.
avi
2015-12-19
4
-0
/
+4
*
Switch to standard integer types in media/.
Avi Drissman
2015-12-19
9
-67
/
+65
*
Cast Housekeeping: Unwind the cast_defines.h dumping-ground.
miu
2015-12-01
8
-14
/
+13
*
cast/receiver/video_decoder: use a pool of VideoFrames and libyuv::I420Copy()
mcasas
2015-11-11
1
-17
/
+23
*
Reland: [Cast] Thread-safe LogEventDispatcher for packet/frame event logging.
miu
2015-11-04
5
-29
/
+71
*
Revert of [Cast] Thread-safe LogEventDispatcher for packet/frame event loggin...
anthonyvd
2015-11-03
5
-71
/
+29
*
[Cast] Thread-safe LogEventDispatcher for packet/frame event logging.
miu
2015-11-03
5
-29
/
+71
*
cast: clean up lint errors on commit
isheriff
2015-10-07
1
-1
/
+3
*
Copy libvpx from DEPS to src
johannkoenig
2015-09-18
1
-2
/
+2
*
media: extract Format and ColorSpace enum from VideoFrame.
dongseong.hwang
2015-07-13
2
-12
/
+6
*
RELAND: [Cast] Compute utilization metrics and add performance overlay.
miu
2015-05-22
1
-1
/
+2
*
Revert of [Cast] Compute utilization metrics and add performance overlay. (pa...
battre
2015-05-21
1
-2
/
+1
*
[Cast] Compute utilization metrics and add performance overlay.
miu
2015-05-21
1
-1
/
+2
*
Getting rid of duplicate includes from media/
anujk.sharma
2015-05-14
1
-1
/
+0
*
Cleanup: Change {ASSERT,EXPECT}_FALSE(!x) to {ASSERT,EXPECT}_TRUE(x).
thestig
2015-05-06
3
-3
/
+4
*
Cast: Change override to final wherever possible.
hubbe
2015-04-29
7
-20
/
+20
*
Remove rtcp_interval from cast_config
zhuoyu.qian
2015-03-20
2
-10
/
+2
*
Rename the members of FrameReceiverConfig
zhuoyu.qian
2015-02-26
3
-8
/
+8
*
[Cast] Repurpose CastInitializationStatus for variable frame size support.
miu
2015-02-07
6
-44
/
+40
*
RELAND: [Cast] Software encoder support for varying video frame sizes.
miu
2015-02-03
1
-13
/
+50
*
Revert of [Cast] Software encoder support for varying video frame sizes. (pat...
thestig
2015-02-03
1
-50
/
+13
*
[Cast] Software encoder support for varying video frame sizes.
miu
2015-02-02
1
-13
/
+50
*
Mechanical rename of tracing includes for /media
ssid
2015-01-28
1
-1
/
+1
*
Adding "rtp_timebase" variable in lieu of "frequency" for FrameReceiverConfig...
anujk.sharma
2015-01-14
3
-5
/
+5
*
Adding "target_frame_rate" variable in lieu of "max_frame_rate" for FrameRece...
anujk.sharma
2015-01-08
2
-8
/
+8
*
replace COMPILE_ASSERT with static_assert in media/
mostynb
2015-01-05
2
-4
/
+4
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
1
-1
/
+1
*
Cast: Make receiver use cast_transport
hubbe
2014-12-11
5
-57
/
+43
*
Cast: Clean up RtpReceiverStatistics handling.
hubbe
2014-11-22
1
-1
/
+2
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
3
-4
/
+4
*
Standardize usage of virtual/override/final in media/
dcheng
2014-10-21
4
-17
/
+17
*
[Cast] Clean-up: Move max_unacked_frames into CongestionControl.
miu
2014-10-07
1
-1
/
+1
*
[Cast] Video encoder clean-ups (stricter interfaces, encapsulation, etc.)
miu
2014-10-07
1
-1
/
+1
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
6
-13
/
+13
*
[Cast] Fix referenced_frame_ids emitted by Vp8Encoder, with massive test clea...
miu
2014-09-18
1
-1
/
+7
*
Cast: Make pacing controllable by the extension
hubbe
2014-09-12
1
-1
/
+3
*
Cast: Make vp8 3-buffer mode work
hubbe
2014-09-04
1
-2
/
+8
*
[Cast] Fix shutdown race between CastReceiverImpl/FrameReceiver and frame emi...
miu
2014-08-27
2
-1
/
+17
*
Remove implicit conversions from scoped_refptr to T* in media/
dcheng
2014-08-27
4
-10
/
+12
*
Implement adaptive target delay extension
hubbe@chromium.org
2014-08-22
2
-7
/
+15
*
Rewrite of RTCP parser.
hubbe@chromium.org
2014-08-18
2
-5
/
+3
*
Fix flaky cast_unittests where threads were being joined incorrectly.
miu@chromium.org
2014-08-02
2
-0
/
+10
*
Cast: Remove unused RTCP messages
hclam@chromium.org
2014-08-02
1
-2
/
+1
*
Cast: Build cast targets with GN
hclam@chromium.org
2014-07-31
1
-1
/
+1
[next]