summaryrefslogtreecommitdiffstats
path: root/media/mojo/services
Commit message (Expand)AuthorAgeFilesLines
* Remove mojo::DemuxerStreamObserver.xhwang2015-03-094-123/+116
* 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-105-18/+31
* Remove Client= from media_renderer.mojomdalecurtis2015-02-105-25/+18
* Remove Client= syntax from mojo CDM implementations.dalecurtis2015-02-103-13/+22
* Move services code brought in from Mojo to live under //third_party.blundell2015-01-301-1/+1
* Move WeakPtrFactory member last in classhans2015-01-291-1/+1
* Adding an ALAC enum to AudioDecoderConfigmikhal2015-01-291-0/+1
* 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-2311-21/+21
* Add support for Rec709 color space videos in software YUV convert path.rileya2015-01-211-0/+1
* 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-191-13/+13
* 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-144-6/+18
* Reland: V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-101-0/+1
* Pass MessageType in OnSessionMessage() callsjrummell2015-01-095-18/+24
* Change SessionType to include both types of persistent sessions.jrummell2015-01-091-1/+2
* Add session_type parameter to LoadSession()jrummell2015-01-094-3/+9
* Pass key_information on SessionKeysChange messagejrummell2015-01-086-9/+78
* Rename CreateSession() to CreateSessionAndGenerateRequest()jrummell2015-01-084-21/+24
* fix builds with vpx and/or ffmpeg disabledmostynb2015-01-071-4/+4
* Revert hardware decoder changes causing ChromeOS HW test crash.Rahul Chaturvedi2015-01-071-1/+0
* V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-071-0/+1
* Enable PipelineIntegrationTests in mojo!dalecurtis2015-01-062-179/+5
* 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-242-1/+19
* Enable logging in mojo:media app.xhwang2014-12-241-0/+22
* Remove EME Ready eventjrummell2014-12-204-15/+0
* Remove GetUsableKeyIds()jrummell2014-12-196-31/+0
* Add Mojo CDM Service.xhwang2014-12-199-6/+717
* 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-173-29/+37
* Introduce MojoRendererFactory::ServiceProvider.xhwang2014-12-162-9/+21
* Fix MediaTypeConvertersTest.xhwang2014-12-161-3/+6
* Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00frockot2014-12-161-38/+46
* Fix media::MojoRendererTest.xhwang2014-12-161-6/+2
* Fix EOS buffer handling in spork.dalecurtis2014-12-122-7/+10
* Introduce media::RendererFactory interface.xhwang2014-12-113-0/+67
* Fix WeakPtrFactory ordering in mediadmichael2014-12-092-3/+3