summaryrefslogtreecommitdiffstats
path: root/chromecast/media/audio
Commit message (Expand)AuthorAgeFilesLines
* media config: expand is_encrypted to a struct.dougsteed2016-03-122-2/+1
* Revert of media config: expand is_encrypted to a struct. (patchset #23 id:440...alexmos2016-03-112-1/+2
* media config: expand is_encrypted to a struct.dougsteed2016-03-112-2/+1
* [Chromecast] Fix lint error.tianyuwang2016-03-051-0/+3
* [Chromecast] Add volume control for different audio stream types.tianyuwang2016-03-042-1/+3
* Convert Pass()→std::move() in //chromecastdcheng2015-12-291-2/+4
* Switch to standard integer types in chromecast/.avi2015-12-222-0/+7
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-182-2/+4
* Revert of Forward the number of skipped frames by the OS in audio playout. (p...grunell2015-12-172-4/+2
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-142-2/+4
* [Chromecast] Clean up MediaPipelineBackend delegate APIkmackay2015-12-092-29/+24
* [Chromecast] Allow CMA backend to notify of key expiryhalliwell2015-11-191-0/+4
* [GN][Chromecast] Replace //chromecast:config with feature-specific configs.slan2015-11-131-2/+0
* [Chromecast] Fix DCHECK due to stopping the backend without starting it.kmackay2015-11-052-4/+12
* [Chromecast] Fix AudioVideoPipelineDeviceTest by using WeakPtrs in Backend.mbjorge2015-11-032-8/+18
* [Chromecast] Clean up GN so that gn check passes.slan2015-10-301-18/+6
* [Chromecast] Make CastAudioOutputStream more permissive about queued datakmackay2015-10-281-8/+14
* [Chromecast] Pass DecoderBufferBase directly to backends.kmackay2015-10-262-15/+5
* [Chromecast] Fix a crash in CastAudioOutputStreamkmackay2015-10-212-4/+46
* Fail playback when VideoDecoderConfig has invalid extra data.chcunningham2015-10-201-2/+0
* Revert of Fail playback when VideoDecoderConfig has invalid extra data. (patc...hajimehoshi2015-10-191-0/+2
* Fail playback when VideoDecoderConfig has invalid extra data.Chris Cunningham2015-10-171-2/+0
* Add a param to indicate that an audio stream is for sound effectskmackay2015-10-151-1/+3
* Upgrade to new CMA backend APIkmackay2015-10-154-240/+253
* [Chromecast] Fix DCHECK for CastAudioOutputStream::backend_busy_.alokp2015-10-133-9/+43
* [Chromecast] Cleanup the API for creating MediaPipelineBackend.alokp2015-10-074-15/+17
* [GN] Add a template which wraps generate_test_lists.py.slan2015-10-051-1/+1
* [Chromecast] Call CMA backend API on cast media thread.alokp2015-10-025-221/+409
* [Chromecast] Move audio logging from PushFrame to Start.mbjorge2015-09-251-2/+2
* [Chromecast] Add LogTimeToFirstAudio after first audio frame push.mbjorge2015-09-242-0/+5
* [Chromecast] Add a return value after NOTREACHED in tests.slan2015-09-212-5/+5
* [Chromecast] Plumbs raw audio through CMA backend.alokp2015-09-198-0/+1077