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
/
webkit
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fold WebMediaPlayerProxy into WebMediaPlayerImpl.
scherkus@chromium.org
2013-03-01
5
-262
/
+73
*
Delete old RTCVideoDecoder code path.
wuchengli@chromium.org
2013-03-01
6
-74
/
+0
*
Use base::MessageLoopProxy instead of MessageLoop* in webkit/media/.
scherkus@chromium.org
2013-03-01
5
-94
/
+97
*
Linux: fix build with disabled libpvx support in media.
phajdan.jr@chromium.org
2013-02-27
2
-0
/
+5
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
2
-2
/
+2
*
Make clearkey build on Win64
jschuh@chromium.org
2013-02-18
1
-0
/
+4
*
Fix more remaining FilePath -> base::FilePath.
brettw@chromium.org
2013-02-18
1
-1
/
+1
*
Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.
acolwell@chromium.org
2013-02-15
2
-65
/
+21
*
ExternalClearKey: remove row-by-row copy code from libvpx wrapper.
tomfinegan@chromium.org
2013-02-13
1
-75
/
+0
*
Guard against midstream audio configuration changes.
dalecurtis@chromium.org
2013-02-12
2
-4
/
+20
*
Update Cdm Wrapper and ClearKeyCdm to work with CDM interface version 4.
xhwang@google.com
2013-02-12
13
-61
/
+102
*
Allow support for CENC and the AVC1 and AAC codecs in the Widevine CDM to be ...
ddorwin@chromium.org
2013-02-10
2
-41
/
+121
*
This patch fixes two audio issues for webrtc hangout.
xians@chromium.org
2013-02-08
2
-21
/
+37
*
When WebMediaPlayerManagerAndroid goes away, we should detach all the WMPA fr...
qinmin@chromium.org
2013-02-08
4
-6
/
+18
*
Properly manage lifetime of Helper Plugin in ProxyDecryptor.
ddorwin@chromium.org
2013-02-07
2
-3
/
+24
*
Renaming the CdmWrapper build targets.
dkovalev@chromium.org
2013-02-07
1
-2
/
+2
*
Update some #includes for headers that have been moved to the new Platform di...
pilgrim@chromium.org
2013-02-06
3
-3
/
+3
*
ExternalClearKey: Use 2 threads for decoding in libvpx.
tomfinegan@chromium.org
2013-02-06
1
-1
/
+3
*
Fix maxTimeSeekable() so it returns 0 when the pipeline doesn't have a durati...
acolwell@chromium.org
2013-02-05
1
-0
/
+5
*
Remove reference counting from media::AudioRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-4
/
+6
*
Enabling External Clear Key CDM on Mac OS
dkovalev@chromium.org
2013-02-05
2
-1
/
+15
*
Remove reference counting from media::VideoRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-3
/
+3
*
Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing ...
scherkus@chromium.org
2013-02-05
3
-35
/
+17
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-1
/
+1
*
Pass in media message loop to AudioRendererImpl and enforce calling on the ri...
scherkus@chromium.org
2013-01-31
1
-1
/
+3
*
Fix set duration edge cases.
acolwell@chromium.org
2013-01-30
2
-19
/
+89
*
Allow a null initData for external CDMs.
ddorwin@chromium.org
2013-01-30
1
-1
/
+2
*
Ensure FFmpegAudioDecoder passes aligned channel pointers.
dalecurtis@chromium.org
2013-01-30
1
-6
/
+6
*
Tighten up media::DecoderBuffer API contract for end of stream buffers (round...
scherkus@chromium.org
2013-01-28
4
-13
/
+27
*
Make webkit_media build on Win64
jschuh@chromium.org
2013-01-26
1
-0
/
+2
*
In ConfigureInputBuffer make sure IV is NULL when IV size is 0.
xhwang@chromium.org
2013-01-25
1
-3
/
+10
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2013-01-25
1
-0
/
+7
*
Allowing multiple MediaPlayers to connect to WebRtcAudioDeviceImpl by sharing...
xians@chromium.org
2013-01-24
1
-1
/
+1
*
Set WebMediaPlayerMS network state to loading instead of loaded
vrk@chromium.org
2013-01-24
1
-2
/
+1
*
Revert 177842. This doesn't build in standalone webkit builds:
thakis@chromium.org
2013-01-21
1
-7
/
+0
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2013-01-19
1
-0
/
+7
*
Update media::DataBuffer API to match media::DecoderBuffer.
scherkus@chromium.org
2013-01-17
1
-1
/
+1
*
Update some #includes in webkit/media/crypto for headers that were moved from...
pilgrim@chromium.org
2013-01-16
3
-4
/
+4
*
Update some #includes in webkit/media/android for headers that were moved fro...
pilgrim@chromium.org
2013-01-16
4
-7
/
+7
*
Nuke jrg from android OWNERS files.
yfriedman@chromium.org
2013-01-16
1
-1
/
+0
*
Update some #includes in webkit/media for headers in the new Platform directory
pilgrim@chromium.org
2013-01-15
14
-33
/
+32
*
Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...
scherkus@chromium.org
2013-01-15
2
-0
/
+2
*
Android: Fix compile errors in content_browsertests
nileshagrawal@chromium.org
2013-01-15
1
-2
/
+5
*
Encrypted Media: Enforcing the CDM to decode audio into S16 integers.
xhwang@chromium.org
2013-01-15
3
-44
/
+116
*
Ensure keySystem is always provided in keyerror events from Pepper CDMs.
ddorwin@chromium.org
2013-01-10
1
-32
/
+75
*
Refactor content::RenderAudioSourceProvider as webkit_media::WebAudioSourcePr...
scherkus@chromium.org
2013-01-10
7
-35
/
+226
*
Have WebMediaPlayerImpl maintain a reference to AudioRendererSink.
scherkus@chromium.org
2013-01-09
2
-0
/
+7
*
Encrypted Media: Reduce DecryptAndDecodeAudio log level in PpapiDecryptor.
xhwang@chromium.org
2013-01-09
1
-1
/
+1
*
Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/
danakj@chromium.org
2013-01-07
7
-107
/
+13
*
Roll speex, flac, libvpx DEPS to get shim header changes.
phajdan.jr@chromium.org
2013-01-07
1
-1
/
+2
[next]