summaryrefslogtreecommitdiffstats
path: root/chromecast
Commit message (Expand)AuthorAgeFilesLines
* [Chromecast] Moving VideoPlane caching/logic in VideoPlaneController.esum2015-12-143-43/+131
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-142-2/+4
* [Chromecast] Improve logging for key expiry eventshalliwell2015-12-111-1/+2
* [Chromecast] Remove SwitchingMediaRendererkmackay2015-12-117-240/+5
* [Chromecast] Use a software decoding wrapper for the backend audio decoderkmackay2015-12-118-27/+254
* [Chromecast] Fix media unit testskmackay2015-12-101-2/+5
* [Chromecast] Clean up MediaPipelineBackend delegate APIkmackay2015-12-0918-691/+443
* [Chromecast] Prevent cast_shell_browser_test running in parallelhalliwell2015-12-092-2/+6
* [chromecast] DEBUG_BUILD shouldn't be official build.gfhuang2015-12-091-2/+6
* [Chromecast] Suppress error logging for cancelled URL requestsservolk2015-12-091-1/+2
* Refactor media out of WebContentsImpl to MediaWebContentsObserver.dalecurtis2015-12-092-4/+4
* [Chromecast] Use ScopedTemp[File|Dir] in tests.slan2015-12-0913-128/+200
* [Chromecast] Move CastAudioDecoder out to chromecast/media/cma/decoderkmackay2015-12-036-0/+440
* [Chromecast] Add method to convert DecoderBufferBase to ::media::DecoderBufferkmackay2015-12-015-0/+33
* [Chromecast] Add media playback browser test for audio buildshalliwell2015-12-011-1/+10
* [Chromecast] Allow media metrics events with no session ID sethalliwell2015-12-011-0/+1
* Convert vector_as_array to vector::data in //chrome{,cast,os}.davidben2015-11-301-2/+1
* Add context_utils.h includes where needed.torne2015-11-253-0/+3
* Enable pcm_s32le audio decoding.jyw2015-11-252-1/+6
* [Chromecast] Allow individual test filters to take precedencehalliwell2015-11-241-14/+9
* [Chromecast] Ignore MonitorLoop if EOS in unit testyucliu2015-11-241-0/+4
* Add a WebContents getter callback in ResourceRequestInfoclamy2015-11-242-4/+2
* [Chromecast] Remove libffmpegsumo dummyhalliwell2015-11-233-13/+0
* Move content/renderer input handling for web input events to ui.khushalsagar2015-11-231-1/+1
* Fix flags for Chromecast browser test on internal infrastructurehalliwell2015-11-232-2/+2
* [Chromecast] Add setters to CastSysInfoDummy.derekjchow2015-11-212-17/+133
* [Chromecast] Change UMA_HISTOGRAM_CUSTOM_COUNTS_NO_CACHE to use AddCount.bcf2015-11-212-3/+4
* [Chromecast] Enforce overlay path working in browser testhalliwell2015-11-201-13/+10
* Run gn --format over all .gn filesagrieve2015-11-206-12/+12
* [Chromecast] Allow CMA backend to notify of key expiryhalliwell2015-11-198-10/+82
* [Chromecast] Give chromecast/browser visibility to fontconfig headers.slan2015-11-171-1/+4
* [Chromecast] Add frequency offset to MediaPipelineBackend.icoolidge2015-11-163-0/+53
* Remove cast_crash_unittests from Android TV buildsanfin2015-11-163-32/+29
* Updated chromecast sync points to use new sync tokens.dyen2015-11-141-1/+3
* [GN][Chromecast] Replace //chromecast:config with feature-specific configs.slan2015-11-1317-52/+27
* [Chromecast] Audio-only builds should not enable "cast" ozone platform.slan2015-11-131-3/+2
* [Chromecast] Fix timeout in cast_media_unittests.kmackay2015-11-121-3/+4
* Rename "test" ozone platform to "headless"altimin2015-11-122-2/+2
* [Chromecast] Adds Browser test for media playbackhalliwell2015-11-124-7/+73
* Calling FcInit() in browser process on start up.esum2015-11-112-0/+21
* [Chromecast] Fix invalid iterator access in CMA teardownhalliwell2015-11-091-1/+2
* include what you use: errno.h in chromecast/mostynb2015-11-062-0/+2
* media: Remove BrowserCdmFactory inferface.xhwang2015-11-065-47/+55
* [Chromecast] Add reason field to minidump_params.bcf2015-11-066-38/+35
* [Chromecast] Fix DCHECK due to stopping the backend without starting it.kmackay2015-11-052-4/+12
* [Chromecast][GN] Implement chromecast_locales_pak in GN.slan2015-11-052-4/+49
* [Chromecast] Allow setting volume even when there is no audio.kmackay2015-11-051-2/+2
* Remove unneeded imports of build/config/crypto.gni.tfarina2015-11-041-1/+0
* [Chromecast] Stop pushing data to backend before flush frame provideryucliu2015-11-046-20/+51
* media: Allows GetCdmContext to return null.xhwang2015-11-042-14/+0