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
*
Remove reference counting from media::Pipeline.
scherkus@chromium.org
2013-05-07
2
-3
/
+4
*
Notify geometry when requesting for external surface
wonsik@chromium.org
2013-05-07
2
-3
/
+4
*
Allow extra codec data to be passed to AudioCodecBridge
qinmin@chromium.org
2013-05-07
1
-1
/
+5
*
Notify Blink when the current_frame_'s natural_size() changes.
acolwell@chromium.org
2013-05-06
2
-3
/
+20
*
Move AudioBus creation into provideInput().
dalecurtis@chromium.org
2013-05-06
2
-6
/
+13
*
Reduce memory usage in DecodeAudioFileData if we know the duration.
rtoy@google.com
2013-05-04
1
-33
/
+95
*
Do not use bundles for the CDM on Mac.
ddorwin@chromium.org
2013-05-03
1
-11
/
+3
*
Temporarily disable canPlayType() and tests for component CDM.
ddorwin@chromium.org
2013-05-03
2
-0
/
+10
*
Handle decoding of vorbis files better on Android
rtoy@google.com
2013-05-03
2
-10
/
+12
*
Fix several WebAudioSourceProviderImpl issues.
dalecurtis@chromium.org
2013-05-01
3
-38
/
+289
*
Rename MediaPlayerBridgeManager to MediaPlayerManager
qinmin@chromium.org
2013-05-01
3
-107
/
+0
*
webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Enable MSE for TV
qinmin@chromium.org
2013-04-27
9
-24
/
+775
*
Merge MediaPlayerAndroid with MediaPlayerImplAndroid.
qinmin@chromium.org
2013-04-26
5
-294
/
+138
*
Replace myself with Min for media/android/OWNERS
yfriedman@chromium.org
2013-04-26
1
-1
/
+1
*
Remove reference counting from media::DataSource and friends.
scherkus@chromium.org
2013-04-26
5
-33
/
+34
*
Remove xxxFloat() and setEndTime() methods from WebMediaPlayer implementations.
acolwell@chromium.org
2013-04-25
6
-168
/
+0
*
media: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-24
2
-2
/
+2
*
add a simple file check for hasSingleSecurityOrigin()
qinmin@chromium.org
2013-04-23
1
-0
/
+4
*
Use base::MessageLoop in media code.
xhwang@chromium.org
2013-04-22
6
-10
/
+10
*
Remove reference counting from media::Demuxer and friends.
scherkus@chromium.org
2013-04-22
6
-110
/
+113
*
media: Add support for playback of VP8 Alpha video streams
vigneshv@chromium.org
2013-04-19
1
-4
/
+5
*
Fix incorrect sign on kMinScale in audio decoder
rtoy@google.com
2013-04-19
1
-1
/
+1
*
Reland: Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-19
5
-181
/
+95
*
Location/size change notification when external rendering is enabled
wonsik@chromium.org
2013-04-19
7
-5
/
+84
*
Revert 194993 "Remove reference counting from media::VideoDecode..."
scherkus@chromium.org
2013-04-18
5
-95
/
+181
*
Remove reference counting from media::VideoDecoder and friends.
scherkus@chromium.org
2013-04-18
5
-181
/
+95
*
Enable video painting on Canvas for Chrome on Android. This change should lan...
hkuang@chromium.org
2013-04-18
2
-0
/
+38
*
Change original WebMediaPlayer signatures from float to double.
acolwell@chromium.org
2013-04-17
11
-118
/
+104
*
Revert 194465 "media: Add support for playback for VP8 Alpha vid..."
mek@chromium.org
2013-04-16
1
-6
/
+5
*
media: Add support for playback for VP8 Alpha video streams.
tomfinegan@chromium.org
2013-04-16
1
-5
/
+6
*
Remove unused flush operation from Chromium audio.
miu@chromium.org
2013-04-16
2
-3
/
+3
*
Check glibc version for kWidevineBaseKeySystem as well.
xhwang@chromium.org
2013-04-15
1
-1
/
+4
*
Android implementation of WebAudio audio file decoder.
rtoy@google.com
2013-04-15
2
-3
/
+200
*
Add custom entry fields for a sub-resource URL. The plan is to use this with ...
cdn@chromium.org
2013-04-12
1
-0
/
+4
*
media: switch from deprecated CODEC_ID_* to AV_CODEC_ID_*
phajdan.jr@chromium.org
2013-04-12
2
-8
/
+8
*
Modify kUseExternalVideoSurface to have threshold value.
wonsik@chromium.org
2013-04-11
3
-10
/
+26
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
6
-19
/
+26
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
6
-26
/
+19
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
6
-19
/
+26
*
Add xxxFloat() methods to WebMediaPlayer implementations.
acolwell@chromium.org
2013-04-08
6
-8
/
+128
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
11
-11
/
+11
*
Fix a compile assert macro undef to match define
wolenetz@chromium.org
2013-04-06
1
-1
/
+1
*
Move key system constants to separate file.
kjyoun@google.com
2013-04-03
4
-125
/
+184
*
Fire kClientError in the event of Decryptor creation failure.
xhwang@chromium.org
2013-04-02
1
-1
/
+1
*
Clean up media EME UMA reporting in WebMediaPlayerImpl.
xhwang@chromium.org
2013-04-02
1
-20
/
+31
*
Revert 191795 "Move key system constants to separate file."
tommyw@chromium.org
2013-04-02
4
-183
/
+125
*
Move key system constants to separate file.
kjyoun@google.com
2013-04-02
4
-125
/
+183
*
Extract metadata for media elements
qinmin@chromium.org
2013-04-02
2
-2
/
+7
*
Exclude OS_CHROMEOS when using WIDEVINE_CDM_MIN_GLIBC_VERSION.
xhwang@google.com
2013-04-02
2
-8
/
+11
[next]