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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland 148024 - [cros] Implement WebM encoder/muxer for animated avatar capture.
ivankr@chromium.org
2012-07-24
6
-0
/
+492
*
Revert 148024 - [cros] Implement WebM encoder/muxer for animated avatar capture.
ivankr@chromium.org
2012-07-24
6
-479
/
+0
*
[cros] Implement WebM encoder/muxer for animated avatar capture.
ivankr@chromium.org
2012-07-24
6
-0
/
+479
*
Ignore -Wdeprecated-declarations in audio_output_mac.cc.
rsesek@chromium.org
2012-07-23
1
-0
/
+3
*
Remove use of PipelineStatus from BufferedDataSource and FileDataSource.
scherkus@chromium.org
2012-07-23
9
-14
/
+15
*
Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...
fischman@chromium.org
2012-07-23
3
-14
/
+21
*
Update encrypted WebM test files in media/test/data.
fgalligan@chromium.org
2012-07-23
1
-0
/
+0
*
Clean up decryption tests in FFmpegVideoDecoderTest.
xhwang@chromium.org
2012-07-23
1
-0
/
+0
*
Clean up decryption tests in FFmpegVideoDecoderTest.
xhwang@chromium.org
2012-07-23
1
-64
/
+18
*
Move VideoRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-23
36
-1896
/
+283
*
Fix MediaSource code so it can handle HE-AAC content that uses implicit signa...
acolwell@chromium.org
2012-07-21
8
-27
/
+86
*
[Android] Fix warnings-as-errors for official builds.
yfriedman@chromium.org
2012-07-20
2
-9
/
+12
*
Add support for encrypted WebM files as defined in the RFC.
fgalligan@chromium.org
2012-07-20
15
-120
/
+723
*
Move AudioRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-20
15
-288
/
+497
*
Disallowed operator= to fix build on Visual Studio 2010.
vitalybuka@chromium.org
2012-07-20
2
-0
/
+6
*
Disable audio mixer on non-Windows/Mac platforms.
dalecurtis@chromium.org
2012-07-20
1
-1
/
+6
*
Use MockDecryptor in FFmpegVideoDecoderTest.
xhwang@chromium.org
2012-07-20
3
-48
/
+53
*
Removing media::StateMatrix.
scherkus@chromium.org
2012-07-19
4
-144
/
+0
*
Uses gyp "rules" rather than "actions" templates for the JNI generator.
bulach@chromium.org
2012-07-19
2
-20
/
+13
*
Update media OWNERS.
scherkus@chromium.org
2012-07-19
1
-3
/
+2
*
Add HE AAC support to ISO BMFF.
xiaomings@google.com
2012-07-19
15
-32
/
+904
*
Remove all the OS X 10.6 SDK forward declarations.
rsesek@chromium.org
2012-07-18
2
-14
/
+0
*
Add TrackRunIteratorTest, and refactor TrackRunIterator interface.
strobe@google.com
2012-07-18
9
-266
/
+464
*
Revert 147169 - Add support for encrypted WebM files as defined in the RFC.
jln@chromium.org
2012-07-18
15
-729
/
+138
*
Add support for encrypted WebM files as defined in the RFC.
fgalligan@chromium.org
2012-07-18
15
-138
/
+729
*
Linux: Detect Unity as a desktop environment.
thestig@chromium.org
2012-07-17
1
-5
/
+14
*
Add status parameter to DemuxerStream::ReadCB
acolwell@chromium.org
2012-07-17
19
-93
/
+209
*
VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...
fischman@chromium.org
2012-07-17
3
-31
/
+47
*
Fix end of stream behavior when EndOfStream() is called during a seek.
acolwell@chromium.org
2012-07-17
4
-54
/
+87
*
Revert 145769 (broke test stream, removed needed HasMoreRBSPData, added extra...
fischman@chromium.org
2012-07-17
16
-1037
/
+33
*
media/audio/linux: Add CrasInputStream.
dgreid@chromium.org
2012-07-16
5
-18
/
+617
*
Add APK target for media_unittests.
nileshagrawal@chromium.org
2012-07-16
1
-7
/
+37
*
CL for readability review
vrk@google.com
2012-07-16
3
-34
/
+38
*
Change AesDecryptor::Decrypt to be an asynchronous call.
xhwang@chromium.org
2012-07-15
7
-48
/
+135
*
Remove GetVolume from media::AudioRendererSink.
tommi@chromium.org
2012-07-14
4
-10
/
+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
12
-288
/
+394
*
Implement ChunkDemuxer::GetStartTime()
vrk@chromium.org
2012-07-14
8
-111
/
+288
*
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
13
-487
/
+143
*
Small refactor to media architecture in order to allow end-to-end tests.
primiano@chromium.org
2012-07-12
5
-9
/
+199
*
Fix SplitRange() logic in SourceBufferRange to transfer next buffer position ...
vrk@chromium.org
2012-07-12
2
-4
/
+59
*
Add MultiChannelResampler wrapper for SincResampler.
dalecurtis@chromium.org
2012-07-12
4
-0
/
+295
*
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
4
-0
/
+554
*
Reland r145965 - Make sure previous seek points in SourceBufferStream are ign...
vrk@google.com
2012-07-11
3
-13
/
+193
*
Fix buffered range reporting for ChunkDemuxer
acolwell@chromium.org
2012-07-11
3
-10
/
+25
*
Remove #pragma once from media
ajwong@chromium.org
2012-07-11
9
-12
/
+3
[next]