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
*
Switch back to using VideoRenderer::StartPlayingFrom().
scherkus
2014-09-16
2
-3
/
+4
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/
thestig
2014-09-13
4
-4
/
+4
*
Replace the only use of media::MockStatisticsCB with a bound method.
scherkus
2014-09-13
2
-13
/
+0
*
Sprinkle some DVLOGs in media::WallClockTimeSource.
scherkus
2014-09-12
1
-0
/
+4
*
Extend media glue code to support the VideoToolbox cast video encoder.
jfroy
2014-09-12
6
-1
/
+633
*
Provide fine grained media playback time thru interpolation
qinmin
2014-09-12
5
-8
/
+27
*
Invalidate input buffer index after releasing MediaCodecBridge
qinmin
2014-09-12
1
-0
/
+1
*
Make media::WallClockTimeSource thread safe.
scherkus
2014-09-10
2
-9
/
+26
*
Add default impl for DemuxerStream::EnableBitstreamConverter().
xhwang
2014-09-10
2
-1
/
+5
*
media: Introduce DemuxerStreamProvider interface.
xhwang
2014-09-10
6
-17
/
+54
*
Switch to using media::TimeSource inside media::RendererImpl.
scherkus
2014-09-09
9
-41
/
+40
*
Android video capture: suppress deprecated warnings while migrating to new API
magjed
2014-09-09
4
-0
/
+4
*
Add content_shell_test_apk and several dependencies
cjhopman
2014-09-09
1
-0
/
+22
*
Fix potential deadlock between Pipeline and VideoRendererImpl.
scherkus
2014-09-09
1
-1
/
+5
*
MediaLog: Log selected audio/video decoder name.
xhwang
2014-09-09
4
-0
/
+20
*
Mark gtest and gmock as testonly in GN.
Brett Wilson
2014-09-08
2
-0
/
+4
*
Suppress build time warnings
qinmin
2014-09-08
1
-0
/
+6
*
Update Pepper interface for EME
jrummell
2014-09-08
1
-0
/
+10
*
GN: fix up //media/base linux dependencies
jamesr
2014-09-07
1
-0
/
+4
*
Move WebMediaPlayerImpl and its dependencies to media/blink.
acolwell
2014-09-06
2
-4
/
+2
*
Protect access to Pipeline::renderer_ with a lock.
scherkus
2014-09-05
1
-4
/
+9
*
Make index parameters in Ranges method match the type returned by size()
acolwell
2014-09-05
1
-4
/
+4
*
Move Mac media glue code from media/video/capture/mac to media/base/mac.
jfroy
2014-09-05
5
-0
/
+588
*
[Checkstyle] Enable additional name checks for Java.
Aurimas Liutikas
2014-09-04
3
-4
/
+4
*
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
[next]