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
/
media.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove MockReader.
acolwell@chromium.org
2012-06-27
1
-1
/
+0
*
Move java files into src parent directory.
navabi@google.com
2012-06-26
1
-1
/
+1
*
Enable MP4 support when we have Chrome branding.
acolwell@chromium.org
2012-06-23
1
-2
/
+2
*
Ensure media's buffered ranges always have a range that includes currentTime.
fischman@chromium.org
2012-06-23
1
-0
/
+1
*
Disable MP4StreamParser code for chromium builds.
acolwell@chromium.org
2012-06-21
1
-18
/
+26
*
Add UMA reporting for GpuVideoDecoder::Initialize status.
fischman@chromium.org
2012-06-20
1
-0
/
+1
*
Add Decryptor interface.
xhwang@chromium.org
2012-06-19
1
-1
/
+2
*
Android: native targets shouldn't depend on java targets.
torne@chromium.org
2012-06-19
1
-1
/
+0
*
Generalize AesDecryptor to make it more spec compliant.
xhwang@chromium.org
2012-06-16
1
-0
/
+1
*
Implement ISO BMFF support in Media Source (try 2).
strobe@google.com
2012-06-15
1
-0
/
+19
*
Revert 142268 - Implement ISO BMFF support in Media Source.
gbillock@chromium.org
2012-06-15
1
-19
/
+0
*
Implement ISO BMFF support in Media Source.
strobe@google.com
2012-06-14
1
-0
/
+19
*
Remove duplicate CPU detection code; use base::CPU instead.
dalecurtis@chromium.org
2012-06-12
1
-25
/
+0
*
Add support to be able to asynchronously read from a CancelableSyncSocket
tommi@chromium.org
2012-06-07
1
-8
/
+12
*
Reorganize so that ChunkDemuxerStreams create and own SourceBufferStreams.
annacc@chromium.org
2012-06-06
1
-2
/
+0
*
Revert 140453 - Reorganize so that ChunkDemuxerStreams create and own SourceB...
acolwell@chromium.org
2012-06-05
1
-0
/
+2
*
Reorganize so that ChunkDemuxerStreams create and own SourceBufferStreams.
annacc@chromium.org
2012-06-05
1
-2
/
+0
*
Introducing DecoderBuffer and general Buffer cleanup.
dalecurtis@google.com
2012-05-31
1
-0
/
+3
*
Preparation work to move AudioRenderer and VideoRenderer out of Filter hierarchy
scherkus@chromium.org
2012-05-23
1
-0
/
+2
*
Note: this change does nothing unless order_profiling=1 is manually set in GY...
glotov@google.com
2012-05-16
1
-0
/
+14
*
Add support for BlockGroup elements with BlockDuration.
acolwell@chromium.org
2012-05-16
1
-1
/
+3
*
ui: Move gl/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-12
1
-3
/
+3
*
Re-land r136486 (reverted in r136500).
fischman@chromium.org
2012-05-11
1
-3
/
+0
*
Revert 136486 - Delete DownloadRateMonitor since it's never worked right.
tkent@chromium.org
2012-05-11
1
-0
/
+3
*
Delete DownloadRateMonitor since it's never worked right.
fischman@chromium.org
2012-05-11
1
-3
/
+0
*
Android content shell bringup.
jrg@chromium.org
2012-05-10
1
-0
/
+12
*
Report correct buffered TimeRanges instead of faking a single TimeRange.
fischman@chromium.org
2012-05-10
1
-0
/
+2
*
Add initial implementation of SourceBufferStream
vrk@google.com
2012-05-04
1
-0
/
+3
*
Remove VideoDecoder from the Filter heirarchy.
xhwang@chromium.org
2012-05-03
1
-0
/
+2
*
Add StreamParserBuffer to ChunkDemuxer
vrk@google.com
2012-05-02
1
-0
/
+2
*
This patch introduces a simplified SourceBuffer that takes ownership of Chunk...
annacc@chromium.org
2012-05-02
1
-0
/
+2
*
Implement the skeleton of an android content shell.
tedchoc@chromium.org
2012-04-25
1
-0
/
+2
*
Re-land software audio mixer.
enal@chromium.org
2012-04-19
1
-0
/
+4
*
Revert 132891 - Software audio mixer.
thestig@chromium.org
2012-04-19
1
-4
/
+0
*
Software audio mixer.
enal@chromium.org
2012-04-18
1
-0
/
+4
*
Adds WebRTC histogram data to be uploaded as part of UMA logging events.
henrika@chromium.org
2012-04-11
1
-0
/
+2
*
Cull unnecessary media::VideoFrame::Formats from the enum.
fischman@chromium.org
2012-04-11
1
-2
/
+0
*
Rename AudioRendererBase and AudioRendererAlgorithmBase
vrk@chromium.org
2012-04-09
1
-6
/
+6
*
Adding android mediaplayer implementation to chromium
qinmin@chromium.org
2012-04-06
1
-2
/
+38
*
Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink
vrk@chromium.org
2012-04-06
1
-2
/
+2
*
Revert 131064 - Adding android mediaplayer implementation to chromium
qinmin@chromium.org
2012-04-06
1
-38
/
+2
*
Adding android mediaplayer implementation to chromium
qinmin@chromium.org
2012-04-06
1
-2
/
+38
*
Adding input and output audio backend to Android.
xians@chromium.org
2012-04-02
1
-0
/
+9
*
Remove DemuxerFactory and URL parameter from Pipeline.
scherkus@chromium.org
2012-04-02
1
-12
/
+0
*
Remove shader_bench from "make all" target on ChromeOS.
kinaba@chromium.org
2012-03-31
1
-1
/
+1
*
Move DataSource::SetPreload() to BufferedDataSource.
scherkus@chromium.org
2012-03-31
1
-1
/
+0
*
Add a CrossProcessNotification class.
tommi@chromium.org
2012-03-28
1
-0
/
+5
*
Adds Analog Gain Control (AGC) to the WebRTC client.
henrika@chromium.org
2012-03-28
1
-0
/
+2
*
Revert 129263 - Add a CrossProcessNotification class.
abodenha@google.com
2012-03-27
1
-5
/
+0
*
Add a CrossProcessNotification class.
tommi@chromium.org
2012-03-27
1
-0
/
+5
[next]