summaryrefslogtreecommitdiffstats
path: root/media/formats
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace COMPILE_ASSERT with static_assert in media/mostynb2015-01-051-4/+4
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* More miscellaneous fixes for {virtual,override,final} style.Daniel Cheng2014-12-3117-54/+46
* Encrypted Media: Rename NeedKey to EncryptedMediaInitData.xhwang2014-12-068-66/+74
* Fix StreamParserBuffer creation in WebMClusterParser.xhwang2014-11-252-4/+8
* Add SubsampleEntry constructor.xhwang2014-11-251-4/+2
* Move Liveness from DemuxerStreamProvider to DemuxerStream.xhwang2014-11-141-3/+3
* Move key frame flag from StreamParserBuffer to DecoderBufferwolenetz2014-11-125-10/+10
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Standardize usage of virtual/override/final in media/dcheng2014-10-2110-68/+69
* Skip audio frames with unknown timestamp in MPEG2TSservolk2014-10-094-5/+23
* Fix inserting SPS/PPS after AUD NALUservolk2014-10-093-62/+46
* Support some non-compliant MPEG-2 TS streams w.r.t. timestamps.damienv2014-10-094-32/+113
* Implement extended syntax for AVC/h264 unit testsservolk2014-10-081-14/+57
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-0722-67/+67
* MSE: Allow parsing of private_stream_1 in mp2t parserservolk2014-10-032-3/+24
* Rename kWebMEncryptInitDataType to kWebMInitDataTypesandersd2014-10-022-2/+2
* Reland: Pass initDataType instead of contentType to OnNeedKey().sandersd2014-10-023-10/+5
* Revert of Pass initDataType instead of contentType on OnNeedKey(). (patchset ...zmo2014-09-303-5/+10
* Pass initDataType instead of contentType to OnNeedKey().sandersd2014-09-303-10/+5
* Make the timestamp unroll offset consistent accross PES pids.damienv2014-09-168-84/+223
* Support MPEG1 audio in the MPEG2-TS stream parser.damienv2014-09-1311-134/+583
* Fix TrackRunIterator to generate a parse error when it encounters a reserved ...acolwell2014-09-062-5/+35
* Do not access an invalidated reference in media::WebMListParser::OnListEnd().earthdok2014-08-291-3/+4
* Mpeg2 TS parser: Es parsing using an ES byte queue.damienv2014-08-276-102/+148
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-271-4/+4
* Fix windows compilation warning in es_parser_adts.damienv@chromium.org2014-08-182-2/+3
* Mpeg2 TS - Fail when no valid timestamp in the ADTS parser.damienv@chromium.org2014-08-156-138/+383
* 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-1215-102/+108
* change opus sample format to kSampleFormatF32tbutter@gmail.com2014-08-061-2/+5
* Clean up. Experimental user avatars removed.merkulova@chromium.org2014-07-315-485/+0
* Remove track_uid_ to avoid uint64 parsing issues with MSb set.tbutter@gmail.com2014-07-306-91/+116
* Fix AnnexB validation logic to work with encrypted content.acolwell@chromium.org2014-07-304-33/+51
* Skip Tags Element to parse WebM Files containing Tagstbutter@gmail.com2014-07-291-0/+2
* Fix two uninitialized variables in media.wfh@chromium.org2014-07-261-1/+1
* Fix various uninitialized member variables in media code.xhwang@chromium.org2014-07-251-0/+1
* Don't check reserved bits when parsing AVCDecoderConfigurationRecords.sandersd@chromium.org2014-07-231-3/+2
* Revert of Clean up. Experimental user avatars removed. (https://codereview.ch...johnme@chromium.org2014-07-225-0/+485
* Clean up. Experimental user avatars removed.merkulova@chromium.org2014-07-225-485/+0
* Mpeg2 TS - simplify the buffer emission logic.damienv@chromium.org2014-07-142-31/+134