summaryrefslogtreecommitdiffstats
path: root/chromecast
Commit message (Expand)AuthorAgeFilesLines
* Chromecast: use variable internal GYP variable consistently.gunsch2014-10-272-3/+3
* Make remaining parts of components/metrics use metrics namespace.asvitkine2014-10-241-1/+1
* Move KeySystemInfo to media/.xhwang2014-10-243-10/+11
* Chromecast buildfix (Android): locale API changed.gunsch2014-10-231-2/+2
* Chromecast on Android: always use a SurfaceView for video playback.gunsch2014-10-222-1/+6
* Chromecast: crash upload logic improvements for Android.gunsch2014-10-221-1/+7
* Enable separatorWrap module in CheckStyle and fix all the issues.aurimas2014-10-221-2/+2
* Finish gracefully on stop events, but not on pause events.byungchul2014-10-221-7/+26
* Remove obsoleted term, "content_shell".byungchul2014-10-212-8/+8
* Chromecast browser test: use CastContentWindow for test lifetime.gunsch2014-10-212-6/+9
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-211-2/+1
* Chromecast: adds class to help record complex histograms.gunsch2014-10-2015-0/+583
* Chromecast: extracts Linux window creation code to a common place.gunsch2014-10-206-74/+165
* Chromecast media pipeline: handle CENC "full sample encryption" case.gunsch2014-10-171-2/+18
* Rename java WebContentsObserverAndroid to WebContentsObserverwajahat.s2014-10-161-3/+3
* Reorganizes Chromecast code to better reflect functional dependencies.gunsch2014-10-13153-369/+305
* Replace missed OVERRIDE with its C++11 counterparts in src/chromecastr.nagaraj2014-10-111-4/+4
* Chromecast: adds crash handling for Android build.gunsch2014-10-0921-1/+688
* Replace Acquire_Store calls with Release_Store as these stores should have th...lcwu2014-10-081-6/+8
* 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