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
/
webm
/
webm_cluster_parser.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: Opus support for WebM in Media Source
vigneshv@chromium.org
2013-09-06
1
-5
/
+25
*
Fix undefined behavior due to negative bitshifting.
dalecurtis@chromium.org
2013-08-13
1
-1
/
+3
*
TBR: dmichael
tyoverby@chromium.org
2013-07-18
1
-6
/
+6
*
Adding VP8 Alpha support in Media Source
vigneshv@chromium.org
2013-05-22
1
-28
/
+73
*
Parse WebM track name and language
matthewjheaney@chromium.org
2013-05-16
1
-3
/
+3
*
Revert 200308 "Parse WebM track name and language"
rouslan@chromium.org
2013-05-15
1
-3
/
+3
*
Parse WebM track name and language
matthewjheaney@chromium.org
2013-05-15
1
-3
/
+3
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-23
1
-1
/
+1
*
Support for parsing encrypted WebM streams by src.
fgalligan@chromium.org
2013-03-14
1
-42
/
+7
*
media source should ignore subtitles in webm files
matthewjheaney@chromium.org
2013-02-08
1
-0
/
+69
*
Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...
scherkus@chromium.org
2013-01-15
1
-1
/
+1
*
Add support for ignoring subtitle and extra audio & video tracks.
acolwell@chromium.org
2012-12-26
1
-0
/
+4
*
Update WebMClusterParser so it can detect keyframes in BlockGroups
acolwell@chromium.org
2012-12-21
1
-11
/
+42
*
Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...
acolwell@chromium.org
2012-12-08
1
-16
/
+21
*
Change WebM parser to treat IVs from encrypted WebM as raw data.
fgalligan@chromium.org
2012-10-16
1
-9
/
+17
*
Support encrypted audio stream in demuxer.
xhwang@chromium.org
2012-10-12
1
-19
/
+23
*
We are removing checksum/HMAC in WebM spec for encrypted content.
fgalligan@chromium.org
2012-09-18
1
-14
/
+10
*
Fix live bug & renable ChunkDemuxerTest.TestWebMFile_LiveAudioAndVideo
acolwell@chromium.org
2012-08-03
1
-1
/
+1
*
Add support for v0.3 of the encrypted WebM specification. (Revert Fix)
fgalligan@chromium.org
2012-08-02
1
-28
/
+31
*
Use std::string for decryption key ID in webm parser.
xhwang@chromium.org
2012-08-02
1
-14
/
+7
*
Revert 149449 - Add support for v0.3 of the encrypted WebM specification.
vandebo@chromium.org
2012-08-01
1
-32
/
+29
*
Add support for v0.3 of the encrypted WebM specification.
fgalligan@chromium.org
2012-08-01
1
-29
/
+32
*
Chrome-side implementation of media source timestamp offset
vrk@google.com
2012-07-27
1
-2
/
+7
*
Add Common Encryption support to BMFF, including subsample decryption.
strobe@google.com
2012-07-26
1
-4
/
+9
*
Add support for encrypted WebM files as defined in the RFC.
fgalligan@chromium.org
2012-07-20
1
-3
/
+40
*
Revert 147169 - Add support for encrypted WebM files as defined in the RFC.
jln@chromium.org
2012-07-18
1
-40
/
+3
*
Add support for encrypted WebM files as defined in the RFC.
fgalligan@chromium.org
2012-07-18
1
-3
/
+40
*
Remove buffer duration calculation from WebMClusterParser and update SourceBu...
vrk@chromium.org
2012-07-10
1
-74
/
+8
*
Add support to WebMClusterParser to accept clusters without blocks
vrk@chromium.org
2012-06-29
1
-5
/
+13
*
Add support for files that use AltRef frames.
acolwell@chromium.org
2012-06-06
1
-10
/
+49
*
Remove default duration logic from WebM parsing code.
acolwell@chromium.org
2012-05-30
1
-8
/
+4
*
This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...
annacc@chromium.org
2012-05-29
1
-3
/
+0
*
Update WebMClusterParser to compute durations for all StreamParserBuffers.
acolwell@chromium.org
2012-05-18
1
-30
/
+67
*
Add support for BlockGroup elements with BlockDuration.
acolwell@chromium.org
2012-05-16
1
-12
/
+95
*
Add StreamParserBuffer to ChunkDemuxer
vrk@google.com
2012-05-02
1
-1
/
+5
*
Add AES decryptor and tests.
xhwang@chromium.org
2012-03-08
1
-12
/
+18
*
Fix ChunkDemuxer seek deadlock
acolwell@chromium.org
2012-01-31
1
-2
/
+6
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
1
-2
/
+2
*
Add multiple WebMParserClient support in WebM parser.
xhwang@chromium.org
2011-12-29
1
-19
/
+4
*
Revert 115229 - Revert 115214 (caused media_unittests failure in FFmpegGlueTest,
acolwell@chromium.org
2011-12-21
1
-0
/
+8
*
Revert 115214 (caused media_unittests failure in FFmpegGlueTest,
dmazzoni@chromium.org
2011-12-21
1
-8
/
+0
*
Fix ChunkDemuxer seeks that occur during a partially parsed cluster.
acolwell@chromium.org
2011-12-20
1
-0
/
+8
*
Adding support for incremental cluster parsing.
acolwell@chromium.org
2011-12-13
1
-11
/
+25
*
Revert 114030 - Adding support for incremental cluster parsing.
acolwell@chromium.org
2011-12-12
1
-25
/
+11
*
Adding support for incremental cluster parsing.
acolwell@chromium.org
2011-12-12
1
-11
/
+25
*
Adding ChunkDemuxer implementation.
acolwell@chromium.org
2011-06-29
1
-0
/
+133