summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Try not to let the AUHAL driver get stuck sending silence.dalecurtis@chromium.org2013-06-213-1/+20
* Fix ChunkDemuxer seek and init callback dispatch.acolwell@chromium.org2013-06-213-110/+106
* Add new class AudioBufferQueue.jrummell@chromium.org2013-06-217-76/+868
* Finalizes support of device selection for live-audio on Windows.henrika@chromium.org2013-06-204-21/+100
* Removed unused NeedKey callback from Decryptors.ddorwin@chromium.org2013-06-204-11/+4
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-201-1/+1
* Fix the WebRTC color bug.hkuang@chromium.org2013-06-203-12/+65
* Allow moof boxes to be appended without a moov box after Flushacolwell@chromium.org2013-06-203-4/+21
* added device selection to web speech to use the correct device. Users should ...xians@chromium.org2013-06-203-10/+17
* Changes to avoid memory leak in the audio_buffer test code.jrummell@chromium.org2013-06-201-8/+8
* EME: ProxyDecryptor creates MediaKeys instead of Decryptor.xhwang@chromium.org2013-06-196-10/+11
* Overriding HasAlpha in VpxVideoDecodervigneshv@chromium.org2013-06-193-0/+8
* Encrypted Media: DecryptingXxx::SetDecryptor() accepts NULL decryptor.xhwang@chromium.org2013-06-196-0/+46
* Fix an issue that Start() could be called when there are pending tasks or dec...qinmin@chromium.org2013-06-194-69/+164
* Reduce false-positives from media/PRESUBMIT.py in detecting use of the wrong ...miu@chromium.org2013-06-191-6/+22
* Revert 207105 "Rejigger audio capture pipeline to work with sepa..."miu@chromium.org2013-06-199-242/+103
* Separate CDM initialization from GenerateKeyRequest & remove key_system param...ddorwin@chromium.org2013-06-1910-120/+64
* Add crogers to media/audio/OWNERSdalecurtis@chromium.org2013-06-181-0/+3
* Rejigger audio capture pipeline to work with separate main+worker threads (Mac).miu@chromium.org2013-06-189-103/+242
* Add new class AudioBuffer.jrummell@chromium.org2013-06-184-0/+544
* Resolves crash in media::ChannelMixer::Transform.henrika@chromium.org2013-06-181-1/+6
* Remove unused EME v0.1b MediaKeyError values.ddorwin@chromium.org2013-06-181-4/+5
* Fix early signalling of end of stream in ChunkDemuxer.acolwell@chromium.org2013-06-185-25/+108
* Libvpx roll to r206753fgalligan@chromium.org2013-06-181-3/+7
* Fix wrong header guards found by clang's new Wheader-guard.thakis@chromium.org2013-06-172-2/+2
* Enable low latency mode for audio playback on Androidwjia@chromium.org2013-06-171-5/+1
* Don't perform seek when surface changes if we are already seekingqinmin@chromium.org2013-06-172-34/+56
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-171-1/+0
* Delete usage and support for EGL_ANGLE_software_display extension.apatrick@chromium.org2013-06-171-1/+1
* fix a problem that surface can be deleted before calling VideoCodecBridge::St...qinmin@chromium.org2013-06-156-42/+312
* remove unused targetsqinmin@chromium.org2013-06-151-9/+0
* media: Remove VP9 flag, and enable VP9 support by default.tomfinegan@chromium.org2013-06-155-22/+6
* Remove logic from ChunkDemuxer that allows EndOfStream to silently fail.acolwell@chromium.org2013-06-153-90/+21
* Revert 206460 "Libvpx roll to r206072"tim@chromium.org2013-06-141-7/+3
* Libvpx roll to r206072fgalligan@chromium.org2013-06-141-3/+7
* Ensure the ChunkDemuxer seek callback is invoked when reaching the end of str...damienv@google.com2013-06-142-20/+107
* Revert 206267 "This change adds VideoDecoderJob::Create() and Au..."qinmin@chromium.org2013-06-146-312/+42
* This change adds VideoDecoderJob::Create() and AudioDecoderJob::Create() so t...qinmin@chromium.org2013-06-146-42/+312
* Replace erroneous use of base::Time with base::TimeTicks throughout media code.miu@chromium.org2013-06-1327-101/+171
* Ensure OSX device change callbacks occur on the right thread.dalecurtis@chromium.org2013-06-133-5/+9
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-1/+1
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-1/+1
* Fix SourceBufferStream::IsEndSelected in case of a pending seek.damienv@google.com2013-06-133-2/+33
* Hooking up all EME messages with MediaSourcePlayer and introduce MediaDrmBridgeqinmin@chromium.org2013-06-135-10/+146
* Make it possible to switch between two different versions of ANGLE.apatrick@chromium.org2013-06-121-2/+2
* Expose SampleFormat -> bytes per frame calculations.jrummell@chromium.org2013-06-126-47/+82
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in media/.dcheng@chromium.org2013-06-122-4/+2
* Implement MediaSourceDelegate::SetDuration() for androidwolenetz@chromium.org2013-06-124-8/+30
* Move ScreenCaptureDevice from media to content.sergeyu@chromium.org2013-06-116-654/+0
* Synchronized IO handles the mono input device.xians@chromium.org2013-06-112-5/+39