summaryrefslogtreecommitdiffstats
path: root/chromecast
Commit message (Expand)AuthorAgeFilesLines
* Chromecast: adds interfaces for hardware layer of CMA pipeline.gunsch2014-10-0721-6/+1861
* replace OVERRIDE and FINAL with override and final in chromecast/mostynb2014-10-0643-183/+183
* Chromecast: adds test frame-segmenter code to support CMA unit tests.gunsch2014-10-0313-27/+424
* Chromecast Android buildfix: rework CommandLine initialization logic.gunsch2014-10-032-12/+21
* Chromecast: provides ExternalVideoSurfaceContainer for Android.gunsch2014-10-037-2/+455
* Chromecast: adds "DecryptContext" to CMA for managing encrypted frames.gunsch2014-10-035-0/+133
* Chromecast: adds stability metrics provider to track crashes.gunsch2014-10-0215-4/+284
* Chromecast: device identification for whitelisted apps and servers.gunsch2014-10-022-0/+59
* Move WeakPtrFactory to the last data member. And as part of this change, move...lcwu2014-10-0110-14/+14
* Fix cast shell to work with upstream content_browser_client API change and he...lcwu2014-10-013-6/+6
* Chromecast: script to set command line flags for Android build.gunsch2014-10-011-0/+36
* Chromecast: minor buildfixes.gunsch2014-09-302-2/+1
* Chromecast: removes android:permission="INTERNET" from manifest.gunsch2014-09-301-2/+1
* Chromecast: use ARGB format for WebColor.gunsch2014-09-301-2/+3
* Chromecast: User-Agent string should have "/" before build number.gunsch2014-09-301-1/+1
* Chromecast: Android devtools needs remote frontend URL.gunsch2014-09-302-1/+21
* Chromecast: removes CastNetworkDelegate from CastService::Create.gunsch2014-09-303-6/+0
* Change UMA proto product field to be an int32.asvitkine2014-09-292-0/+6
* Chromecast: adds callback for CastService to control metrics state.gunsch2014-09-299-17/+53
* Chromecast: guard PlayReady with C-define to prevent accidental use.gunsch2014-09-292-0/+4
* Chromecast: adds Android switches for media playback.gunsch2014-09-272-0/+8
* Chromecast: adds CastNetworkDelegate.gunsch2014-09-2712-7/+173
* Chromecast: always enable "Media" blink logging.gunsch2014-09-265-5/+5
* Chromecast: provides a method to check if config has been set by user.gunsch2014-09-262-4/+12
* Chromecast: adds scheme for local file support in Android.gunsch2014-09-261-0/+3
* Chromecast: call ClosePage(), wait 50ms before deleting WebContents.gunsch2014-09-256-11/+63
* Chromecast: adds Chromecast build # to User-Agent string.gunsch2014-09-253-1/+7
* Pass the system url request context getter to the cast service so that it can...lcwu2014-09-256-4/+26
* [Checkstyle] Fix misc style issues in Java files.aurimas2014-09-251-2/+2
* Chromecast: disables downloads from the Chromecast shell.gunsch2014-09-255-3/+107
* Chromecast: adds AddKeySystemWithCodecs to key_systems_cast header.gunsch2014-09-252-9/+9
* Chromecast: always disable "shrinks viewport content to fit."gunsch2014-09-252-0/+3
* Chromecast: set Android profile dir and ensure it exists.gunsch2014-09-251-0/+8
* Chromecast: allow local file access for Android.gunsch2014-09-251-0/+10
* Chromecast buildfix: adds GYP dependency on cdm_renderer.gunsch2014-09-231-0/+1
* Chromecast buildfix: adapting to ContentViewCore API changes.gunsch2014-09-231-6/+12
* [DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to De...dgozman2014-09-224-15/+65
* Chromecast: adds Gpu/Network/Profiler metrics providers.gunsch2014-09-194-3/+27
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-193-7/+7
* Adds initial key systems support for Chromecast.gunsch2014-09-1711-0/+212
* Chromecast Android shell improvements:gunsch2014-09-177-18/+15
* Android buildfix: ResourceExtractor moved to org.chromium.basegunsch2014-09-121-1/+1
* Fix Flush in DemuxerStreamAdapter.damienv2014-09-123-25/+83
* Chromecast: end-to-end browser test based on content::BrowserTest.gunsch2014-09-1212-26/+313
* Chromecast: initial checkin of Android-based cast shell.gunsch2014-09-1142-28/+1864
* Audio/video data streaming over shared memory.damienv2014-09-1114-0/+1256
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...thestig2014-09-102-2/+2
* Add default impl for DemuxerStream::EnableBitstreamConverter().xhwang2014-09-101-4/+0
* Introduce some buffering into the cast media pipeline.damienv2014-09-1010-0/+954
* Fix the uses of T* conversion operator from scoped_refptr<T> which is now rem...lcwu2014-09-082-9/+11