summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Support creating secure decoder in MediaCodecBridge.xhwang@chromium.org2013-09-0710-64/+104
* Fix SourceBufferStream::Remove() for buffers before the current play position.acolwell@chromium.org2013-09-072-5/+34
* capture a top java exception on certain Samsung devicesqinmin@chromium.org2013-09-074-9/+22
* Revert 220237 "Revert 220228 "FFmpeg roll for M31.""dalecurtis@google.com2013-09-061-7/+7
* Fix MediaSourcePlayer unittests and minor code cleanup.acolwell@chromium.org2013-09-065-52/+111
* Output device enumeration for Alsa, plus unit test.joi@chromium.org2013-09-065-41/+105
* Wire up the output device id and provide an implementation on Windows.tommi@chromium.org2013-09-0614-32/+77
* media: Opus support for WebM in Media Sourcevigneshv@chromium.org2013-09-0623-49/+201
* Cancel the starvation callback when MediaSourcePlayer::Release() gets called.qinmin@chromium.org2013-09-051-0/+1
* Add AudioManager::GetAudioOutputDeviceNames and implement for pulseaudio.joi@chromium.org2013-09-059-19/+96
* Implement experimental MP3 support for Media Source API.acolwell@chromium.org2013-09-0510-7/+782
* Convert most run_all_unittests.cc files to use new unit test launcher.phajdan.jr@chromium.org2013-09-051-1/+7
* Call GetDefaultOutputDeviceID() from GetDefaultOutputStreamParameters() inste...tommi@chromium.org2013-09-052-6/+6
* Disable VP9 for Androidwonsik@chromium.org2013-09-051-0/+4
* EME: Handle NO_KEY and resume playback after key is added.xhwang@chromium.org2013-09-0511-97/+197
* Fixing a race in KeyboardEventCounter::Reset.jiayl@chromium.org2013-09-041-1/+2
* Icecast test file.acolwell@chromium.org2013-09-041-0/+0
* Add GetOutputStreamParameters, GetAssociatedOutputDeviceID to AudioManager.tommi@chromium.org2013-09-0413-68/+153
* Adding rtp receiver to castmikhal@google.com2013-09-0415-0/+1049
* Fix a DCHECK error when releasing MediaSourcePlayerqinmin@chromium.org2013-09-031-1/+0
* Refactor AesDecryptorTest.xhwang@chromium.org2013-09-031-483/+297
* media: Enabling VP8 Alpha playback by default.vigneshv@chromium.org2013-09-034-9/+4
* Correct include guard, and enforce array parameter starts empty.joi@chromium.org2013-09-033-5/+5
* Add the necessary scaffolding to allow creation of non-default audio output d...tommi@chromium.org2013-09-0330-81/+209
* Consolidate MediaCodecBridge and MediaDecoderJob status.xhwang@chromium.org2013-09-0311-175/+198
* Allow security level to be passed to MediaDrmBridge constructorqinmin@chromium.org2013-09-023-18/+33
* Avoid incrementing access_unit_index for DECODE_STOPPED status.acolwell@chromium.org2013-09-021-1/+3
* MediaSourcePlayer implements IsTypeSupported().xhwang@chromium.org2013-08-309-40/+222
* Add GetMatchingOutputDeviceID to CoreAudioUtil.tommi@chromium.org2013-08-303-1/+83
* Migrate media::MediaPlayerManager::Create() to content::BrowserMediaPlayerMan...scherkus@chromium.org2013-08-301-21/+0
* Added framer to cast.pwestin@google.com2013-08-3017-11/+1993
* Rename MediaPlayerHostMsg_{DemuxerReady,ReadFromDemuxerAck}_Params to Demuxer...scherkus@chromium.org2013-08-309-122/+106
* media: Uploading the correct test file for Opusfgalligan@chromium.org2013-08-291-0/+0
* Make MediaDecoderJobs destructon always happen on the UI thread.acolwell@chromium.org2013-08-293-18/+27
* Adding Rtp sender and rtp common to castmikhal@google.com2013-08-2919-3/+1256
* MediaSourcePlayer only start playing when MediaCrypto is ready.xhwang@chromium.org2013-08-295-61/+134
* Upgrade AudioRendererAlgorithm to use WSOLA,dalecurtis@google.com2013-08-296-325/+1051
* Revert 220228 "FFmpeg roll for M31."hashimoto@chromium.org2013-08-291-7/+7
* FFmpeg roll for M31.dalecurtis@chromium.org2013-08-291-7/+7
* Summer cleaning, media/ style!dalecurtis@chromium.org2013-08-2925-3955/+0
* [Android] Rename SurfaceTextureBridge to just SurfaceTexture.yfriedman@chromium.org2013-08-291-11/+11
* Move access unit handling into MediaDecoderJob.acolwell@chromium.org2013-08-298-254/+417
* Allow StreamParserFactory to receive and handle mimetypes with no codecs spec...acolwell@chromium.org2013-08-292-22/+26
* media: Adding test file for Opus WebMvigneshv@chromium.org2013-08-292-0/+9
* Adding rtcp folder to cast.pwestin@google.com2013-08-2920-4/+4689
* Remove unnecessary log line from cras audiojamescook@chromium.org2013-08-281-1/+0
* Changes default audio input from stereo to mono on Android.henrika@chromium.org2013-08-281-2/+7
* EVEA cleanup: use video utility functions in media::*sheu@chromium.org2013-08-283-5/+51
* Using privacy mode for DRMqinmin@chromium.org2013-08-281-1/+10
* Adds key press detection for Mac by detecting the increase of key down event ...jiayl@chromium.org2013-08-2810-197/+307