summaryrefslogtreecommitdiffstats
path: root/media/formats
Commit message (Expand)AuthorAgeFilesLines
* media config: expand is_encrypted to a struct.dougsteed2016-03-1212-52/+51
* Revert of media config: expand is_encrypted to a struct. (patchset #23 id:440...alexmos2016-03-1112-51/+52
* media config: expand is_encrypted to a struct.dougsteed2016-03-1112-52/+51
* Implement reading of media track info from WebM and MP4 containersservolk2016-03-119-34/+229
* Add support for sample encryption box ('senc')kqyang2016-03-089-143/+368
* Basic media tracks implementation for media stream parsersservolk2016-03-018-30/+75
* Improve FourCCToString to print hex value for unprintable chars.chcunningham2016-03-013-2/+28
* 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
* Reland: MSE: Relax the 'media segment must begin with keyframe' requirementwolenetz2016-02-242-1/+3
* Run ac3, eac3 and hevc unit tests in all configsservolk2016-02-241-8/+33
* Fixed logging of avc codec in MSEservolk2016-02-172-14/+13
* Revert of MSE: Relax the 'media segment must begin with keyframe' requirement...wolenetz2016-01-272-3/+1
* EsParserH264 should set proper video profileerickung2016-01-261-3/+34
* MSE: Relax the 'media segment must begin with keyframe' requirementwolenetz2016-01-222-1/+3
* MSE: Log a warning if muxed AV media segment has no A or has no V blockwolenetz2016-01-208-15/+13
* MSE: Consistently sequence initial StreamParser EncryptedMediaInitDataCBwolenetz2016-01-131-3/+3
* Convert enable_hevc to buildflagservolk2016-01-123-6/+7
* media: Reduce avc.cc logging verbosity.watk2016-01-121-4/+4
* Re-add AC3/EAC3 audio demuxing supportservolk2016-01-094-10/+69
* Global conversion of Pass()→std::move() on OS=linux chromecast=1dcheng2015-12-296-21/+29
* Convert Pass()→std::move() in //mediadcheng2015-12-273-7/+10
* Switch to standard integer types in media/, take 2.avi2015-12-2364-0/+146
* Add missing macros includes in media/.avi2015-12-1927-0/+27
* Switch to standard integer types in media/.Avi Drissman2015-12-1986-937/+983
* Remove kint32max.avi2015-12-102-54/+70
* Remove kuint64max.avi2015-12-092-24/+28
* Remove kint64max.avi2015-12-093-129/+147
* Remove kint64min.avi2015-12-032-62/+74
* Try to remove <algorithm> header from scoped_ptr.h, again.dcheng2015-11-191-0/+2
* Update comments about ISO spec on aac parser.msu.koo2015-11-112-9/+8
* Fail playback when VideoDecoderConfig has invalid extra data.chcunningham2015-10-208-38/+27
* Revert of Fail playback when VideoDecoderConfig has invalid extra data. (patc...hajimehoshi2015-10-198-27/+38
* Fail playback when VideoDecoderConfig has invalid extra data.Chris Cunningham2015-10-178-38/+27
* Improve checking of box sizes to avoid numeric overflowjrummell2015-10-163-17/+113
* Mpeg2ts parser: Flush should never emit new media configsservolk2015-09-241-0/+19
* Updated AAC:Parse() to emit better error logs.msu.koo2015-09-242-27/+191
* Add a null check to timestamp_helper_ in Flush()mbjorge2015-09-231-1/+2
* Move VideoCodec/VideoCodecProfile enums into video_codecs.hservolk2015-09-091-1/+1
* Implemented HEVC video demuxing and parsingservolk2015-09-087-9/+423
* Rename media/base/buffers.h to media/base/timestamp_constants.hwatk2015-09-0421-18/+16
* Treat audio/aac as strict type in mime type checksservolk2015-09-041-0/+8
* Fix mp4 keyframe parsing, removing unused stss parsing.chcunningham2015-08-286-130/+65
* Reland of MSE: Verify MediaLog events created by existing MP4 unit tests (pat...wolenetz2015-08-274-27/+124
* 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
* Revert of MSE: Verify MediaLog events created by existing MP4 unit tests (pat...wolenetz2015-08-244-124/+27
* MSE: Verify MediaLog events created by existing MP4 unit testswolenetz2015-08-244-27/+124
* MSE: Verify MediaLog events created by existing WebM unit testswolenetz2015-08-244-128/+273