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
*
Set svn:eol-style to LF and remove a few CRLFs that snuck in for src/media/.
scherkus@chromium.org
2012-09-10
2
-13
/
+13
*
Combine audio decoding and video decoding onto a single thread.
scherkus@chromium.org
2012-09-06
2
-8
/
+4
*
Ports the WebCore::AudioFIFO in WebKit to Chrome style.
henrika@chromium.org
2012-09-06
3
-0
/
+412
*
Build supported media targets on iOS.
blundell@chromium.org
2012-09-05
1
-3
/
+6
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
2
-1
/
+4
*
Add MainHook to media unittests.
milanb@chromium.org
2012-09-05
1
-0
/
+2
*
Convert WebAudio file handlers to use AudioBus.
dalecurtis@chromium.org
2012-08-30
3
-29
/
+110
*
Add a bool return value to media::Decryptor::GenerateKeyRequest().
xhwang@chromium.org
2012-08-29
2
-2
/
+5
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-24
2
-6
/
+2
*
Revert r152236 since we found the culprit for bug 143440.
scherkus@chromium.org
2012-08-24
1
-6
/
+6
*
Split AudioRendererMixer::VectorFMAC into VectorMath library.
dalecurtis@chromium.org
2012-08-24
7
-196
/
+263
*
Guard against ALSA returning insane frame counts for current delay.
fischman@chromium.org
2012-08-23
1
-1
/
+1
*
Revert 152919 - Guard against ALSA returning insane frame counts for current ...
rsleevi@chromium.org
2012-08-23
1
-1
/
+1
*
Guard against ALSA returning insane frame counts for current delay.
fischman@chromium.org
2012-08-23
1
-1
/
+1
*
Remove start time logic since the Media Source spec now states the start time...
acolwell@chromium.org
2012-08-22
1
-1
/
+1
*
Upgrade AudioBus to support wrapping, interleaving.
dalecurtis@chromium.org
2012-08-21
4
-58
/
+394
*
Revert 152406 - Introduce shared_memory_support media target for PPAPI.
dalecurtis@google.com
2012-08-20
2
-2
/
+6
*
Introduce shared_memory_support media target for PPAPI.
dalecurtis@chromium.org
2012-08-20
2
-6
/
+2
*
media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.
fischman@chromium.org
2012-08-18
3
-0
/
+328
*
Upgrade DCHECK(pending_callbacks_.get()) to CHECK().
scherkus@chromium.org
2012-08-18
1
-6
/
+6
*
Allow transitioning to HAVE_METADATA before pipeline initialization completes.
acolwell@chromium.org
2012-08-17
3
-28
/
+85
*
use type std::string instead of integer for MediaLogEvent::TOTAL_BYTES_SET
changbin.shao@intel.com
2012-08-16
3
-7
/
+9
*
Address post commit nits for r151132
acolwell@chromium.org
2012-08-15
1
-2
/
+2
*
Upgrade Pipeline::Start() NOTREACHED() back into a CHECK().
scherkus@chromium.org
2012-08-15
1
-5
/
+4
*
Make explicit the PipelineStatus enum values and warn that they are logged to...
fischman@chromium.org
2012-08-15
1
-16
/
+17
*
Downgrade media::Pipeline CHECKs into NOTREACHED() + no-op.
scherkus@chromium.org
2012-08-15
1
-2
/
+8
*
Make jars build from a single ant .xml template
cjhopman@chromium.org
2012-08-13
1
-17
/
+0
*
Use enum instead of string in MessageLoopFactory::GetMessageLoop*
xhwang@chromium.org
2012-08-12
5
-35
/
+42
*
Move VideoDecoder initialization into VideoRendererBase to simplify implement...
acolwell@chromium.org
2012-08-10
10
-207
/
+87
*
Fold Pipeline initialization failure tests added in r150636 into PipelineTear...
scherkus@chromium.org
2012-08-10
1
-121
/
+198
*
Merge Pipeline's kError state with kStopped: a baby step towards bringing san...
scherkus@chromium.org
2012-08-09
4
-110
/
+39
*
Switch AudioRenderSink::Callback to use AudioBus.
dalecurtis@chromium.org
2012-08-09
10
-164
/
+109
*
Remove Pipeline::IsInitialized() and replace stop_pending_ with checks for st...
scherkus@chromium.org
2012-08-09
3
-82
/
+44
*
Add a lot of Pipeline tests to cover stopping/error handling while in a varie...
scherkus@chromium.org
2012-08-09
4
-29
/
+259
*
Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...
scherkus@chromium.org
2012-08-09
8
-84
/
+75
*
Introduce AudioBus to replace std::vector<float*> within
dalecurtis@chromium.org
2012-08-09
3
-0
/
+289
*
Fix Pipeline to properly handle errors during initialization.
acolwell@chromium.org
2012-08-08
2
-12
/
+132
*
Revert 150591 - Remove Pipeline::kEnded state as it is redundant with Pipelin...
scherkus@chromium.org
2012-08-08
3
-2
/
+13
*
Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted.
scherkus@chromium.org
2012-08-08
3
-13
/
+2
*
Inline media::Pipeline::ResetState() into initializer list.
scherkus@chromium.org
2012-08-08
2
-30
/
+25
*
Fix VideoRendererBase end of stream logic to use a default
acolwell@chromium.org
2012-08-08
1
-1
/
+0
*
Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.
xhwang@chromium.org
2012-08-07
2
-5
/
+4
*
[Android] Add chrome_java target for building Java code in the chromium layer.
yfriedman@chromium.org
2012-08-06
1
-43
/
+9
*
FFmpeg: Add gsm_ms and pcm big endian codecs.
ihf@chromium.org
2012-08-06
1
-1
/
+4
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-06
17
-165
/
+19
*
Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.
xhwang@chromium.org
2012-08-03
2
-2
/
+10
*
Replace RunInSeries() and RunInParallel() with SerialRunner helper class.
scherkus@chromium.org
2012-08-03
6
-240
/
+236
*
Put browser side mixing back behind a flag.
dalecurtis@google.com
2012-08-03
2
-3
/
+3
*
Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().
acolwell@chromium.org
2012-08-02
6
-94
/
+99
*
Cap sourceBuffered() on duration and truncate duration on EoS
vrk@google.com
2012-08-02
2
-5
/
+2
[next]