| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 40 | -48/+48 |
* | Do not DeleteTexture in ReusePictureBuffer after vda has been destroyed. | posciak@google.com | 2013-06-10 | 1 | -3/+4 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 29 | -29/+29 |
* | Add some error information to Pulse startup failure. | dalecurtis@chromium.org | 2013-06-08 | 1 | -8/+5 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -6/+6 |
* | Fix webaudio hang by saving the data to a file and reading from the file. | rtoy@google.com | 2013-06-08 | 3 | -13/+73 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 9 | -9/+9 |
* | Remove screen capturers from media/video/capture/screen. | sergeyu@chromium.org | 2013-06-07 | 41 | -5447/+27 |
* | Reland "Add UMA stats for MSE playback". | jrummell@chromium.org | 2013-06-07 | 1 | -73/+128 |
* | Handle config changes for MSE | qinmin@chromium.org | 2013-06-07 | 6 | -71/+184 |
* | Make some non-Linux code use "if (weak_ptr)" style | akalin@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Change DemuxerStream::xxx_decoder_config() methods so they don't return a ref... | acolwell@chromium.org | 2013-06-06 | 12 | -57/+55 |
* | Allow multiple Provide/DismissPictureBuffer calls in GVD. | posciak@chromium.org | 2013-06-06 | 2 | -19/+69 |
* | Make |duration_| of |MediaPlayerBridge| overriable in the child class | ycheo@chromium.org | 2013-06-06 | 2 | -0/+5 |
* | Revert 204378 "Add UMA stats for MSE playback." | falken@chromium.org | 2013-06-06 | 1 | -129/+77 |
* | Only disable webaudio if no NEON is available | qinmin@chromium.org | 2013-06-06 | 2 | -35/+1 |
* | Reland: Use a shared thread for media operations (round 3). | scherkus@chromium.org | 2013-06-06 | 3 | -16/+40 |
* | Add UMA stats for MSE playback. | jrummell@chromium.org | 2013-06-06 | 1 | -77/+129 |
* | Android: Cast JNI pointer to jint instead of jlong | janx@chromium.org | 2013-06-05 | 1 | -1/+1 |
* | Used the native sample rate and channel layout to open the specific device, a... | xians@chromium.org | 2013-06-05 | 2 | -4/+24 |
* | Removed the IsRecordingInProcess check for speech since it is not needed. | xians@chromium.org | 2013-06-05 | 10 | -54/+2 |
* | Refactor YUV conversion routines to use MediaInitializer(). | dalecurtis@chromium.org | 2013-06-05 | 3 | -213/+180 |
* | Privitize WaitTillDataReady() and DataReady(). | dalecurtis@chromium.org | 2013-06-05 | 12 | -152/+34 |
* | Add IPC messages and handling code for EME on Clank. | xhwang@chromium.org | 2013-06-05 | 1 | -1/+25 |
* | Fix compilation error due to type narrowing warning | caio.de.oliveira.filho@intel.com | 2013-06-05 | 1 | -1/+1 |
* | Use the browser UI thread for audio on OSX. | dalecurtis@chromium.org | 2013-06-05 | 12 | -290/+132 |
* | Remove spammy NOTIMPLEMENTED() log in AudioOutputDevice. | dalecurtis@chromium.org | 2013-06-05 | 1 | -1/+0 |
* | Fix non-Linux uses of WeakPtr<T>'s operator T* conversion | akalin@chromium.org | 2013-06-05 | 1 | -1/+1 |
* | Roll webrtc 4143:4179 | sergeyu@chromium.org | 2013-06-05 | 1 | -16/+16 |
* | Fix remaining uses of WeakPtr<T>'s operator T* conversion | akalin@chromium.org | 2013-06-04 | 1 | -1/+1 |
* | Disable preroll duration increase on underflow for MediaSource playback. | acolwell@chromium.org | 2013-06-04 | 8 | -16/+23 |
* | Update remaining files to use WeakPtr<T>::get() instead of "operator T*" | akalin@chromium.org | 2013-06-04 | 2 | -5/+5 |
* | Use explicitly-sized types across the IPC boundary. | palmer@chromium.org | 2013-06-04 | 2 | -5/+5 |
* | Implement WebRTC in Chrome for TV | wonsik@chromium.org | 2013-06-03 | 2 | -9/+15 |
* | Try relanding this CL, the original CL passed the try bots but failed the mac... | xians@chromium.org | 2013-06-03 | 47 | -152/+322 |
* | VideoCaptureDeviceLinux: added support for framerate configuration | mcasas@chromium.org | 2013-06-03 | 1 | -0/+26 |
* | Revert 203686 "Trying relanding this CL, the original CL passed ..." | xians@chromium.org | 2013-06-03 | 47 | -322/+152 |
* | Trying relanding this CL, the original CL passed the try bots but failed the ... | xians@chromium.org | 2013-06-03 | 47 | -152/+322 |
* | Roll DEPS for googleurl. Second try. | tfarina@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-03 | 47 | -188/+182 |
* | Fix a DCHECK error that a/v threads are not stopped on the UI thread | qinmin@chromium.org | 2013-06-01 | 2 | -23/+42 |
* | Rename switch to disable prefixed Encrypted Media APIs. | ddorwin@chromium.org | 2013-05-31 | 2 | -5/+0 |
* | Adjust delay calculations on Mac to properly account for the FIFO buffers. | ajm@chromium.org | 2013-05-31 | 2 | -5/+11 |
* | Passing ScopedJavaSurface to MediaPlayerAndroid | qinmin@chromium.org | 2013-05-31 | 5 | -10/+11 |
* | Revert 203427 "Hook up the device selection to the WebAudio live..." | justinlin@chromium.org | 2013-05-31 | 47 | -323/+152 |
* | Hook up the device selection to the WebAudio live audio. | xians@chromium.org | 2013-05-31 | 47 | -152/+323 |
* | Remove config change handling code from VideoDecoder implementations. | xhwang@chromium.org | 2013-05-31 | 8 | -372/+22 |
* | Add AAC codec specific data for MSE on android | qinmin@chromium.org | 2013-05-31 | 6 | -48/+136 |
* | Handle DemuxerStream config change in VideoFrameStream. | xhwang@chromium.org | 2013-05-30 | 5 | -44/+197 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+1 |