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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove OnMediaResourcesReleased callback passed to MediaPlayerAndroid
qinmin
2014-09-03
11
-55
/
+4
*
[Android] Fix findbugs errors.
newt
2014-09-03
1
-1
/
+0
*
Increase DVLOG level of BitReader::SkipBits() from 0 to 1 and add TODO.
scherkus
2014-09-03
1
-1
/
+2
*
Revert of Reland 501823002: Used native deinterleaved and float point format...
xians
2014-09-03
3
-90
/
+32
*
Replace init_cb in Renderer::Initialize() with base::Closure.
xhwang
2014-09-03
5
-12
/
+11
*
Make Demuxer::Stop() synchronous.
xhwang
2014-09-02
5
-30
/
+24
*
CPU_ABI in Build has been deprecated using the Android L SDK.
henrika
2014-09-01
1
-1
/
+0
*
Updating buffered duration of local resource in android
amogh.bihani
2014-09-01
1
-5
/
+2
*
Used native deinterleaved and float point format for the input streams.
xians
2014-08-29
3
-32
/
+90
*
Remove time getters from AudioBufferQueue and AudioRendererAlgorithm.
scherkus
2014-08-29
3
-162
/
+0
*
media: Remove FilterCollection.
xhwang
2014-08-29
10
-219
/
+133
*
Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...
xians
2014-08-28
3
-6
/
+2
*
Add UMA for droppedframes count
prabhur
2014-08-28
1
-0
/
+4
*
Verify promise type before casting.
jrummell
2014-08-28
2
-41
/
+105
*
Avoid deadlock between Pipeline and RendererImpl.
xhwang
2014-08-28
1
-3
/
+7
*
Cleanup: Remove unneeded media/ SSE2 checks and unused code. (try 2)
thestig
2014-08-28
9
-442
/
+25
*
Don't try to decode more than one EOS at a time.
sandersd
2014-08-27
1
-2
/
+3
*
Revert of Used native deinterleaved and float point format for the input stre...
xians
2014-08-27
3
-90
/
+32
*
Used native deinterleaved and float point format for the input streams.
xians
2014-08-27
3
-32
/
+90
*
Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...
tnagel
2014-08-27
3
-2
/
+6
*
Remove the last piece of deprecated synchronous IO code.
xians
2014-08-27
3
-6
/
+2
*
Revert of Cleanup: Remove unneeded SSE2 checks and unused code. (patchset #4 ...
thestig
2014-08-27
7
-17
/
+291
*
Cleanup: Remove unneeded SSE2 checks and unused code.
thestig
2014-08-27
7
-291
/
+17
*
Remove implicit conversions from scoped_refptr to T* in media/
dcheng
2014-08-27
9
-23
/
+23
*
Extend media::VideoFrame to wrap CVPixelBuffer on OS X and iOS.
jfroy
2014-08-26
2
-0
/
+80
*
Revert of Implement unit test specific test launcher timeout (patchset #6 of ...
phajdan.jr
2014-08-25
1
-21
/
+14
*
Implement unit test specific test launcher timeout
Paweł Hajdan, Jr
2014-08-25
1
-14
/
+21
*
media: Introduce Renderer interface and RendererImpl.
xhwang
2014-08-23
12
-771
/
+312
*
Fix DCHECKs in V4l2VideoDevice.
wuchengli@chromium.org
2014-08-22
2
-15
/
+26
*
Add dependency on widevine headers.
brettw@chromium.org
2014-08-22
1
-1
/
+5
*
Reduce demuxer benchmark iterations.
rileya@chromium.org
2014-08-22
1
-1
/
+1
*
Changes to media.gyp for Chromoting iOS client
dcaiafa@chromium.org
2014-08-15
1
-1
/
+1
*
Using PROFILE_ANY for vp8 and vp9
amogh.bihani@samsung.com
2014-08-15
1
-4
/
+4
*
Update ClearKey to support CDM_6
jrummell@chromium.org
2014-08-15
3
-0
/
+13
*
gn win: Don't add linux-style cflags
scottmg@chromium.org
2014-08-14
1
-2
/
+6
*
Add UMA reporting to CdmPromise.
sandersd@chromium.org
2014-08-14
2
-0
/
+88
*
Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."
brettw@chromium.org
2014-08-13
1
-2
/
+2
*
Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace
brettw@chromium.org
2014-08-13
1
-2
/
+2
*
Allow setContentDecryptionModule() to get called when setting is done.
jrummell@chromium.org
2014-08-13
3
-2
/
+38
*
Introduce DecodeTimestamp class to make it easier to distiguish presentation ...
acolwell@chromium.org
2014-08-12
4
-15
/
+99
*
Split out media/base and media/android into GN targets.
dalecurtis@chromium.org
2014-08-11
2
-0
/
+513
*
Roll FFmpeg for M38
wolenetz@chromium.org
2014-08-09
1
-1
/
+1
*
[Checkstyle] Update static variable and constant names to match style guides.
aurimas@chromium.org
2014-08-08
3
-12
/
+12
*
Don't crash when splices are in the past due to bad media.
dalecurtis@chromium.org
2014-08-08
2
-2
/
+48
*
Fix for cross-origin video check for webgl
qinmin@chromium.org
2014-08-08
3
-2
/
+22
*
Pipeline: Invalidate weak pointers before returning stop callback.
xhwang@chromium.org
2014-08-08
3
-0
/
+16
*
Fix MediaDrmBridgeTest.IsKeySystemSupported_Widevine test.
xhwang@chromium.org
2014-08-06
1
-2
/
+9
*
Handle platforms with no bluetooth in AudioManagerAndroid.
benm@chromium.org
2014-08-06
1
-0
/
+5
*
Pipeline: Use WeakPtr for DemuxerHost Calls and Tasks.
xhwang@chromium.org
2014-08-06
2
-42
/
+45
*
Fix new[]/delete mismatch in AudioBusPerfTest.
scherkus@chromium.org
2014-08-05
1
-2
/
+2
[next]