summaryrefslogtreecommitdiffstats
path: root/media/mojo
Commit message (Expand)AuthorAgeFilesLines
* Add MojoVideoDecoder.sandersd2016-03-156-12/+143
* Convert CreateCdmBuffer() to use size_t for |capacity|jrummell2016-03-155-17/+27
* Combine media_mojo_unittests and media_mojo_services_unittestsjrummell2016-03-153-51/+26
* Mark MediaAppTest.InitializeRenderer_Success as Flaky on Linuxcsharp2016-03-151-1/+8
* media: Add OutputProtection mojo interface and stub implementationxhwang2016-03-142-0/+57
* Remove stale mentions of mandoline.msw2016-03-141-60/+0
* Add MojoCdmAllocatorjrummell2016-03-147-0/+559
* Request a GpuVideoAcceleratorFactories when constructing decoders.sandersd2016-03-141-2/+3
* media config: expand is_encrypted to a struct.dougsteed2016-03-124-24/+144
* Revert of media config: expand is_encrypted to a struct. (patchset #23 id:440...alexmos2016-03-114-144/+24
* media config: expand is_encrypted to a struct.dougsteed2016-03-114-24/+144
* Reland "Transfer media::VideoFrame using mojo shared memory"jrummell2016-03-116-106/+161
* Moves mojo_application_manifest to data_depssky2016-03-101-2/+2
* Revert of Transfer media::VideoFrame using mojo shared memory (patchset #4 id...tsergeant2016-03-106-158/+106
* Transfer media::VideoFrame using mojo shared memoryjrummell2016-03-096-106/+158
* Plumb DemuxerStream::EnableBitstreamConverter through mojo pipeline.alokp2016-03-084-1/+10
* Remove Mojo bindings environment.Yuzhu Shen2016-03-083-6/+0
* Add a instance groups to Connect(), and introduce an Identity struct.ben2016-03-082-4/+2
* Add error codes to connect callbacks.ben2016-03-061-1/+1
* media: Disallow MEDIA_EXPORT in media/mojo and media/blink.xhwang2016-03-061-0/+3
* Change userid from a uint32_t to a string guidben2016-03-052-4/+4
* Remove MEDIA_EXPORT from MojoSharedBufferVideoFrame definitionjrummell2016-03-051-2/+1
* Add MojoVideoFramejrummell2016-03-044-0/+358
* Added unittests for VideoDecoderConfig conversion.alokp2016-03-042-3/+51
* media: Minor comments cleanup in MojoMediaClient.xhwang2016-03-041-5/+10
* media: Reject pending CDM promise during destruction.xhwang2016-03-012-3/+8
* Move media_type_converters to media/mojo/common/jrummell2016-03-0113-57/+70
* Change Mojo URLs to structured names.ben2016-02-272-4/+4
* media: MojoRendererService holds a ref-count of the CDM.xhwang2016-02-267-44/+63
* Replace with mojo::Connector (already exists) now that Shell is gone.ben2016-02-265-14/+17
* media: Pass InterfaceProvider to mojo media factories.xhwang2016-02-264-34/+37
* media: Fix destruction order in MojoRendererService.xhwang2016-02-242-4/+5
* Add a user id parameter to connections.ben2016-02-242-2/+4
* This enforces the capability filter specified in an application manifest.ben2016-02-233-0/+23
* media: Support MojoAudioDecoder.xhwang2016-02-236-2/+171
* Remove prefixed EME.ddorwin2016-02-221-1/+0
* media: Refactor mojo media gn arguments.xhwang2016-02-191-16/+29
* media: Support TestMojoMediaClient.xhwang2016-02-1811-135/+213
* Enable Android SurfaceView fullscreen video with WMPIwatk2016-02-183-3/+6
* Run mojo_apptests on debug Linux as well.jam2016-02-171-11/+3
* media: Rename service_provider to interface_provider.xhwang2016-02-166-9/+9
* Reland of land "media: Refactor MojoMediaClient" with fix. (patchset #2 id:26...hiroshige2016-02-1511-111/+194
* Revert of Reland "media: Refactor MojoMediaClient" with fix. (patchset #2 id:...hiroshige2016-02-1511-194/+111
* Reland "media: Refactor MojoMediaClient" with fix.xhwang2016-02-1311-111/+189
* Revert of media: Refactor MojoMediaClient. (patchset #4 id:60001 of https://c...thakis2016-02-129-192/+110
* media: Refactor MojoMediaClient.xhwang2016-02-119-110/+192
* Move InterfaceProvider into the shell::mojom namespace like the rest of the s...ben2016-02-116-8/+16
* media: Destroy MojoDecryptor on the correct thread.xhwang2016-02-115-12/+143
* Fold AppRefCount/LifetimeHelper into ShellConnection.ben2016-02-112-1/+1
* Rename ConnectToService to ConnectToInterface()ben2016-02-101-1/+1