summaryrefslogtreecommitdiffstats
path: root/media/formats/webm
Commit message (Expand)AuthorAgeFilesLines
* media config: expand is_encrypted to a struct.dougsteed2016-03-125-23/+24
* Revert of media config: expand is_encrypted to a struct. (patchset #23 id:440...alexmos2016-03-115-24/+23
* media config: expand is_encrypted to a struct.dougsteed2016-03-115-23/+24
* Implement reading of media track info from WebM and MP4 containersservolk2016-03-115-11/+132
* Basic media tracks implementation for media stream parsersservolk2016-03-011-3/+12
* media: Add out-of-line copy ctors for complex classes.vmpstr2016-02-264-0/+6
* EME: Remove all references to `needkey` except the UMA name.ddorwin2016-02-251-1/+1
* MSE: Log a warning if muxed AV media segment has no A or has no V blockwolenetz2016-01-202-6/+4
* Convert Pass()→std::move() in //mediadcheng2015-12-273-7/+10
* Switch to standard integer types in media/, take 2.avi2015-12-2318-0/+41
* Add missing macros includes in media/.avi2015-12-1910-0/+10
* Switch to standard integer types in media/.Avi Drissman2015-12-1929-326/+381
* Remove kint64max.avi2015-12-093-129/+147
* Fail playback when VideoDecoderConfig has invalid extra data.chcunningham2015-10-202-17/+3
* Revert of Fail playback when VideoDecoderConfig has invalid extra data. (patc...hajimehoshi2015-10-192-3/+17
* Fail playback when VideoDecoderConfig has invalid extra data.Chris Cunningham2015-10-172-17/+3
* Rename media/base/buffers.h to media/base/timestamp_constants.hwatk2015-09-047-5/+5
* MSE: Refine WebM parser unit test MediaLog verificationwolenetz2015-08-271-6/+13
* Reland MSE: Verify MediaLog events created by existing WebM unit testswolenetz2015-08-264-128/+275
* Revert of MSE: Verify MediaLog events created by existing WebM unit tests (pa...wolenetz2015-08-244-273/+128
* MSE: Verify MediaLog events created by existing WebM unit testswolenetz2015-08-244-128/+273
* Stop over-counting media decoder codec config src= UMAswolenetz2015-08-212-2/+1
* In-class-initialize LIMITED_MEDIA_LOG log counterswolenetz2015-08-182-23/+13
* Refactor WebMClusterParserTest parser creation for readabilitywolenetz2015-07-211-87/+107
* Deprecate LogCB in favor of using MediaLogwolenetz2015-07-1415-238/+188
* Reland: Change the video color space default.watk2015-07-141-1/+1
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-132-6/+6
* Revert of Change the video color space default. (patchset #4 id:60001 of http...amineer2015-07-091-1/+1
* Change the video color space default.watk2015-07-091-1/+1
* VideoFrame: Pass color space from pixel format to metadatamcasas2015-05-221-3/+4
* Improving WebM duration estimation.chcunningham2015-04-163-34/+88
* OnEncrypted event to use enum for |init_data_type|jrummell2015-04-032-4/+1
* media-internals: Differentiate error, info, and debug log messageswolenetz2015-03-316-73/+86
* MSE: Remove unused |success| StreamParser::InitCB argumentwolenetz2015-02-181-1/+1
* Parsing of encoded duration for unencrypted opus streams.chcunningham2015-02-096-132/+591
* replace COMPILE_ASSERT with static_assert in media/mostynb2015-01-051-4/+4
* Encrypted Media: Rename NeedKey to EncryptedMediaInitData.xhwang2014-12-062-18/+19
* Fix StreamParserBuffer creation in WebMClusterParser.xhwang2014-11-252-4/+8
* Move Liveness from DemuxerStreamProvider to DemuxerStream.xhwang2014-11-141-3/+3
* Move key frame flag from StreamParserBuffer to DecoderBufferwolenetz2014-11-121-3/+3
* Standardize usage of virtual/override/final in media/dcheng2014-10-217-41/+42
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-077-28/+28
* Rename kWebMEncryptInitDataType to kWebMInitDataTypesandersd2014-10-022-2/+2
* Reland: Pass initDataType instead of contentType to OnNeedKey().sandersd2014-10-021-4/+1
* Revert of Pass initDataType instead of contentType on OnNeedKey(). (patchset ...zmo2014-09-301-1/+4
* Pass initDataType instead of contentType to OnNeedKey().sandersd2014-09-301-4/+1
* Do not access an invalidated reference in media::WebMListParser::OnListEnd().earthdok2014-08-291-3/+4
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-271-4/+4
* Using PROFILE_ANY for vp8 and vp9amogh.bihani@samsung.com2014-08-151-2/+2
* Introduce DecodeTimestamp class to make it easier to distiguish presentation ...acolwell@chromium.org2014-08-122-25/+27