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
*
Fix a couple edges cases with audio preroll processing.
dalecurtis@chromium.org
2014-06-05
4
-27
/
+75
*
[Cast] Cleanup VideoSender: Dead code removal, lotsa documentation, use uint3...
miu@chromium.org
2014-06-05
13
-307
/
+198
*
Allow OPUS files with a codec delay of zero.
dalecurtis@chromium.org
2014-06-05
2
-15
/
+47
*
Fix DCHECK triggered when using a webcam on debug builds
robert.bradford@intel.com
2014-06-04
2
-3
/
+4
*
[Cast] Cleanup: Remove TransportXXXXXSender, an unnecessary layer of indirect...
miu@chromium.org
2014-06-04
17
-348
/
+139
*
Support for YUV 4:4:4 subsampling in vpx decoder.
sandersd@chromium.org
2014-06-04
2
-14
/
+35
*
Revert 258215 "Remove muting for extreme playbackRates."
scherkus@chromium.org
2014-06-04
3
-1
/
+47
*
Add 4:4:4 VP9 test file.
scherkus@chromium.org
2014-06-03
1
-0
/
+0
*
VideoCaptureDeviceFactory: change device enumeration to callback + QTKit enum...
mcasas@chromium.org
2014-06-03
18
-119
/
+258
*
Changing default_url to destination_url for consistency
amogh.bihani@samsung.com
2014-06-03
4
-8
/
+9
*
use imageInfo instead of (deprecated) getDevice and config()
reed@google.com
2014-06-03
1
-3
/
+2
*
MSE: Allow fully discarding frames with resulting timestamps below 0
wolenetz@chromium.org
2014-06-03
2
-14
/
+42
*
Add PlayerTracker and BrowserCdm interfaces.
xhwang@chromium.org
2014-06-03
17
-62
/
+334
*
[Cast] Clean-up: Merge RtpReceiver+AudioReceiver+VideoReceiver-->FrameReceiver.
miu@chromium.org
2014-06-03
31
-1780
/
+1051
*
Enable splice frames and partial appends for AAC; with test!
dalecurtis@chromium.org
2014-06-03
2
-15
/
+24
*
Support for YUV 4:4:4 subsampling.
sandersd@chromium.org
2014-06-03
5
-95
/
+226
*
Add gapless playback support for AAC playback.
dalecurtis@google.com
2014-05-31
14
-143
/
+485
*
Always use the source channel layout with AudioBufferConverter.
dalecurtis@google.com
2014-05-31
2
-10
/
+15
*
Cast: Log audio received events for audio
hclam@chromium.org
2014-05-31
3
-2
/
+17
*
Remove runtime CPU detection for SSE optimized media/ methods.
dalecurtis@chromium.org
2014-05-31
13
-337
/
+162
*
Mac Video Capture: Connect error logging to WebRTC Log.
mcasas@chromium.org
2014-05-30
5
-38
/
+79
*
Make DefaultDeleter for Video{De|En}codeAccelerator
dmichael@chromium.org
2014-05-30
6
-12
/
+66
*
Cast: cancel re-sending if a later nack packet says the receiver doesn't want...
hubbe@chromium.org
2014-05-30
6
-39
/
+35
*
linux_aura: Add a "--display=" switch like GTK+ has.
erg@chromium.org
2014-05-30
1
-2
/
+3
*
[Cast] Clean-up: Merge AudioReceiverConfig+VideoReceiverConfig-->FrameReceive...
miu@chromium.org
2014-05-30
27
-175
/
+194
*
fixes windows hardlock on small videos
luken@chromium.org
2014-05-29
1
-0
/
+8
*
Revert 273599 "Cast: Synthetic benchmark tool."
mattm@chromium.org
2014-05-29
8
-833
/
+8
*
Cast: Synthetic benchmark tool.
hubbe@chromium.org
2014-05-29
8
-8
/
+833
*
Require time update callbacks to be called on the media thread.
scherkus@chromium.org
2014-05-29
3
-14
/
+15
*
Remove dead constants from AudioOutputController.
dalecurtis@chromium.org
2014-05-29
2
-8
/
+0
*
Mac Video Capture: Connect anti-flicker (power line frequency removal)
mcasas@chromium.org
2014-05-28
1
-0
/
+261
*
Android: cleanup gtest_target_type conditions.
bulach@chromium.org
2014-05-28
1
-18
/
+8
*
Using GURL in place of std::string for destination_url
amogh.bihani@samsung.com
2014-05-28
11
-22
/
+37
*
Enable ADTS demuxing by default in Media Source.
dalecurtis@chromium.org
2014-05-28
5
-22
/
+0
*
[Android] Fix the issue of muted attribute in video element does not work.
shouqun@chromium.org
2014-05-28
2
-1
/
+10
*
reland 260073013: Added automatic mode to FakeInputAudioStream to generate au...
xians@chromium.org
2014-05-27
3
-19
/
+36
*
Adds volume level measurements to the AudioInputController for low-latency cl...
henrika@chromium.org
2014-05-27
3
-0
/
+109
*
Revert 272884 "reland 260073013: Added automatic mode to FakeInp..."
grunell@chromium.org
2014-05-27
3
-36
/
+19
*
[Cast] Repair receiver playout time calculations and frame skip logic.
miu@chromium.org
2014-05-27
19
-599
/
+783
*
reland 260073013: Added automatic mode to FakeInputAudioStream to generate au...
xians@chromium.org
2014-05-26
3
-19
/
+36
*
pkg-config-wrapper: use system_libdir for libpath
vapier@chromium.org
2014-05-26
1
-1
/
+1
*
Add bear_320x192_40frames.yuv test stream for video_encode_accelerator_unittest.
posciak@chromium.org
2014-05-26
1
-0
/
+4216
*
[Cast] Aggressively send sender reports until first receiver report is received.
miu@chromium.org
2014-05-24
8
-103
/
+140
*
Cast: Only ACK decododable frames
hubbe@chromium.org
2014-05-24
10
-256
/
+194
*
Cast: Make the udp proxy actually work for v1 mirroring
hubbe@chromium.org
2014-05-24
1
-61
/
+78
*
Add new test data for ChunkDemuxer tests. BUG=371633
dalecurtis@google.com
2014-05-23
1
-0
/
+0
*
Revert of Update AudioRenderer API to fire changes in BufferingState. (https:...
alph@chromium.org
2014-05-23
8
-228
/
+386
*
Add MediaDrmBridge::AddKeySystemUuidMapping().
ycheo@chromium.org
2014-05-23
3
-11
/
+90
*
Prevent media::ClocklessAudioSink from stopping already stopped threads.
scherkus@chromium.org
2014-05-23
1
-7
/
+9
*
Add a new test stream for video_encode_accelerator_unittest.
posciak@chromium.org
2014-05-23
1
-0
/
+5
[next]