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
*
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
*
Uses gyp "rules" rather than "actions" templates for the JNI generator.
bulach@chromium.org
2012-07-19
1
-1
/
+1
*
Add HE AAC support to ISO BMFF.
xiaomings@google.com
2012-07-19
3
-0
/
+168
*
Revert 147169 - Add support for encrypted WebM files as defined in the RFC.
jln@chromium.org
2012-07-18
2
-52
/
+7
*
Add support for encrypted WebM files as defined in the RFC.
fgalligan@chromium.org
2012-07-18
2
-7
/
+52
*
Add status parameter to DemuxerStream::ReadCB
acolwell@chromium.org
2012-07-17
2
-5
/
+34
*
Revert 145769 (broke test stream, removed needed HasMoreRBSPData, added extra...
fischman@chromium.org
2012-07-17
3
-294
/
+0
*
Change AesDecryptor::Decrypt to be an asynchronous call.
xhwang@chromium.org
2012-07-15
1
-5
/
+20
*
Remove GetVolume from media::AudioRendererSink.
tommi@chromium.org
2012-07-14
2
-4
/
+2
*
Fix valgrind issues with AudioRendererMixerUnittest.
dalecurtis@google.com
2012-07-14
1
-0
/
+6
*
Fix HTMLMediaElement.currentTime flakiness caused by time updates during a seek.
acolwell@chromium.org
2012-07-14
2
-1
/
+71
*
Rename Resampler*TestCase methods to ResamplerTest.
dalecurtis@chromium.org
2012-07-14
2
-13
/
+13
*
Switch to pcm_low_latency and enable resampling.
dalecurtis@chromium.org
2012-07-14
10
-265
/
+388
*
Implement ChunkDemuxer::GetStartTime()
vrk@chromium.org
2012-07-14
2
-1
/
+2
*
Fix NULL dereference in CompositeFilterDeathTest.TestAddFilterFailCases.
scherkus@chromium.org
2012-07-13
1
-1
/
+1
*
Reorganize media bitstream converter classes.
xhwang@chromium.org
2012-07-12
3
-909
/
+0
*
Add MultiChannelResampler wrapper for SincResampler.
dalecurtis@chromium.org
2012-07-12
3
-0
/
+292
*
Allocate one extra line to allow for H264 chroma MC overreads.
rbultje@chromium.org
2012-07-12
1
-2
/
+9
*
Add SincResampler ported from WebKit.
dalecurtis@chromium.org
2012-07-11
3
-0
/
+551
*
Fix buffered range reporting for ChunkDemuxer
acolwell@chromium.org
2012-07-11
1
-2
/
+2
*
Remove #pragma once from media
ajwong@chromium.org
2012-07-11
3
-4
/
+1
*
Remove stale TODO + unnecessary if-guard in Pipeline::DoSeek().
scherkus@chromium.org
2012-07-11
1
-10
/
+2
*
Reintroduce kFramePadBytes in frame allocation.
rbultje@chromium.org
2012-07-10
1
-2
/
+4
*
Remove buffer duration calculation from WebMClusterParser and update SourceBu...
vrk@chromium.org
2012-07-10
2
-10
/
+0
*
Remove default implementations for media::Filter methods.
scherkus@chromium.org
2012-07-09
9
-138
/
+122
*
Add HE AAC support to ISO BMFF.
xiaomings@google.com
2012-07-09
3
-0
/
+294
*
Remove CompositeFilter::RemoveFilter() and Filter::clear_host().
scherkus@chromium.org
2012-07-09
5
-40
/
+2
*
Revert 145617 - Add HE AAC support to ISO BMFF.
cpu@chromium.org
2012-07-06
3
-294
/
+0
*
Add HE AAC support to ISO BMFF.
xiaomings@google.com
2012-07-06
3
-0
/
+294
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-07-02
1
-1
/
+2
*
Lays the base work and initial unit tests for renderer side audio mixing! Right
dalecurtis@chromium.org
2012-06-28
8
-0
/
+888
*
The ISO BMFF Media Source parser supplied decode timestamps instead of presen...
strobe@google.com
2012-06-28
3
-5
/
+21
*
Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding (r...
scherkus@chromium.org
2012-06-28
2
-21
/
+50
[next]