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 Mac 64-bit components build.
avi@chromium.org
2013-10-24
1
-0
/
+2
*
Add support for using the sdtp box to determine keyframe info.
acolwell@chromium.org
2013-10-24
3
-4
/
+77
*
Refactor SourceBufferStream::InsertIntoExistingRange().
acolwell@chromium.org
2013-10-24
2
-40
/
+46
*
Add media_perftests target.
rileya@chromium.org
2013-10-24
1
-0
/
+13
*
Restore preroll state when decoder job created
wolenetz@chromium.org
2013-10-24
5
-72
/
+325
*
Fix cast.gyp
hclam@chromium.org
2013-10-24
8
-26
/
+20
*
Implement deferred decoder initialization.
dalecurtis@chromium.org
2013-10-24
2
-6
/
+55
*
Report 2 digit floating point failing rate percentage.
shadi@chromium.org
2013-10-24
1
-2
/
+2
*
Added AVFoundation Glue and Device Monitoring for Mac.
mcasas@chromium.org
2013-10-23
3
-0
/
+156
*
Revert 230334 "Improve and simplify AudioOutputDispatcher."
kbr@chromium.org
2013-10-23
4
-140
/
+284
*
Switch audio synchronization from sleep() based to select() based.
dalecurtis@chromium.org
2013-10-23
13
-209
/
+80
*
Refactor the Win audio code and make channel functions support a device id.
tommi@chromium.org
2013-10-23
7
-134
/
+83
*
Cast: Fix valgrind issues.
pwestin@google.com
2013-10-23
5
-8
/
+10
*
Implement webrtcAudioPrivate API, except for getAssociatedSink.
joi@chromium.org
2013-10-23
4
-1
/
+109
*
Switch CdmWrapper to use uint32_t for size types per style guide.
dalecurtis@chromium.org
2013-10-23
7
-86
/
+94
*
Improve and simplify AudioOutputDispatcher.
dalecurtis@chromium.org
2013-10-23
4
-284
/
+140
*
VideoCapture: abolish OnFrameInfo almost everywhere.
nick@chromium.org
2013-10-23
6
-54
/
+18
*
Plumb support for audio sample formats.
dalecurtis@chromium.org
2013-10-22
6
-94
/
+151
*
Drop DCHECK(!is_waiting_for_key_) from MediaSourcePlayer::MediaDecoderCallback.
xhwang@chromium.org
2013-10-22
1
-1
/
+0
*
Adding a logging class to cast.
mikhal@google.com
2013-10-22
7
-0
/
+498
*
Enable use of MediaDrm by default on Android.
xhwang@chromium.org
2013-10-22
2
-4
/
+0
*
Revert 229984 "Adding a logging class to cast. "
kouhei@chromium.org
2013-10-22
7
-495
/
+0
*
Add helper method to delete and remove SourceBufferRange objects.
acolwell@chromium.org
2013-10-22
2
-55
/
+60
*
Adding a logging class to cast.
mikhal@google.com
2013-10-22
7
-0
/
+495
*
Draw Cast logo when video is playing remotely
johnme@chromium.org
2013-10-21
2
-0
/
+5
*
Plumb PlatformVerification and AudioFramesImpl (Attempt II)
dalecurtis@chromium.org
2013-10-21
8
-71
/
+263
*
Allow EME base64 encoded keys to not be padded
jrummell@chromium.org
2013-10-21
2
-34
/
+85
*
Cast: Cleaning up static_casts
pwestin@google.com
2013-10-21
30
-95
/
+118
*
[Android] MediaPlayerBridge should pass Bridge to getAllowedOperations
benm@chromium.org
2013-10-21
1
-1
/
+2
*
(Partially) remove threading from RendererGpuVideoAcceleratorFactories
sheu@chromium.org
2013-10-20
1
-0
/
+2
*
Fail out of WASAPI render loop when errors are encountered.
dalecurtis@chromium.org
2013-10-20
2
-6
/
+8
*
android: Enable -Wunused-const-variable.
thakis@chromium.org
2013-10-20
1
-0
/
+2
*
Rename cast_receiver_impl to cast_receiver
hclam@chromium.org
2013-10-19
2
-2
/
+2
*
Add CdmWrapper to support multiple CDM versions in CdmAdapter.
xhwang@chromium.org
2013-10-19
5
-10
/
+218
*
Added end2end test.
pwestin@google.com
2013-10-19
16
-41
/
+935
*
CdmWrapper cleanups.
xhwang@chromium.org
2013-10-19
5
-467
/
+544
*
Replace MessageLoop with MessageLoopProxy in AudioOutputDispatcher.
dalecurtis@chromium.org
2013-10-18
4
-22
/
+22
*
Fix audio sink not resuming when an underflow is resolved while paused.
acolwell@chromium.org
2013-10-18
5
-24
/
+218
*
Add support for avc3 codec string.
acolwell@chromium.org
2013-10-18
7
-9
/
+39
*
Chrome renderer to depend on cast and cast_sender
hclam@chromium.org
2013-10-17
4
-7
/
+7
*
mac: Remove a static initializer.
thakis@chromium.org
2013-10-17
1
-1
/
+4
*
Ensure FakeAudioOutputStream runs on the WorkerLoop.
dalecurtis@chromium.org
2013-10-17
2
-2
/
+5
*
Add VideoCaptureDevice::GetDeviceSupportedFormats to interface + implementati...
mcasas@chromium.org
2013-10-16
9
-3
/
+155
*
GpuVideoDecoder: avoid deleting textures in use by client
sheu@chromium.org
2013-10-16
2
-35
/
+34
*
Cast: build fix for win 64
pwestin@google.com
2013-10-15
3
-6
/
+18
*
Fix crash and memory leak in VideoCaptureDeviceWin.
dalecurtis@chromium.org
2013-10-15
1
-26
/
+22
*
Revert 227436 "Plumb PPAPI PlatformVerification into CDM.h"
ddorwin@chromium.org
2013-10-15
3
-229
/
+9
*
Add ODROID-U2 in the camera buggy device list on Android.
wjia@chromium.org
2013-10-15
1
-0
/
+1
*
Preroll media after a seek is performed for MSE
qinmin@chromium.org
2013-10-14
8
-54
/
+144
*
Handle CdmWrapper::Initialize() failure gracefully.
xhwang@chromium.org
2013-10-14
2
-21
/
+26
[next]