summaryrefslogtreecommitdiffstats
path: root/media/mojo
Commit message (Expand)AuthorAgeFilesLines
* media: Remove obsolete comment in media/mojo/services/BUILD.gn.xhwang2015-03-181-1/+0
* media: Hook up ContentDecryptionModuleClient in mojo CDM service.xhwang2015-03-186-10/+13
* media: Enable logging for mojo services in run_mojo_media_renderer.py.xhwang2015-03-141-0/+6
* media: run_mojo_media_renderer.py default to headless mode.xhwang2015-03-131-3/+3
* Add script to run/test the mojo media renderer.xhwang2015-03-091-0/+72
* Remove mojo::DemuxerStreamObserver.xhwang2015-03-095-149/+139
* mojo/common: Decouple GURL dependencymorrita2015-03-051-0/+1
* Decryptors can report kNoKey to WebMediaPlayerjrummell2015-03-023-4/+8
* Moved renderer implementation from media/filters/ to media/renderers/servolk2015-02-241-3/+3
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-0/+2
* Remove an unneeded header include and update a comment.wtc2015-02-111-1/+1
* Remove unneeded dependency, forward declaration, and header include.wtc2015-02-103-3/+0
* Remove Client= from demuxer_stream.mojomdalecurtis2015-02-106-28/+43
* Remove Client= from media_renderer.mojomdalecurtis2015-02-106-27/+21
* Remove Client= syntax from mojo CDM implementations.dalecurtis2015-02-105-15/+25
* Move services code brought in from Mojo to live under //third_party.blundell2015-01-303-3/+3
* Move WeakPtrFactory member last in classhans2015-01-291-1/+1
* Adding an ALAC enum to AudioDecoderConfigmikhal2015-01-292-2/+5
* media: Support MojoRendererService in the browser process.xhwang2015-01-282-3/+15
* Require Renderer::Initialize() to return a status code via callback.dalecurtis2015-01-234-9/+12
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-2312-22/+22
* Add support for Rec709 color space videos in software YUV convert path.rileya2015-01-212-1/+3
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Avoid double task trampoline for Pipeline state transitions.dalecurtis2015-01-211-1/+0
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-192-14/+14
* Fix few compilation errors on Windows in media/ during Windows GN build.vchigrin2015-01-193-11/+10
* Add |legacy_destination_url| back to SessionMessage for EMEjrummell2015-01-145-7/+20
* Reland: V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-102-1/+3
* Pass MessageType in OnSessionMessage() callsjrummell2015-01-096-20/+32
* Change SessionType to include both types of persistent sessions.jrummell2015-01-092-2/+4
* Add session_type parameter to LoadSession()jrummell2015-01-095-6/+12
* Pass key_information on SessionKeysChange messagejrummell2015-01-087-10/+99
* Rename CreateSession() to CreateSessionAndGenerateRequest()jrummell2015-01-085-24/+27
* fix builds with vpx and/or ffmpeg disabledmostynb2015-01-071-4/+4
* Revert hardware decoder changes causing ChromeOS HW test crash.Rahul Chaturvedi2015-01-072-3/+1
* V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-072-1/+3
* Enable PipelineIntegrationTests in mojo!dalecurtis2015-01-062-179/+5
* replace COMPILE_ASSERT with static_assert in media/mostynb2015-01-051-7/+7
* Mojo Media Renderer Cross Thread Crashdtapuska2015-01-052-3/+16
* Fix MojoCdmPromise resolving.xhwang2014-12-242-0/+4
* Add |is_encrypted| in mojo AudioDecoderConfig.xhwang2014-12-243-1/+20
* Enable logging in mojo:media app.xhwang2014-12-241-0/+22
* Remove EME Ready eventjrummell2014-12-205-17/+0
* Remove GetUsableKeyIds()jrummell2014-12-197-37/+0
* Add Mojo CDM Service.xhwang2014-12-1913-8/+908
* Mojo Media Renderer Service Builddtapuska2014-12-181-3/+16
* Fix flushing and time updates for the mojo renderer.dalecurtis2014-12-173-7/+21
* Don't reset ended_cb_ after ending in the MojoRendererImpl.dalecurtis2014-12-171-1/+1
* Fix broken config change handling in the mojo demuxers.dalecurtis2014-12-174-32/+39
* Introduce MojoRendererFactory::ServiceProvider.xhwang2014-12-162-9/+21