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
*
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
*
Add support for v0.3 of the encrypted WebM specification. (Revert Fix)
fgalligan@chromium.org
2012-08-02
2
-2
/
+5
*
Update media duration if data is appended after the previous duration
vrk@google.com
2012-08-02
1
-1
/
+4
*
Optimizes the FMAC operation with SSE. Performance is on par with
dalecurtis@chromium.org
2012-08-02
3
-10
/
+203
*
Add SSE optimizations to SincResampler.
dalecurtis@chromium.org
2012-08-02
4
-37
/
+227
*
Remove VideoDecoderConfig::aspect_ratio_xxx methods.
acolwell@chromium.org
2012-08-02
4
-55
/
+37
*
Revert 149449 - Add support for v0.3 of the encrypted WebM specification.
vandebo@chromium.org
2012-08-01
2
-5
/
+2
*
Fix playback rate w/o audio. Remove unused SetPlaybackRate().
dalecurtis@chromium.org
2012-08-01
1
-4
/
+0
*
Add support for v0.3 of the encrypted WebM specification.
fgalligan@chromium.org
2012-08-01
2
-2
/
+5
*
Android: remove ant environment dependencies.
torne@chromium.org
2012-08-01
1
-10
/
+1
*
Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().
acolwell@chromium.org
2012-07-31
6
-69
/
+15
*
Remove a bunch of dead fields found by Scythe.
fischman@chromium.org
2012-07-31
2
-6
/
+0
*
Chrome-side implementation of media source timestamp offset
vrk@google.com
2012-07-27
1
-1
/
+2
*
This CL adds support for experimental exclusive-mode streaming to WASAPIAudio...
henrika@chromium.org
2012-07-27
2
-0
/
+13
*
Add config change handling to SourceBufferStream & ChunkDemuxer
acolwell@chromium.org
2012-07-26
7
-3
/
+52
*
Add yfriedman to several Android OWNERS files
yfriedman@chromium.org
2012-07-26
1
-0
/
+1
*
Run media_unittests on android test bots.
nileshagrawal@chromium.org
2012-07-26
1
-18
/
+10
*
Add Common Encryption support to BMFF, including subsample decryption.
strobe@google.com
2012-07-26
2
-48
/
+64
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-0
/
+1
*
Rename AudioRenderer/VideoRenderer::Seek() to Preroll().
scherkus@chromium.org
2012-07-24
5
-16
/
+14
*
Remove use of PipelineStatus from BufferedDataSource and FileDataSource.
scherkus@chromium.org
2012-07-23
1
-1
/
+2
*
Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...
fischman@chromium.org
2012-07-23
1
-11
/
+14
*
Move VideoRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-23
19
-1794
/
+186
*
Add support for encrypted WebM files as defined in the RFC.
fgalligan@chromium.org
2012-07-20
2
-7
/
+52
*
Move AudioRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-20
10
-230
/
+438
*
Use MockDecryptor in FFmpegVideoDecoderTest.
xhwang@chromium.org
2012-07-20
2
-0
/
+29
*
Removing media::StateMatrix.
scherkus@chromium.org
2012-07-19
3
-141
/
+0
[next]