summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Change Start() call of MediaCodecBridge to accept MediaCrypto objectqinmin@chromium.org2013-06-244-21/+27
* 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
* 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
* Add new class AudioBufferQueue.jrummell@chromium.org2013-06-216-76/+865
* 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
* 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-194-8/+9
* Fix an issue that Start() could be called when there are pending tasks or dec...qinmin@chromium.org2013-06-193-67/+164
* Separate CDM initialization from GenerateKeyRequest & remove key_system param...ddorwin@chromium.org2013-06-195-35/+16
* Add new class AudioBuffer.jrummell@chromium.org2013-06-183-0/+541
* Remove unused EME v0.1b MediaKeyError values.ddorwin@chromium.org2013-06-181-4/+5
* Don't perform seek when surface changes if we are already seekingqinmin@chromium.org2013-06-172-34/+56
* fix a problem that surface can be deleted before calling VideoCodecBridge::St...qinmin@chromium.org2013-06-155-42/+309
* media: Remove VP9 flag, and enable VP9 support by default.tomfinegan@chromium.org2013-06-153-9/+1
* Revert 206267 "This change adds VideoDecoderJob::Create() and Au..."qinmin@chromium.org2013-06-145-309/+42
* This change adds VideoDecoderJob::Create() and AudioDecoderJob::Create() so t...qinmin@chromium.org2013-06-145-42/+309
* Replace erroneous use of base::Time with base::TimeTicks throughout media code.miu@chromium.org2013-06-1311-61/+65
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-1/+1
* Hooking up all EME messages with MediaSourcePlayer and introduce MediaDrmBridgeqinmin@chromium.org2013-06-134-10/+144
* Expose SampleFormat -> bytes per frame calculations.jrummell@chromium.org2013-06-125-47/+80
* Implement MediaSourceDelegate::SetDuration() for androidwolenetz@chromium.org2013-06-124-8/+30
* Increase the default timeout value for MediaCodec operationsqinmin@chromium.org2013-06-112-14/+27
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-1112-14/+14
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-105-5/+5
* Fix webaudio hang by saving the data to a file and reading from the file.rtoy@google.com2013-06-083-13/+73
* Handle config changes for MSEqinmin@chromium.org2013-06-076-71/+184
* Make some non-Linux code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-1/+1
* Change DemuxerStream::xxx_decoder_config() methods so they don't return a ref...acolwell@chromium.org2013-06-063-6/+6
* Make |duration_| of |MediaPlayerBridge| overriable in the child classycheo@chromium.org2013-06-062-0/+5
* Only disable webaudio if no NEON is availableqinmin@chromium.org2013-06-061-21/+0
* Reland: Use a shared thread for media operations (round 3).scherkus@chromium.org2013-06-063-16/+40
* Refactor YUV conversion routines to use MediaInitializer().dalecurtis@chromium.org2013-06-053-213/+180
* Add IPC messages and handling code for EME on Clank.xhwang@chromium.org2013-06-051-1/+25
* Fix compilation error due to type narrowing warningcaio.de.oliveira.filho@intel.com2013-06-051-1/+1
* Use the browser UI thread for audio on OSX.dalecurtis@chromium.org2013-06-052-50/+57
* Fix non-Linux uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-051-1/+1
* Disable preroll duration increase on underflow for MediaSource playback.acolwell@chromium.org2013-06-043-6/+3
* Use explicitly-sized types across the IPC boundary.palmer@chromium.org2013-06-042-5/+5
* Implement WebRTC in Chrome for TVwonsik@chromium.org2013-06-032-9/+15
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-7/+1
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-1/+7
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-7/+1
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-038-25/+27
* Fix a DCHECK error that a/v threads are not stopped on the UI threadqinmin@chromium.org2013-06-012-23/+42