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
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
27
-41
/
+37
*
[cast] AAC encoder for OS X and iOS based on AudioConverter and AudioFile
jfroy
2014-10-24
4
-0
/
+411
*
[cast] Allow audio encoder implementations to specify the frame length.
jfroy
2014-10-24
4
-45
/
+69
*
[Cast] Make software VP8 encoder adhere to bitrate micro-management.
miu
2014-10-22
2
-57
/
+74
*
[Cast] cast_simulator improvements to better test encoder behaviors.
miu
2014-10-22
3
-65
/
+92
*
Type conversion fixes, media/ edition.
pkasting
2014-10-21
3
-8
/
+11
*
Standardize usage of virtual/override/final in media/
dcheng
2014-10-21
45
-302
/
+258
*
Cast: set UDP socket send buffer size via options
hclam
2014-10-17
6
-13
/
+50
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-17
1
-1
/
+1
*
Use int64 more pervasively in storing time s/ms/us values.
pkasting
2014-10-14
2
-2
/
+2
*
change newly added OVERRIDE to override in media/
mostynb
2014-10-09
1
-2
/
+2
*
[Cast] Fix use of uninitialized value introduced by r298551.
Yuri Wiitala
2014-10-08
1
-0
/
+1
*
Refactor AppendToFile and WriteFileDescriptor
chirantan
2014-10-07
1
-1
/
+1
*
[Cast] Clean-up: Move max_unacked_frames into CongestionControl.
miu
2014-10-07
13
-53
/
+74
*
[Cast] Video encoder clean-ups (stricter interfaces, encapsulation, etc.)
miu
2014-10-07
19
-296
/
+333
*
replace OVERRIDE and FINAL with override and final in media/
mostynb
2014-10-07
48
-163
/
+163
*
[src/media] Declaring the weak_ptr_factory in proper order in cast,mojo and f...
kulkarni.a
2014-10-03
2
-5
/
+5
*
Remove AudioBuffersState class
acolwell
2014-09-29
2
-4
/
+4
*
Remove VPX conditionals from media and remoting.
brettw
2014-09-27
1
-6
/
+0
*
Cast: Reduce the size of stats
hclam
2014-09-24
1
-14
/
+21
*
Replace forward_dependent_configs with public_deps
Brett Wilson
2014-09-23
3
-14
/
+6
*
Cast: Allow extension to control wifi options on windows
hubbe
2014-09-23
3
-1
/
+44
*
Add VEA supported profiles to GPUInfo.
wuchengli
2014-09-23
2
-0
/
+7
*
Define a new media_cast target which provides the minimal functionality
jfroy
2014-09-22
2
-2
/
+60
*
Use VPX_IMG_FMT_*/VPX_PLANE_* defines
johannkoenig
2014-09-22
1
-4
/
+4
*
[Cast] Limit frames in flight by duration, and not by number of frames.
miu
2014-09-20
16
-149
/
+277
*
[Cast] Fix referenced_frame_ids emitted by Vp8Encoder, with massive test clea...
miu
2014-09-18
3
-123
/
+70
*
[Cast] Add target playout delay CL arg for cast_simulator.
miu
2014-09-18
1
-7
/
+31
*
[Cast] Fix RtcpParser to parse negative playout delay deltas in receiver repo...
miu
2014-09-16
2
-4
/
+6
*
GN: Build libvpx
Alpha Lam
2014-09-15
1
-21
/
+14
*
[Cast] Sanity-check for unbounded queue growth in PacedSender.
miu
2014-09-15
2
-8
/
+19
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/
thestig
2014-09-13
1
-1
/
+1
*
Cast: Make pacing controllable by the extension
hubbe
2014-09-12
7
-23
/
+68
*
Cast: First stab at implementing adaptive latency
hubbe
2014-09-12
14
-38
/
+95
*
Cast: Logging estimates clock difference based on packets
hubbe
2014-09-11
6
-145
/
+280
*
Cast: Flow hw encoder initialization error to extensions API
hclam
2014-09-10
14
-50
/
+126
*
Cast: Let the extension control if DSCP is on or off.
hubbe
2014-09-10
10
-3
/
+23
*
[Cast] Track audio queued in encoder; account for it in ShouldDropNextFrame().
miu
2014-09-09
9
-30
/
+96
*
[Cast] RTT clean-up to the max!
miu
2014-09-09
11
-454
/
+195
*
Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cleanup
hubbe
2014-09-08
8
-464
/
+306
*
Add lots of testonly annotations to the GN build.
Brett Wilson
2014-09-08
1
-0
/
+4
*
Revert of Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cle...
noel
2014-09-07
8
-306
/
+462
*
Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cleanup
hubbe
2014-09-07
8
-462
/
+306
*
Convert GN visibility variables to lists.
brettw
2014-09-06
2
-2
/
+2
*
Cast: Merge common functionality from audio/video sender into frame_sender.
hubbe
2014-09-06
9
-454
/
+414
*
Cast: Get rid of frame_id_map
hubbe
2014-09-05
11
-396
/
+269
*
Cast: merge InsertCoded{Audio,Video}Frame into InsertFrame
hubbe
2014-09-04
7
-35
/
+32
*
Cast: Make vp8 3-buffer mode work
hubbe
2014-09-04
7
-194
/
+158
*
Explicitly #include <algorithm> in media/cast/logging/encoding_event_subscrib...
Paweł Hajdan, Jr
2014-09-02
1
-0
/
+1
*
[Cast] In Audio/VideoSender, drop frames when too-long a duration is in-flight.
miu
2014-08-29
12
-155
/
+134
[next]