summaryrefslogtreecommitdiffstats
path: root/media/test/pipeline_integration_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Update expected audio hash for fixed point opus decoderyucliu2015-08-181-0/+9
* Fix incorrect opus seek preroll and flaky pre-skip removal.dalecurtis2015-08-071-0/+102
* media: Mojo interfaces renaming.xhwang2015-07-271-5/+4
* media: Add ServiceFactory mojo interface and implementation.xhwang2015-07-211-1/+10
* media: Move media mojo interfaces to media.interfaces module.xhwang2015-07-171-1/+1
* Deprecate LogCB in favor of using MediaLogwolenetz2015-07-141-1/+0
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-6/+5
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-1/+3
* Use 'pssh' data to determine key_id properlyjrummell2015-06-201-105/+78
* media: Fix mojo pipeline integration tests.xhwang2015-06-161-1/+4
* Chromium changes to statically link ffmpeg.chcunningham2015-06-091-2/+1
* Fix overloaded pipeline integration tests to support underflow.dalecurtis2015-06-061-2/+6
* Revert "Chromium changes to statically link ffmpeg."chcunningham2015-06-051-1/+2
* Chromium changes to statically link ffmpeg.chcunningham2015-06-041-2/+1
* VideoFrame: Pass color space from pixel format to metadatamcasas2015-05-221-1/+2
* Fix Linux GN all botJohn Abd-El-Malek2015-05-211-1/+3
* Fork the mojo shell interfaces used by Mandoline.jam2015-05-141-3/+3
* Use std::vector<uint8_t> instead of uint8*/int for MediaKeys interfacejrummell2015-04-241-12/+9
* Improving WebM duration estimation.chcunningham2015-04-161-2/+5
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-161-9/+1
* Speculative revert by sheriffBartosz Fabianowski2015-04-161-1/+9
* Prime the landing pad for the new video rendering pipeline.dalecurtis2015-04-151-9/+1
* Revert of Prime the landing pad for the new video rendering pipeline. (patchs...gunsch2015-04-151-1/+9
* Prime the landing pad for the new video rendering pipeline.dalecurtis2015-04-151-9/+1
* Pass security origin to AesDecryptor()jrummell2015-04-091-1/+3
* OnEncrypted event to use enum for |init_data_type|jrummell2015-04-031-15/+11
* media: Rename SessionError to LegacySessionError.xhwang2015-04-021-9/+10
* CreateSessionAndGenerateRequest() to use enum for |init_data_type|jrummell2015-04-021-7/+11
* media: Always define |cdm_id| in CdmContext.xhwang2015-03-191-3/+0
* Properly determine if a new key was added in AesDecryptor::Update()jrummell2015-03-171-0/+7
* Support VP9 video in the BT709 color space.watk2015-03-041-0/+9
* Decryptors can report kNoKey to WebMediaPlayerjrummell2015-03-021-2/+14
* Moved renderer implementation from media/filters/ to media/renderers/servolk2015-02-241-1/+1
* Handle 'cenc' Initialization Data Type in Clear Key.jrummell2015-02-211-13/+33
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-231-3/+3
* media: Rename WebSessionId to SessionId.xhwang2015-01-221-29/+28
* Add |legacy_destination_url| back to SessionMessage for EMEjrummell2015-01-141-5/+10
* Pass MessageType in OnSessionMessage() callsjrummell2015-01-091-9/+9
* Pass key_information on SessionKeysChange messagejrummell2015-01-081-5/+11
* Rename CreateSession() to CreateSessionAndGenerateRequest()jrummell2015-01-081-6/+7
* Enable PipelineIntegrationTests in mojo!dalecurtis2015-01-061-37/+110
* Move all pipeline integration tests to media/test.dalecurtis2014-12-161-0/+1619