summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Handle the case that DRM was initialized after Start() is calledqinmin@chromium.org2013-06-291-2/+2
* Use a direct include of time headers in media/.avi@chromium.org2013-06-2882-89/+89
* Remove seek_done parameter from ReadFromDemuxer.xhwang@chromium.org2013-06-273-7/+6
* Fix yet another instance of scoped_ptr<T>(NULL) on ChromeOS.dcheng@chromium.org2013-06-261-2/+0
* Convert channel layout to channel count for optimal frame size.rtoy@google.com2013-06-261-1/+2
* Fix SourceBufferStream GC removing buffers for the current position on a pend...acolwell@chromium.org2013-06-266-44/+140
* Passing MediaCrypto from MediaDrmBridge to MediaSourcePlayerqinmin@chromium.org2013-06-262-18/+72
* Made media::MediaLogEvent use base::TimeTicks instead of base::Time.tyoverby@chromium.org2013-06-262-2/+2
* Add trace event for FillBufferQueue.rtoy@google.com2013-06-261-0/+2
* Send hardware video frames with mailboxes.danakj@chromium.org2013-06-259-23/+325
* Add PSSH box parsing in MediaDrmBridge.xhwang@chromium.org2013-06-251-0/+123
* Fix MIDI code for 64 bit build.avi@chromium.org2013-06-251-6/+14
* Refactored DataBuffer to use unix_hacker style methods.tyoverby@chromium.org2013-06-2518-262/+246
* Supports Stop() during pending Reset() correctly in FFmpegVideoDecoder and Vp...xhwang@chromium.org2013-06-253-6/+31
* Hook up MediaDrmBridge and MediaPlayerAndroid with OnMediaKeys() calls.xhwang@chromium.org2013-06-253-25/+45
* Handle Stop during Reinitialization in VideoFrameStream.xhwang@chromium.org2013-06-254-2/+57
* Don't initialize the AudioUnit until params are set.dalecurtis@chromium.org2013-06-241-6/+6
* Change Start() call of MediaCodecBridge to accept MediaCrypto objectqinmin@chromium.org2013-06-244-21/+27
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-242-3/+3
* Allow suppressed EME canPlayType() responses to be overridden with flag.ddorwin@chromium.org2013-06-242-0/+6
* Revert "Allow suppressed EME canPlayType() responses to be overridden with a ...senorblanco@chromium.org2013-06-232-6/+0
* Allow suppressed EME canPlayType() responses to be overridden with a flag.ddorwin@chromium.org2013-06-222-0/+6
* Add the SetMediaKeys handler to pass a drm bridge to a MediaSourcePlayerqinmin@chromium.org2013-06-224-7/+21
* Move pending seek cancellation logic from ChunkDemuxerStream to ChunkDemuxer.acolwell@chromium.org2013-06-223-109/+119
* Re-land r207105 (Mac audio capture threading fix) with unit test memory leak ...miu@chromium.org2013-06-229-101/+235
* Re-land 16025005 with tiny fix for statics perf issuecrogers@google.com2013-06-227-0/+522
* Revert 207992: This looks like a reland of r207983, which was reverted insadrul@chromium.org2013-06-227-522/+0
* don't include iostream.hcrogers@google.com2013-06-227-0/+522
* Revert 207983 "Implement Web MIDI API back-end"crogers@google.com2013-06-227-526/+0
* Implement Web MIDI API back-endcrogers@google.com2013-06-227-0/+526
* Enable audio volume control on Android.wjia@chromium.org2013-06-216-157/+174
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-212-12/+6
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-211-1/+1
* Turn on speakerphone by default for WebRTC on Android.wjia@chromium.org2013-06-211-0/+3
* Add a function to convert key system into UUIDqinmin@chromium.org2013-06-212-3/+23
* 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