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
*
Revert 177842. This doesn't build in standalone webkit builds:
thakis@chromium.org
2013-01-21
8
-476
/
+5
*
Fix media/base 64-bit compilation issues
jschuh@chromium.org
2013-01-21
2
-4
/
+3
*
Fix bug in r177570 for scheduling next callback time when behind by more then...
justinlin@chromium.org
2013-01-20
1
-1
/
+1
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2013-01-19
8
-5
/
+476
*
Remove incorrect 5.1 swizzling.
dalecurtis@chromium.org
2013-01-19
1
-30
/
+0
*
Tab Audio Mirroring: WebContentsAudioInputStream is a new implementation whic...
miu@chromium.org
2013-01-18
9
-138
/
+251
*
Fix VirtualAudioInputStream callback timing issues.
justinlin@chromium.org
2013-01-18
2
-4
/
+18
*
Revert 177550
scherkus@chromium.org
2013-01-18
7
-62
/
+22
*
Tighten up media::DecoderBuffer API contract for end of stream buffers.
scherkus@chromium.org
2013-01-18
7
-22
/
+62
*
Update media::DataBuffer API to match media::DecoderBuffer.
scherkus@chromium.org
2013-01-17
13
-77
/
+118
*
Add chromium support for MediaStreamAudioDestinationNode
crogers@google.com
2013-01-17
1
-0
/
+1
*
Tighten up media::DecoderBuffer data requirements.
scherkus@chromium.org
2013-01-17
5
-20
/
+48
*
Introduce IPC validation to the media::VideoCaptureParams type.
cevans@chromium.org
2013-01-17
1
-0
/
+3
*
Add support for accepting MPEG2 AAC-LC bitstreams.
acolwell@chromium.org
2013-01-16
5
-13
/
+61
*
Nuke jrg from android OWNERS files.
yfriedman@chromium.org
2013-01-16
1
-1
/
+0
*
Add MPEG2 AAC-LC test file.
acolwell@chromium.org
2013-01-16
1
-0
/
+0
*
Fix TSAN-detected data race: Sync with audio thread before accessing output_s...
miu@chromium.org
2013-01-16
1
-0
/
+3
*
media: Fix Opus support, and handle bad timestamps correctly in the Opus wrap...
tomfinegan@chromium.org
2013-01-16
2
-2
/
+5
*
Clean-up and bug fixes in AudioOutputController:
miu@chromium.org
2013-01-16
3
-140
/
+99
*
Add trace events for media source extension (MSE).
xhwang@chromium.org
2013-01-16
2
-0
/
+23
*
Bug fix: Bypass dispatcher output stream caching scheme for virtual output st...
miu@chromium.org
2013-01-15
2
-243
/
+320
*
Refactor SourceBufferStream to remove waiting_for_keyframe_ hack.
acolwell@chromium.org
2013-01-15
3
-169
/
+336
*
Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...
scherkus@chromium.org
2013-01-15
32
-287
/
+261
*
Enforce non-negative BitstreamBuffer id
sheu@chromium.org
2013-01-15
2
-3
/
+5
*
Encrypted Media: Enforcing the CDM to decode audio into S16 integers.
xhwang@chromium.org
2013-01-15
3
-5
/
+33
*
Revert 176748
cevans@chromium.org
2013-01-14
1
-3
/
+0
*
Introduce IPC validation to the media::VideoCaptureParams type.
cevans@chromium.org
2013-01-14
1
-0
/
+3
*
Update RendererWebKitPlatformSupportImpl::createAudioDevice() to handle |inpu...
crogers@google.com
2013-01-12
1
-0
/
+1
*
Encrypted Media: Update config/state after config changed in DecryptingAudioD...
xhwang@chromium.org
2013-01-12
3
-8
/
+50
*
Add unit tests for ISO CENC (encrypted MP4).
ddorwin@chromium.org
2013-01-12
1
-1
/
+173
*
Fix indentation in SourceBufferRange.
xhwang@chromium.org
2013-01-12
1
-2
/
+2
*
Improve thread safety for device changes on OSX.
dalecurtis@google.com
2013-01-11
7
-75
/
+432
*
Tab Audio Mirroring/Capture: Browser-side connect/disconnect functionality:
miu@chromium.org
2013-01-11
5
-212
/
+404
*
Do not require a key before processing unencrypted frames within a potentiall...
ddorwin@chromium.org
2013-01-11
2
-27
/
+144
*
Introduce keyframe_map_index_base_ to SourceBufferRange.
xhwang@chromium.org
2013-01-11
2
-15
/
+44
*
Removed files that were renamed in a previous CL.
ddorwin@chromium.org
2013-01-11
8
-13
/
+19
*
Revert 176228
dalecurtis@google.com
2013-01-11
8
-419
/
+76
*
Improve thread safety for device changes on OSX.
dalecurtis@google.com
2013-01-11
8
-76
/
+419
*
Add test files for new EME tests.
ddorwin@chromium.org
2013-01-11
15
-0
/
+17
*
Add pause timer to ease resource usage when not playing.
dalecurtis@chromium.org
2013-01-10
6
-32
/
+120
*
Fix CHECK failure processing unencrypted frames within a potentially encrypt...
ddorwin@chromium.org
2013-01-10
2
-7
/
+23
*
Use scoped_ptr<> and deleter for media::DecoderBuffer::data_.
xhwang@chromium.org
2013-01-09
2
-24
/
+10
*
Prevent SourceBufferRange.waiting_for_keyframe_ from being lost on range merges.
acolwell@chromium.org
2013-01-08
2
-2
/
+44
*
Add unit tests for config changes involving encrypted streams.
ddorwin@chromium.org
2013-01-08
1
-16
/
+110
*
Added debug logging for MSE config changes.
ddorwin@chromium.org
2013-01-08
4
-5
/
+15
*
Roll speex, flac, libvpx DEPS to get shim header changes.
phajdan.jr@chromium.org
2013-01-07
1
-1
/
+2
*
Encrypted Media: Add config change support in DecryptingAudioDecoder.
xhwang@chromium.org
2013-01-06
3
-62
/
+180
*
Encrypted Media: Add config change support in DecryptingVideoDecoder.
xhwang@chromium.org
2013-01-06
3
-54
/
+202
*
Fix regression with audio mirroring due to observers being added while iterat...
justinlin@chromium.org
2013-01-05
1
-0
/
+2
*
Convert a few LOG statements to MEDIA_LOG in MP4StreamParser.
acolwell@chromium.org
2013-01-05
1
-3
/
+7
[next]