| Commit message (Expand) | Author | Age | Files | Lines |
* | media config: expand is_encrypted to a struct. | dougsteed | 2016-03-12 | 5 | -23/+24 |
* | Revert of media config: expand is_encrypted to a struct. (patchset #23 id:440... | alexmos | 2016-03-11 | 5 | -24/+23 |
* | media config: expand is_encrypted to a struct. | dougsteed | 2016-03-11 | 5 | -23/+24 |
* | Implement reading of media track info from WebM and MP4 containers | servolk | 2016-03-11 | 5 | -11/+132 |
* | Basic media tracks implementation for media stream parsers | servolk | 2016-03-01 | 1 | -3/+12 |
* | media: Add out-of-line copy ctors for complex classes. | vmpstr | 2016-02-26 | 4 | -0/+6 |
* | EME: Remove all references to `needkey` except the UMA name. | ddorwin | 2016-02-25 | 1 | -1/+1 |
* | MSE: Log a warning if muxed AV media segment has no A or has no V block | wolenetz | 2016-01-20 | 2 | -6/+4 |
* | Convert Pass()→std::move() in //media | dcheng | 2015-12-27 | 3 | -7/+10 |
* | Switch to standard integer types in media/, take 2. | avi | 2015-12-23 | 18 | -0/+41 |
* | Add missing macros includes in media/. | avi | 2015-12-19 | 10 | -0/+10 |
* | Switch to standard integer types in media/. | Avi Drissman | 2015-12-19 | 29 | -326/+381 |
* | Remove kint64max. | avi | 2015-12-09 | 3 | -129/+147 |
* | Fail playback when VideoDecoderConfig has invalid extra data. | chcunningham | 2015-10-20 | 2 | -17/+3 |
* | Revert of Fail playback when VideoDecoderConfig has invalid extra data. (patc... | hajimehoshi | 2015-10-19 | 2 | -3/+17 |
* | Fail playback when VideoDecoderConfig has invalid extra data. | Chris Cunningham | 2015-10-17 | 2 | -17/+3 |
* | Rename media/base/buffers.h to media/base/timestamp_constants.h | watk | 2015-09-04 | 7 | -5/+5 |
* | MSE: Refine WebM parser unit test MediaLog verification | wolenetz | 2015-08-27 | 1 | -6/+13 |
* | Reland MSE: Verify MediaLog events created by existing WebM unit tests | wolenetz | 2015-08-26 | 4 | -128/+275 |
* | Revert of MSE: Verify MediaLog events created by existing WebM unit tests (pa... | wolenetz | 2015-08-24 | 4 | -273/+128 |
* | MSE: Verify MediaLog events created by existing WebM unit tests | wolenetz | 2015-08-24 | 4 | -128/+273 |
* | Stop over-counting media decoder codec config src= UMAs | wolenetz | 2015-08-21 | 2 | -2/+1 |
* | In-class-initialize LIMITED_MEDIA_LOG log counters | wolenetz | 2015-08-18 | 2 | -23/+13 |
* | Refactor WebMClusterParserTest parser creation for readability | wolenetz | 2015-07-21 | 1 | -87/+107 |
* | Deprecate LogCB in favor of using MediaLog | wolenetz | 2015-07-14 | 15 | -238/+188 |
* | Reland: Change the video color space default. | watk | 2015-07-14 | 1 | -1/+1 |
* | media: extract Format and ColorSpace enum from VideoFrame. | dongseong.hwang | 2015-07-13 | 2 | -6/+6 |
* | Revert of Change the video color space default. (patchset #4 id:60001 of http... | amineer | 2015-07-09 | 1 | -1/+1 |
* | Change the video color space default. | watk | 2015-07-09 | 1 | -1/+1 |
* | VideoFrame: Pass color space from pixel format to metadata | mcasas | 2015-05-22 | 1 | -3/+4 |
* | Improving WebM duration estimation. | chcunningham | 2015-04-16 | 3 | -34/+88 |
* | OnEncrypted event to use enum for |init_data_type| | jrummell | 2015-04-03 | 2 | -4/+1 |
* | media-internals: Differentiate error, info, and debug log messages | wolenetz | 2015-03-31 | 6 | -73/+86 |
* | MSE: Remove unused |success| StreamParser::InitCB argument | wolenetz | 2015-02-18 | 1 | -1/+1 |
* | Parsing of encoded duration for unencrypted opus streams. | chcunningham | 2015-02-09 | 6 | -132/+591 |
* | replace COMPILE_ASSERT with static_assert in media/ | mostynb | 2015-01-05 | 1 | -4/+4 |
* | Encrypted Media: Rename NeedKey to EncryptedMediaInitData. | xhwang | 2014-12-06 | 2 | -18/+19 |
* | Fix StreamParserBuffer creation in WebMClusterParser. | xhwang | 2014-11-25 | 2 | -4/+8 |
* | Move Liveness from DemuxerStreamProvider to DemuxerStream. | xhwang | 2014-11-14 | 1 | -3/+3 |
* | Move key frame flag from StreamParserBuffer to DecoderBuffer | wolenetz | 2014-11-12 | 1 | -3/+3 |
* | Standardize usage of virtual/override/final in media/ | dcheng | 2014-10-21 | 7 | -41/+42 |
* | replace OVERRIDE and FINAL with override and final in media/ | mostynb | 2014-10-07 | 7 | -28/+28 |
* | Rename kWebMEncryptInitDataType to kWebMInitDataType | sandersd | 2014-10-02 | 2 | -2/+2 |
* | Reland: Pass initDataType instead of contentType to OnNeedKey(). | sandersd | 2014-10-02 | 1 | -4/+1 |
* | Revert of Pass initDataType instead of contentType on OnNeedKey(). (patchset ... | zmo | 2014-09-30 | 1 | -1/+4 |
* | Pass initDataType instead of contentType to OnNeedKey(). | sandersd | 2014-09-30 | 1 | -4/+1 |
* | Do not access an invalidated reference in media::WebMListParser::OnListEnd(). | earthdok | 2014-08-29 | 1 | -3/+4 |
* | Remove implicit conversions from scoped_refptr to T* in media/ | dcheng | 2014-08-27 | 1 | -4/+4 |
* | Using PROFILE_ANY for vp8 and vp9 | amogh.bihani@samsung.com | 2014-08-15 | 1 | -2/+2 |
* | Introduce DecodeTimestamp class to make it easier to distiguish presentation ... | acolwell@chromium.org | 2014-08-12 | 2 | -25/+27 |