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
*
Fix MP4StreamParser discard behavior when retaining 'moof'.
strobe@google.com
2012-08-01
3
-14
/
+22
*
Revert 149449 - Add support for v0.3 of the encrypted WebM specification.
vandebo@chromium.org
2012-08-01
6
-141
/
+85
*
Fix playback rate w/o audio. Remove unused SetPlaybackRate().
dalecurtis@chromium.org
2012-08-01
4
-18
/
+2
*
Add support for v0.3 of the encrypted WebM specification.
fgalligan@chromium.org
2012-08-01
6
-85
/
+141
*
Android: remove ant environment dependencies.
torne@chromium.org
2012-08-01
1
-10
/
+1
*
Candidate fix for a crash at shutdown when the IO thread is going away. More ...
tommi@chromium.org
2012-07-31
2
-4
/
+9
*
Make peeking before the head of OffsetByteQueue a hard error.
strobe@google.com
2012-07-31
2
-4
/
+1
*
Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().
acolwell@chromium.org
2012-07-31
20
-198
/
+68
*
Remove a bunch of dead fields found by Scythe.
fischman@chromium.org
2012-07-31
14
-34
/
+12
*
Change NumberOfWaveOutBuffers() to return 3 for Windows >= Vista (instead of ...
viettrungluu@chromium.org
2012-07-31
1
-3
/
+3
*
Delay deleting GpuVideoDecoder until after GpuVideoDecodeAcceleratorHost::Des...
fischman@chromium.org
2012-07-30
1
-2
/
+11
*
Code clean-up in AesDecryptor and test.
xhwang@chromium.org
2012-07-30
3
-135
/
+142
*
Allow auxiliary data to come inside the 'moof' atom.
strobe@google.com
2012-07-30
1
-1
/
+7
*
Move 'mdat' advancement logic to make more sense.
strobe@google.com
2012-07-30
1
-5
/
+6
*
Roll FFMpeg for M22.
dalecurtis@google.com
2012-07-30
1
-6
/
+8
*
Ignore unrecognized protection schemes in ISO BMFF files.
strobe@google.com
2012-07-28
1
-7
/
+25
*
Chrome-side implementation of media source timestamp offset
vrk@google.com
2012-07-27
12
-20
/
+198
*
Move AudioDevice and AudioInputDevice to media.
tommi@chromium.org
2012-07-27
12
-5
/
+1691
*
This CL adds support for experimental exclusive-mode streaming to WASAPIAudio...
henrika@chromium.org
2012-07-27
6
-131
/
+555
*
Moved DCHECK() to prevent NULL deref of codec_context_.
khorimoto@chromium.org
2012-07-27
1
-6
/
+3
*
Uses DCHECK_GT() instead of DCHECK_LE().
khorimoto@chromium.org
2012-07-27
1
-1
/
+1
*
Changed DCHECK() to DCHECK_LE() to improve readability.
khorimoto@chromium.org
2012-07-26
1
-1
/
+1
*
Make audio build on the Mac OS X 10.7
abarth@chromium.org
2012-07-26
3
-0
/
+3
*
Add config change handling to SourceBufferStream & ChunkDemuxer
acolwell@chromium.org
2012-07-26
16
-80
/
+558
*
Add yfriedman to several Android OWNERS files
yfriedman@chromium.org
2012-07-26
1
-0
/
+1
*
Fix sorting issues in media.gyp
tommi@chromium.org
2012-07-26
1
-31
/
+31
*
First step towards moving AudioDevice and AudioInputDevice from content/ to m...
tommi@chromium.org
2012-07-26
5
-0
/
+237
*
Run media_unittests on android test bots.
nileshagrawal@chromium.org
2012-07-26
1
-18
/
+10
*
Added DCHECK() to prevent NULL-pointer dereference
khorimoto@chromium.org
2012-07-26
1
-0
/
+1
*
Don't clear the list of source buffers in ChunkDemuxer::Shutdown()
annacc@chromium.org
2012-07-26
2
-7
/
+16
*
Add Common Encryption support to BMFF, including subsample decryption.
strobe@google.com
2012-07-26
20
-383
/
+1023
*
Add new test file for codec config change tests.
acolwell@chromium.org
2012-07-25
1
-0
/
+0
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-0
/
+4
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-0
/
+1
*
Test variable against constant instead of simply testing constant.
fischman@chromium.org
2012-07-25
1
-1
/
+1
*
Add proper duration to WebmEncoder-created files.
ivankr@chromium.org
2012-07-25
2
-2
/
+7
*
Fix UninitCondition in TrackRunIterator tests.
dalecurtis@chromium.org
2012-07-25
1
-0
/
+2
*
Fix file size in EncryptedPlayback test.
fgalligan@chromium.org
2012-07-25
1
-1
/
+1
*
Replace memcmp() with HMAC.VerifyTruncated() in aes_decryptor.cc
fgalligan@chromium.org
2012-07-24
1
-12
/
+13
*
Revert 148149 - Don't clear the list of source buffers in ChunkDemuxer::Shutd...
zhaoqin@google.com
2012-07-24
2
-15
/
+6
*
Rename AudioRenderer/VideoRenderer::Seek() to Preroll().
scherkus@chromium.org
2012-07-24
11
-139
/
+131
*
Defer executing FFmpegVideoDecoder::Stop() callback until pending read has co...
scherkus@chromium.org
2012-07-24
3
-1
/
+45
*
Don't clear the list of source buffers in ChunkDemuxer::Shutdown()
annacc@chromium.org
2012-07-24
2
-6
/
+15
*
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
[next]