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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to AVIO instead of a custom FFmpeg URLProtocol handler.
dalecurtis@chromium.org
2012-11-01
1
-29
/
+17
*
Add "type" in GenerateKeyRequest() and OnNeedKey().
xhwang@chromium.org
2012-10-27
1
-1
/
+4
*
Change WebM parser to treat IVs from encrypted WebM as raw data.
fgalligan@chromium.org
2012-10-16
2
-9
/
+19
*
Support encrypted audio stream in demuxer.
xhwang@chromium.org
2012-10-12
7
-59
/
+88
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
1
-1
/
+0
*
Add is_encrypted() in VideoDecoderConfig.
xhwang@chromium.org
2012-09-18
1
-10
/
+25
*
We are removing checksum/HMAC in WebM spec for encrypted content.
fgalligan@chromium.org
2012-09-18
2
-17
/
+11
*
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
2
-28
/
+32
*
Use std::string for decryption key ID in webm parser.
xhwang@chromium.org
2012-08-02
10
-59
/
+38
*
Revert 149449 - Add support for v0.3 of the encrypted WebM specification.
vandebo@chromium.org
2012-08-01
2
-33
/
+29
*
Add support for v0.3 of the encrypted WebM specification.
fgalligan@chromium.org
2012-08-01
2
-29
/
+33
*
Remove a bunch of dead fields found by Scythe.
fischman@chromium.org
2012-07-31
4
-12
/
+5
*
Chrome-side implementation of media source timestamp offset
vrk@google.com
2012-07-27
4
-4
/
+22
*
Add config change handling to SourceBufferStream & ChunkDemuxer
acolwell@chromium.org
2012-07-26
2
-4
/
+10
*
Add Common Encryption support to BMFF, including subsample decryption.
strobe@google.com
2012-07-26
1
-4
/
+9
*
Add proper duration to WebmEncoder-created files.
ivankr@chromium.org
2012-07-25
2
-2
/
+7
*
Reland 148024 - [cros] Implement WebM encoder/muxer for animated avatar capture.
ivankr@chromium.org
2012-07-24
5
-0
/
+478
*
Revert 148024 - [cros] Implement WebM encoder/muxer for animated avatar capture.
ivankr@chromium.org
2012-07-24
5
-465
/
+0
*
[cros] Implement WebM encoder/muxer for animated avatar capture.
ivankr@chromium.org
2012-07-24
5
-0
/
+465
*
Add support for encrypted WebM files as defined in the RFC.
fgalligan@chromium.org
2012-07-20
8
-4
/
+101
*
Revert 147169 - Add support for encrypted WebM files as defined in the RFC.
jln@chromium.org
2012-07-18
8
-101
/
+4
*
Add support for encrypted WebM files as defined in the RFC.
fgalligan@chromium.org
2012-07-18
8
-4
/
+101
*
Remove buffer duration calculation from WebMClusterParser and update SourceBu...
vrk@chromium.org
2012-07-10
2
-86
/
+8
*
Add support to WebMClusterParser to accept clusters without blocks
vrk@chromium.org
2012-06-29
3
-22
/
+18
*
RefCounted types should not have public destructors, delegate cleanup
rsleevi@chromium.org
2012-06-26
1
-1
/
+1
*
Generalize AesDecryptor to make it more spec compliant.
xhwang@chromium.org
2012-06-16
2
-6
/
+6
*
Notify SourceBufferStream of each cluster's start time as it gets parsed
vrk@google.com
2012-06-14
2
-3
/
+36
*
Update ChunkDemuxer to allow midstream initialization segments that match the...
acolwell@chromium.org
2012-06-11
1
-4
/
+19
*
Add support for files that use AltRef frames.
acolwell@chromium.org
2012-06-06
2
-11
/
+58
*
Remove default duration logic from WebM parsing code.
acolwell@chromium.org
2012-05-30
6
-60
/
+8
*
This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...
annacc@chromium.org
2012-05-29
3
-8
/
+7
*
Update WebMClusterParser to compute durations for all StreamParserBuffers.
acolwell@chromium.org
2012-05-18
4
-46
/
+107
*
Add support for BlockGroup elements with BlockDuration.
acolwell@chromium.org
2012-05-16
8
-148
/
+452
*
Add StreamParserBuffer to ChunkDemuxer
vrk@google.com
2012-05-02
2
-3
/
+7
*
Fire needkey event when encrypted media is encounted.
xhwang@chromium.org
2012-04-26
2
-2
/
+16
*
Replace StreamParserHost interface with callbacks.
acolwell@chromium.org
2012-04-26
2
-16
/
+21
*
Refactoring StreamParser & StreamParserHost interfaces.
acolwell@chromium.org
2012-04-24
2
-22
/
+55
*
Add AES decryptor and tests.
xhwang@chromium.org
2012-03-08
5
-19
/
+55
*
WebM parser bug fixes for live streams.
acolwell@chromium.org
2012-03-06
5
-18
/
+133
*
Fix memory leak in WebMContentEncodingsClient.
xhwang@chromium.org
2012-03-05
7
-76
/
+152
*
Second attempt to land ffmpeg roll.
dalecurtis@google.com
2012-03-01
1
-3
/
+3
*
Add content encoding support to WebM demuxer.
xhwang@chromium.org
2012-02-24
8
-1
/
+588
*
Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,
thakis@chromium.org
2012-02-23
1
-3
/
+3
*
Fix media code to work with new ffmpeg.
dalecurtis@google.com
2012-02-22
1
-3
/
+3
*
Add some ASSERT_XXX calls to early terminate tests.
acolwell@chromium.org
2012-02-08
1
-2
/
+2
*
Fix ChunkDemuxer seek deadlock
acolwell@chromium.org
2012-01-31
1
-2
/
+6
*
Fix ChunkDemuxer crash & parse errors on audio-only or video-only content.
acolwell@chromium.org
2012-01-27
1
-5
/
+7
*
Fix ContentEncodings element info.
acolwell@chromium.org
2012-01-20
1
-5
/
+5
*
Add matroska element data to make WebM parser more accepting.
acolwell@chromium.org
2012-01-19
5
-43
/
+443
[next]