summaryrefslogtreecommitdiffstats
path: root/chromecast
Commit message (Expand)AuthorAgeFilesLines
* Verify returned frames from media::VideoFrame::Wrap*() methodsemircan2016-01-151-0/+1
* Fix buffered range updates in media::Pipelineservolk2016-01-141-2/+2
* [Chromecast] Split trace.py into a utility library.derekjchow2016-01-142-90/+144
* [Chromecast] Introduce new HiResAudioSupported device capability.jyw2016-01-134-1/+32
* [Chromecast] Fix sign-comparison error in ASSERT_EQ.slan2016-01-131-2/+1
* [Chromecast] Store ALSA Mixer test data as uint32_t.slan2016-01-122-96/+109
* Call media_pipeline_client.error_cb on the CMA threadservolk2016-01-121-1/+1
* [chromecast] Smooth out OnNetworkChanged event to avoid rapid flippinggfhuang2016-01-092-2/+26
* [Chromecast] Fix ConnectivityChecker heap-use-after-freederekjchow2016-01-072-6/+10
* [Chromecast] Disable alsa_cma_backend_unittest on desktop x86.slan2016-01-072-2/+6
* [Chromecast] Fix gn deps check.gfhuang2016-01-071-0/+2
* [Chromecast] Adding "chrome-resource://" scheme alias so that it can be accessedgfhuang2016-01-069-5/+62
* [Build Fix] Only build ALSA-dependent tests when use_alsa=true.slan2016-01-064-18/+41
* [Chromecast] Upstream ALSA CMA backend.slan2016-01-0624-1/+3958
* Revert "[Chromecast] Move PrefServiceHelper to chromecast/base."derekjchow2016-01-067-38/+35
* [Chromecast] Add //base:prefs as dependency of //chromecast/basederekjchow2016-01-051-0/+1
* [Chromecast] Move PrefServiceHelper to chromecast/base.derekjchow2016-01-057-35/+37
* [Chromecast] Add wake-on-cast related API to AvSettings.gfhuang2016-01-051-0/+20
* Prepare for -Wall for third-party code, -Wextra for chromium_codethakis2015-12-311-1/+1
* [Chromecast] Add BindToTaskRunner and BindToCurrentThreadkmackay2015-12-305-0/+260
* [Chromecast] Make SIGTERM/SIGINT handler saferkmackay2015-12-291-8/+17
* Convert Pass()→std::move() in //chromecastdcheng2015-12-2938-168/+191
* Switch to standard integer types in chromecast/.avi2015-12-22123-153/+348
* Add Audio Volume Control Typegnikita2015-12-191-6/+28
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-182-2/+4
* [Chromecast] Add OutputRestriction information to AvSettingssmcgruer2015-12-172-0/+116
* Revert of Forward the number of skipped frames by the OS in audio playout. (p...grunell2015-12-172-4/+2
* [Chromecast] Collect platform metrics before reboot.mengyu2015-12-171-1/+3
* [Chromecast] Replace architecture-based conditionals with flag.slan2015-12-163-7/+5
* [Chromecast] Remove unused fields from CMA backend statisticshalliwell2015-12-153-20/+31
* [Chromecast] Enable navigator.connection API.derekjchow2015-12-151-0/+3
* [Chromecast] Fix a renderer crash if an error occurs while flushing.kmackay2015-12-151-1/+4
* [Chromecast] Ignore calls to SetPlaybackRate when the backend is stoppedkmackay2015-12-152-10/+8
* Chromecast: Hook up waiting_for_decryption_key callbackerickung2015-12-159-1/+41
* [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