summaryrefslogtreecommitdiffstats
path: root/media/formats
Commit message (Expand)AuthorAgeFilesLines
* 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
* media: Round natural size width and height to the nearest number.xhwang2015-08-243-7/+14
* Stop over-counting media decoder codec config src= UMAswolenetz2015-08-214-6/+3
* In-class-initialize LIMITED_MEDIA_LOG log counterswolenetz2015-08-182-23/+13
* Refactor AnnexB bitstream conversion for AVC/H.264servolk2015-08-188-33/+125
* Fixed subsample size adjustment in AVC AnnexB conversionservolk2015-08-134-31/+74
* Update SplitString calls to new formbrettw2015-08-082-4/+4
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-072-4/+4
* Update SplitString calls to new formbrettw2015-08-072-4/+4
* media: Fix natural size generation in MP4StreamParser.Xiaohan Wang2015-08-062-3/+40
* Support CENC SampleGroupDescription 'sgpd' box in 'moov'kqyang2015-07-235-78/+134
* Refactor WebMClusterParserTest parser creation for readabilitywolenetz2015-07-211-87/+107
* Deprecate LogCB in favor of using MediaLogwolenetz2015-07-1441-422/+365
* Reland: Change the video color space default.watk2015-07-144-6/+7
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-135-25/+14
* Properly verify that input data is just 'pssh' boxesjrummell2015-07-091-4/+32
* Revert of Change the video color space default. (patchset #4 id:60001 of http...amineer2015-07-094-7/+11
* Change the video color space default.watk2015-07-094-11/+7
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-4/+8
* MSE: Just DVLOG when skipping top-level boxeswolenetz2015-06-251-9/+4
* Combine CENC 'pssh' box parsing routines.jrummell2015-06-154-21/+123
* Remove base/port.h includes that are not necessary anymore.tfarina2015-06-111-1/+0
* Mp4StreamParser: Limit logs for unsupported top level boxes.xhwang2015-06-112-3/+14
* Revert of Combine 'pssh' parsing routines. (patchset #8 id:140001 of https://...kjellander2015-06-104-123/+21
* Combine CENC 'pssh' box parsing routines.jrummell2015-06-094-21/+123
* Revert of Combine 'pssh' parsing routines. (patchset #7 id:120001 of https://...rfevang2015-06-094-123/+21
* Combine CENC 'pssh' box parsing routines.jrummell2015-06-094-21/+123
* Support "live mode" in Mp4StreamParser.xhwang2015-06-032-8/+38
* Avoid warnings on win vs2015 in media/scottmg2015-06-032-4/+6
* media: Remove the remainig use of GG_(U)INTn_C macros.tfarina2015-05-301-9/+10
* VideoFrame: Pass color space from pixel format to metadatamcasas2015-05-222-5/+7
* MSE: Increase log visibility when unfragmented MP4 causes parse failurewolenetz2015-05-155-14/+34
* Getting rid of duplicate includes from media/anujk.sharma2015-05-1410-15/+0
* Improving WebM duration estimation.chcunningham2015-04-163-34/+88
* OnEncrypted event to use enum for |init_data_type|jrummell2015-04-037-18/+9
* media-internals: Differentiate error, info, and debug log messageswolenetz2015-03-3114-128/+139
* Remove PSSH version specific code from MP4 parserkqyang2015-03-121-4/+1
* MSE: Remove unused |success| StreamParser::InitCB argumentwolenetz2015-02-188-20/+12
* Parsing of encoded duration for unencrypted opus streams.chcunningham2015-02-096-132/+591