| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure media's buffered ranges always have a range that includes currentTime. | fischman@chromium.org | 2012-06-23 | 10 | -1/+73 |
* | Add support for namespace in static JNI methods. | bulach@chromium.org | 2012-06-22 | 1 | -7/+9 |
* | Change VideoDecoder::ReadCB to take const scoped_refptr<VideoFrame>&. | xhwang@chromium.org | 2012-06-20 | 1 | -1/+2 |
* | Revert 143115 - Provide a Chrome-owned buffer to FFmpeg for video decoding, i... | nirnimesh@chromium.org | 2012-06-20 | 2 | -50/+21 |
* | Provide a Chrome-owned buffer to FFmpeg for video decoding, instead of | rbultje@chromium.org | 2012-06-20 | 2 | -21/+50 |
* | Fix ChunkDemuxer so it properly outputs buffered ranges. | acolwell@chromium.org | 2012-06-20 | 2 | -0/+77 |
* | Add UMA reporting for GpuVideoDecoder::Initialize status. | fischman@chromium.org | 2012-06-20 | 3 | -0/+34 |
* | Add Decryptor interface. | xhwang@chromium.org | 2012-06-19 | 3 | -2/+121 |
* | Generalize AesDecryptor to make it more spec compliant. | xhwang@chromium.org | 2012-06-16 | 3 | -2/+58 |
* | Notify SourceBufferStream of each cluster's start time as it gets parsed | vrk@google.com | 2012-06-14 | 1 | -1/+6 |
* | Fix the ant warning of 'includeantruntime was not set' in android build | shouqun.liu@intel.com | 2012-06-13 | 1 | -1/+1 |
* | Remove duplicate CPU detection code; use base::CPU instead. | dalecurtis@chromium.org | 2012-06-12 | 8 | -169/+51 |
* | Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla... | fischman@chromium.org | 2012-06-12 | 6 | -51/+1 |
* | Make the other Java modules debuggable | haitao.feng@intel.com | 2012-06-08 | 1 | -1/+1 |
* | Fix gcc 4.7 building problems. | pkasting@chromium.org | 2012-06-08 | 1 | -7/+12 |
* | media: No need to tag enum types with MEDIA_EXPORT in header files. | tfarina@chromium.org | 2012-06-02 | 1 | -2/+2 |
* | Turn on audio mixer by default. | enal@chromium.org | 2012-06-01 | 2 | -3/+3 |
* | Upstream implementation for embedded video for WebMediaPlayerAndroid | qinmin@chromium.org | 2012-06-01 | 1 | -0/+1 |
* | Introducing DecoderBuffer and general Buffer cleanup. | dalecurtis@google.com | 2012-05-31 | 15 | -113/+291 |
* | Remove logspam from media_unittests. | fischman@chromium.org | 2012-05-30 | 1 | -1/+7 |
* | Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s... | fischman@chromium.org | 2012-05-30 | 3 | -18/+25 |
* | Export kUseCras | kochi@google.com | 2012-05-30 | 1 | -1/+1 |
* | Track buffered byte ranges correctly in media::Pipeline. | fischman@chromium.org | 2012-05-30 | 7 | -82/+63 |
* | Fix ninja build for android. | yfriedman@chromium.org | 2012-05-29 | 2 | -35/+1 |
* | Send 'ended' event when we don't know audio duration in the beginning. | enal@chromium.org | 2012-05-26 | 2 | -3/+5 |
* | Check in missing files from r138642. | scherkus@chromium.org | 2012-05-23 | 2 | -0/+97 |
* | Preparation work to move AudioRenderer and VideoRenderer out of Filter hierarchy | scherkus@chromium.org | 2012-05-23 | 5 | -143/+58 |
* | RefCounted types should not have public destructors, media/ and gpu/ edition | rsleevi@chromium.org | 2012-05-18 | 7 | -16/+37 |
* | RefCounted types should not have public destructors, Linux fixes | rsleevi@chromium.org | 2012-05-18 | 1 | -0/+1 |
* | Update WebMClusterParser to compute durations for all StreamParserBuffers. | acolwell@chromium.org | 2012-05-18 | 1 | -0/+1 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui. | thestig@chromium.org | 2012-05-16 | 7 | -10/+3 |
* | Change the way _EXPORT macros look. | thakis@chromium.org | 2012-05-15 | 1 | -0/+4 |
* | Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou... | fischman@chromium.org | 2012-05-12 | 6 | -110/+1 |
* | Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from... | tkent@chromium.org | 2012-05-12 | 6 | -1/+110 |
* | Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline. | fischman@chromium.org | 2012-05-11 | 6 | -110/+1 |
* | Re-land r136486 (reverted in r136500). | fischman@chromium.org | 2012-05-11 | 5 | -647/+3 |
* | Implement support for completely overlapping the selected range in SourceBuff... | vrk@chromium.org | 2012-05-11 | 2 | -0/+12 |
* | Revert 136486 - Delete DownloadRateMonitor since it's never worked right. | tkent@chromium.org | 2012-05-11 | 5 | -3/+647 |
* | Delete DownloadRateMonitor since it's never worked right. | fischman@chromium.org | 2012-05-11 | 5 | -647/+3 |
* | Remove statistics reporting from chrome://media-internals and fix event logging. | scherkus@chromium.org | 2012-05-10 | 4 | -67/+6 |
* | Android content shell bringup. | jrg@chromium.org | 2012-05-10 | 1 | -7/+11 |
* | Report correct buffered TimeRanges instead of faking a single TimeRange. | fischman@chromium.org | 2012-05-10 | 5 | -47/+288 |
* | Kill Pipeline::SetBufferedTime(), since nobody needs/uses it. | fischman@chromium.org | 2012-05-09 | 5 | -87/+1 |
* | Add initial implementation of SourceBufferStream | vrk@google.com | 2012-05-04 | 1 | -0/+3 |
* | Remove a few unused media::PipelineStatus codes. | scherkus@chromium.org | 2012-05-03 | 3 | -21/+8 |
* | Remove VideoDecoder from the Filter heirarchy. | xhwang@chromium.org | 2012-05-03 | 10 | -130/+136 |
* | media::SeekableBuffer should use kNoTimestamp() instead of zero. | scherkus@chromium.org | 2012-05-03 | 2 | -14/+22 |
* | Add StreamParserBuffer to ChunkDemuxer | vrk@google.com | 2012-05-02 | 5 | -14/+76 |
* | Report VideoDecoder status through ReadCB instead of through FilterHost. | xhwang@chromium.org | 2012-04-28 | 2 | -7/+27 |
* | Fix a g++ 4.6 compiler issue in media/ | thestig@chromium.org | 2012-04-26 | 1 | -6/+6 |