summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-114-21/+27
* 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-1140-48/+48
* Do not DeleteTexture in ReusePictureBuffer after vda has been destroyed.posciak@google.com2013-06-101-3/+4
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-1029-29/+29
* Add some error information to Pulse startup failure.dalecurtis@chromium.org2013-06-081-8/+5
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-6/+6
* Fix webaudio hang by saving the data to a file and reading from the file.rtoy@google.com2013-06-083-13/+73
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-079-9/+9
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-0741-5447/+27
* Reland "Add UMA stats for MSE playback".jrummell@chromium.org2013-06-071-73/+128
* 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-0612-57/+55
* Allow multiple Provide/DismissPictureBuffer calls in GVD.posciak@chromium.org2013-06-062-19/+69
* Make |duration_| of |MediaPlayerBridge| overriable in the child classycheo@chromium.org2013-06-062-0/+5
* Revert 204378 "Add UMA stats for MSE playback."falken@chromium.org2013-06-061-129/+77
* Only disable webaudio if no NEON is availableqinmin@chromium.org2013-06-062-35/+1
* Reland: Use a shared thread for media operations (round 3).scherkus@chromium.org2013-06-063-16/+40
* Add UMA stats for MSE playback.jrummell@chromium.org2013-06-061-77/+129
* Android: Cast JNI pointer to jint instead of jlongjanx@chromium.org2013-06-051-1/+1
* Used the native sample rate and channel layout to open the specific device, a...xians@chromium.org2013-06-052-4/+24
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-0510-54/+2
* Refactor YUV conversion routines to use MediaInitializer().dalecurtis@chromium.org2013-06-053-213/+180
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-0512-152/+34
* 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