summaryrefslogtreecommitdiffstats
path: root/media/mojo
Commit message (Expand)AuthorAgeFilesLines
* Have mojo_media_client own the audio and video renderer sinksjrummell2016-01-154-15/+25
* Wait for data to be available before reading from DataPipejrummell2016-01-153-0/+21
* Change DecoderBuffer::data_size to type size_tservolk2016-01-146-25/+38
* Revert of Change DecoderBuffer::data_size to type size_t (patchset #11 id:200...kinuko2016-01-123-18/+12
* Move mojo/application/public -> mojo/shell/publicben2016-01-1213-23/+23
* Change DecoderBuffer::data_size to type size_tservolk2016-01-113-12/+18
* Re-add AC3/EAC3 audio demuxing supportservolk2016-01-092-2/+5
* Improve logging of EME callsjrummell2016-01-043-13/+25
* Convert Pass()→std::move() in //mediadcheng2015-12-2715-59/+76
* Switch to standard integer types in media/, take 2.avi2015-12-2318-2/+38
* Use data pipe to pass DecoderBuffer contentsjrummell2015-12-225-15/+202
* Add missing macros includes in media/.avi2015-12-193-0/+3
* Switch to standard integer types in media/.Avi Drissman2015-12-192-11/+11
* Only copy actual video frame bytes when converting to mojojrummell2015-12-182-23/+78
* Deletes PlatformMojoMediaClient.alokp2015-12-184-91/+23
* Pass MojoMediaClient instance to MojoMediaApplication constructor.alokp2015-12-179-43/+63
* Remove renderer_service -> media_client dependency.alokp2015-12-167-127/+22
* win/gn: Unbreak component buildthakis2015-12-102-3/+2
* Create and use mojo::Binding on the same thread.alokp2015-12-102-3/+3
* Add Mojo Decryptor.jrummell2015-12-098-8/+229
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-041-1/+1
* Add Mojo Decryptor service.jrummell2015-12-0210-34/+298
* Reland "Define AudioBuffer and VideoFrame for mojo"jrummell2015-11-266-4/+364
* Revert of Reland "Define AudioBuffer and VideoFrame for mojo" (patchset #2 id...maniscalco2015-11-256-364/+4
* Reland "Define AudioBuffer and VideoFrame for mojo"jrummell2015-11-256-4/+364
* (reland) media: Add ProvisionFetcher mojo interface and implementation.xhwang2015-11-2511-31/+167
* Revert of media: Add ProvisionFetcher mojo interface and implementation. (pat...dominickn2015-11-2511-167/+31
* Revert of Define AudioBuffer and VideoFrame for mojo (patchset #4 id:60001 of...raymes2015-11-256-364/+4
* Enable pcm_s32le audio decoding.jyw2015-11-251-1/+2
* Define AudioBuffer and VideoFrame for mojojrummell2015-11-256-4/+364
* media: Add ProvisionFetcher mojo interface and implementation.xhwang2015-11-2511-31/+167
* Convert ConnectToApplication to take a params classben2015-11-201-3/+1
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* media: Add Clear Key key system support in MojoCdmFactory.xhwang2015-11-191-0/+21
* media: Add static MojoCdmService::GetCdm().xhwang2015-11-182-0/+68
* Move MediaDrmBridge provision communication to native side.timav2015-11-161-1/+24
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-1318-23/+22
* Eliminate third_party/mojo/src from all targets' include pathsKen Rockot2015-11-113-3/+3
* media: Remove BrowserCdmFactory inferface.xhwang2015-11-061-2/+2
* Get Mandoline working in component build.jam2015-11-062-41/+39
* media: Make MediaKeys ref-counted.xhwang2015-11-034-13/+13
* media: Generate CDM ID in MojoCdmService.xhwang2015-11-028-41/+73
* Add constructors for CdmKeyInformationjrummell2015-10-311-6/+4
* More gn check fixesbrettw2015-10-241-2/+2
* media: Add AndroidCdmFactory.xhwang2015-10-237-46/+108
* Fail playback when VideoDecoderConfig has invalid extra data.chcunningham2015-10-202-23/+16
* media: Selectively call InitLogging() in MojoMediaApplication::Initialize().xhwang2015-10-193-10/+19
* Revert of Fail playback when VideoDecoderConfig has invalid extra data. (patc...hajimehoshi2015-10-192-16/+23
* Fail playback when VideoDecoderConfig has invalid extra data.Chris Cunningham2015-10-172-23/+16
* media: Support MojoMediaApplication in GPU process.xhwang2015-10-133-11/+9