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
*
media source: Support WebM streams containing a FrameRate element.
tomfinegan@chromium.org
2013-09-11
2
-0
/
+2
*
media: Opus support for WebM in Media Source
vigneshv@chromium.org
2013-09-06
8
-12
/
+63
*
Change NeedKeyCB to use std::vector.
acolwell@chromium.org
2013-08-26
1
-5
/
+2
*
Fix undefined behavior due to negative bitshifting.
dalecurtis@chromium.org
2013-08-13
1
-1
/
+3
*
Drop redundant "TEST" prefix from test names in media code.
xhwang@chromium.org
2013-08-02
4
-11
/
+11
*
Add Chromium-side support for SourceBuffer.appendWindowStart and SourceBuffer...
acolwell@chromium.org
2013-07-26
2
-16
/
+11
*
TBR: dmichael
tyoverby@chromium.org
2013-07-18
2
-15
/
+15
*
Place inband text track support behind a flag.
acolwell@chromium.org
2013-06-29
4
-8
/
+47
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in media/.
dcheng@chromium.org
2013-06-12
1
-2
/
+2
*
Use a direct include of strings headers in ipc/, jingle/, media/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Cleanup: Remove ScopedGenericObj usage in media/.
thestig@chromium.org
2013-05-28
1
-7
/
+5
*
Media Source dispatches inband text tracks
matthewjheaney@chromium.org
2013-05-23
7
-11
/
+292
*
Adding VP8 Alpha support in Media Source
vigneshv@chromium.org
2013-05-22
6
-33
/
+91
*
Parse WebM track name and language
matthewjheaney@chromium.org
2013-05-16
10
-33
/
+463
*
Revert 200308 "Parse WebM track name and language"
rouslan@chromium.org
2013-05-15
10
-464
/
+33
*
Parse WebM track name and language
matthewjheaney@chromium.org
2013-05-15
10
-33
/
+464
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-23
3
-3
/
+3
*
Add support for zero-padded strings to WebMParser.
acolwell@chromium.org
2013-04-17
2
-1
/
+28
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-37
/
+56
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-56
/
+37
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-37
/
+56
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
4
-7
/
+7
*
media: Support VP9 in media source.
tomfinegan@chromium.org
2013-04-06
1
-0
/
+3
*
Libcxx cleanup.
eugenis@chromium.org
2013-03-22
1
-27
/
+30
*
Add WebMAudioClient & WebMVideoClient to remove FFmpeg dependencies in WebMSt...
acolwell@chromium.org
2013-03-20
8
-235
/
+479
*
Support for parsing encrypted WebM streams by src.
fgalligan@chromium.org
2013-03-14
5
-50
/
+159
*
Make AudioDecoderConfig copyable.
xhwang@chromium.org
2013-03-14
1
-1
/
+1
*
Make VideoDecoderConfig copyable.
xhwang@chromium.org
2013-03-12
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-2
/
+2
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
1
-1
/
+1
*
media source should ignore subtitles in webm files
matthewjheaney@chromium.org
2013-02-08
7
-13
/
+350
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-3
/
+6
*
Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...
scherkus@chromium.org
2013-01-15
1
-1
/
+1
*
Added debug logging for MSE config changes.
ddorwin@chromium.org
2013-01-08
1
-0
/
+1
*
Roll speex, flac, libvpx DEPS to get shim header changes.
phajdan.jr@chromium.org
2013-01-07
1
-1
/
+2
*
Roll FFMpeg for M26. Fix ffmpeg float audio decoding.
dalecurtis@google.com
2013-01-04
1
-2
/
+3
*
Remove obsolete comments in WebMStreamParser.
xhwang@chromium.org
2013-01-03
1
-2
/
+0
*
Add support for ignoring subtitle and extra audio & video tracks.
acolwell@chromium.org
2012-12-26
6
-7
/
+75
*
Update WebMClusterParser so it can detect keyframes in BlockGroups
acolwell@chromium.org
2012-12-21
3
-15
/
+58
*
Log MediaSource parsing errors to the MediaLog so they can appear in chrome:m...
acolwell@chromium.org
2012-12-08
10
-59
/
+85
*
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
[next]