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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement adaptive target delay extension
hubbe@chromium.org
2014-08-22
21
-74
/
+207
*
Only log audio input silence state UMA stats for low latency mode and if not ...
grunell@chromium.org
2014-08-22
2
-27
/
+68
*
Fix DCHECKs in V4l2VideoDevice.
wuchengli@chromium.org
2014-08-22
2
-15
/
+26
*
Add dependency on widevine headers.
brettw@chromium.org
2014-08-22
1
-1
/
+5
*
Minor code redundancy cleanup.
hubbe@chromium.org
2014-08-22
8
-200
/
+20
*
Reduce demuxer benchmark iterations.
rileya@chromium.org
2014-08-22
1
-1
/
+1
*
Delete some dead files
hubbe@chromium.org
2014-08-22
3
-325
/
+0
*
Minor cleanup of DecoderStreamTraits.
rileya@chromium.org
2014-08-21
4
-40
/
+10
*
Pass decoded picture size from VDA to client
kcwu@chromium.org
2014-08-21
3
-3
/
+29
*
2D Canvas doesn't blend video with the destination buffer.
dongseong.hwang@intel.com
2014-08-21
3
-13
/
+75
*
Mac QTKit Video Capture: Run QTCaptureSession teardown in UI thread, clean up...
mcasas@chromium.org
2014-08-21
3
-30
/
+28
*
Implement ClearKey message format as JSON.
jrummell@chromium.org
2014-08-19
8
-19
/
+327
*
Cast: Reject old RTCP packets
hubbe@chromium.org
2014-08-19
6
-6
/
+96
*
Fix some error states in VideoCaptureDeviceWin::AllocateAndStart.
grunell@chromium.org
2014-08-19
1
-4
/
+11
*
Cast: Deduplicate retransmission packets using audio packets
hclam@chromium.org
2014-08-18
20
-55
/
+390
*
Fix passing of init_data_type size to CDM_4 and CDM_5.
sandersd@chromium.org
2014-08-18
1
-12
/
+16
*
Revert 290359 "Remove AudioBuffersState class."
acolwell@chromium.org
2014-08-18
35
-82
/
+177
*
Remove AudioBuffersState class.
acolwell@chromium.org
2014-08-18
35
-177
/
+82
*
Rewrite of RTCP parser.
hubbe@chromium.org
2014-08-18
23
-1912
/
+864
*
Mac Video Capture: Change an ErrorMessage to LogMessage
mcasas@chromium.org
2014-08-18
2
-2
/
+15
*
Fix the unnecessary sleep when no back to back OnData call.
xians@chromium.org
2014-08-18
1
-1
/
+4
*
Fix windows compilation warning in es_parser_adts.
damienv@chromium.org
2014-08-18
2
-2
/
+3
*
Cast: cast_simulator to use the same settings at the extension
hclam@chromium.org
2014-08-16
1
-3
/
+3
*
Cast: Increase max outstanding frames to 120
hclam@chromium.org
2014-08-16
1
-1
/
+4
*
Cast: Move retransmission to the transport
hclam@chromium.org
2014-08-16
13
-108
/
+311
*
Smarter algorithm for extending 8-bit frame IDs to 32-bit frame IDs.
hubbe@chromium.org
2014-08-15
3
-44
/
+45
*
Changes to media.gyp for Chromoting iOS client
dcaiafa@chromium.org
2014-08-15
4
-17
/
+9
*
Mpeg2 TS - Fail when no valid timestamp in the ADTS parser.
damienv@chromium.org
2014-08-15
8
-138
/
+389
*
Bail out with error instead of dvlog if fail to GetNumberOfCapabilities in Wi...
grunell@chromium.org
2014-08-15
1
-1
/
+1
*
Cast streaming logging: Log additional stats for the GetStats() API.
imcheng@chromium.org
2014-08-15
3
-33
/
+188
*
Support persistent sessions with CDM5/6.
jrummell@chromium.org
2014-08-15
1
-0
/
+37
*
VideoRendererImpl: Delay report of BUFFERING_HAVE_NOTHING.
acolwell@chromium.org
2014-08-15
3
-6
/
+25
*
Using PROFILE_ANY for vp8 and vp9
amogh.bihani@samsung.com
2014-08-15
6
-28
/
+58
*
Update ClearKey to support CDM_6
jrummell@chromium.org
2014-08-15
9
-40
/
+203
*
Add UMA stats for silence AudioInputController.
grunell@chromium.org
2014-08-14
2
-1
/
+57
*
Convert between |init_data_type| and content type.
sandersd@chromium.org
2014-08-14
1
-2
/
+34
*
gn win: Don't add linux-style cflags
scottmg@chromium.org
2014-08-14
1
-2
/
+6
*
Mac QTKit Video Capture: Force BlackMagic cameras to be opened in HD
mcasas@chromium.org
2014-08-14
4
-14
/
+54
*
Add UMA reporting to CdmPromise.
sandersd@chromium.org
2014-08-14
2
-0
/
+88
*
Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."
brettw@chromium.org
2014-08-13
2
-4
/
+4
*
Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace
brettw@chromium.org
2014-08-13
2
-4
/
+4
*
Add UMA stats for open audio input device failure.
grunell@chromium.org
2014-08-13
2
-22
/
+39
*
Reduces DVLOG overhead in PulseAudioInputStream for Linux.
henrika@chromium.org
2014-08-13
1
-3
/
+0
*
Cast: Fix use after free in a testing tool
hclam@chromium.org
2014-08-13
1
-2
/
+4
*
Allow setContentDecryptionModule() to get called when setting is done.
jrummell@chromium.org
2014-08-13
17
-55
/
+208
*
Mac Video Capture: expose --enable-avfoundation as tristate in chrome://flags
mcasas@chromium.org
2014-08-12
1
-3
/
+0
*
Introduce DecodeTimestamp class to make it easier to distiguish presentation ...
acolwell@chromium.org
2014-08-12
27
-373
/
+485
*
Cast: add UMA for video encode accelerator initialization result.
posciak@chromium.org
2014-08-12
1
-6
/
+11
*
MediaStreamTrack.getSources list is now updated when input devices is disable...
henrika@chromium.org
2014-08-12
1
-3
/
+0
*
Mac Video Capture: correct to float the erroneous handling of frame rate as int.
mcasas@chromium.org
2014-08-12
5
-11
/
+21
[next]