summaryrefslogtreecommitdiffstats
path: root/chromecast
Commit message (Expand)AuthorAgeFilesLines
* Move some test filters from vendor to chromecast_tests.gyp.wzhong2015-03-091-7/+51
* Chromecast: Use default media renderer only for FLAC/Opus for nowservolk2015-03-061-2/+2
* Chromecast: fixes crash in AvPipelineImpl teardown.gunsch2015-03-065-10/+23
* Chromecast: implement other MediaKeys interfaces in BrowserCdmCast.gunsch2015-03-052-0/+22
* Change chrome android to use content_app_bothmichaelbai2015-03-041-2/+1
* [Android] Add proxy for Java-based WebContentsObserversjdduke2015-03-041-1/+1
* Chromecast: replay buildfixes in SwitchingMediaRenderer code.gunsch2015-03-043-7/+10
* Chromecast Android: pass ICU file descriptor to render process.gunsch2015-03-041-8/+18
* Chromecast: communicate HDMI-sink codec changes over IPC.gunsch2015-03-0414-1/+185
* Revert of Revert of Chromecast: Play audio streams not supported by CMA via d...finnur2015-03-0410-74/+292
* Revert of Chromecast: Play audio streams not supported by CMA via default ren...finnur2015-03-0410-296/+74
* Chromecast: fix SwitchingMediaRenderer::Initialize signatureservolk2015-03-042-2/+2
* Chromecast: Fix build in chromecast_media_renderer_factory.ccservolk2015-03-043-3/+7
* Chromecast: mitigate threading issue between AvPipeline/MediaKeys.gunsch2015-03-046-40/+50
* [Chromecast] Don't log time to first paint if no app has been set.derekjchow2015-03-031-0/+2
* Chromecast: Play audio streams not supported by CMA via default rendererservolk2015-03-0310-74/+292
* [Chromecast] Remove in-memory HttpCache.derekjchow2015-03-031-5/+2
* Chromecast buildfix: CMA renderer has new Initialize interface.gunsch2015-03-032-2/+8
* Perform more aggressive connectivity checks.derekjchow2015-02-271-17/+9
* Chromecast: always enable CMA pipeline.gunsch2015-02-271-4/+6
* Chromecast: tracing script to use for Linux-based cast_shell.gunsch2015-02-271-0/+185
* Rework ATV crash uploaderkjoswiak2015-02-274-142/+155
* Chromecast: get locale from ICU instead of caching permanently.gunsch2015-02-272-3/+15
* Make content JNI API accept a list of callbacksmichaelbai2015-02-261-4/+7
* Remove NetworkChangeNotifierCast.derekjchow2015-02-267-116/+4
* Chromecast: moves all service startup code to PreMainMessageLoopRun.gunsch2015-02-251-2/+15
* Encrypted Media: Replace web_session_id with session_idzhuoyu.qian2015-02-252-9/+9
* Chromecast: Add media/renderers/ to chromecast/media/DEPSservolk2015-02-251-0/+1
* Add flag to communicate last casted app to renderer processkjoswiak2015-02-244-1/+25
* Fix for white screen when casting on Android.halliwell2015-02-241-0/+9
* Fix white flash on certain Chromecast screen transitions.halliwell2015-02-241-0/+1
* Chromecast: disables wifi-based features on ATV.gunsch2015-02-244-3/+11
* Chromecast buildfix: restores AddKeySystemWithCodecs, fixes namespace.gunsch2015-02-232-11/+25
* Separate OnJNIOnLoadmichaelbai2015-02-211-21/+20
* Chromecast: adds internal flags necessary for browser test runner.gunsch2015-02-211-0/+8
* Chromecast: minor code cleanups.gunsch2015-02-213-4/+1
* Chromecast: adds application and WebUI resources for internal build.gunsch2015-02-201-1/+18
* Chromecast: fix build break in cast_content_renderer_client.ccservolk2015-02-201-1/+1
* [Chromecast] Add connectivity checking for Chromecast.derekjchow2015-02-2012-2/+404
* Pass MediaLog to CreateMediaRendererFactoryservolk2015-02-202-2/+4
* Implement checks for distinctiveIdentifier and persistentState in requestMedi...sandersd2015-02-202-21/+22
* Chromecast: tighten cases for uploading crash dumps to prod server.gunsch2015-02-203-13/+28
* Initialize metrics service after cast service is initialized.byungchul2015-02-201-6/+4
* Disable unprefixed EME when using "--mediadrm-enable-non-compositing".ddorwin2015-02-191-0/+4
* Enable crash keys for cast shell on androidkjoswiak2015-02-185-0/+83
* Allow server endpoint to be injected into the NetMetricsLogUploader from chrome/ivansham2015-02-182-6/+3
* Chromecast: add platform hooks to inject browser/renderer message filters.gunsch2015-02-188-8/+72
* Chromecast: removes chrome-devtools:// protocol from debugging page.gunsch2015-02-181-31/+3
* Clean up redundant virtual specifiers for chromecast androidkjoswiak2015-02-173-31/+31
* Migrate cast to use JNIOnLoadDelegatemichaelbai2015-02-142-22/+31