| Commit message (Expand) | Author | Age | Files | Lines |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -1/+1 |
* | Refactor media player to move away from webkit_glue | hclam@chromium.org | 2009-05-07 | 5 | -37/+23 |
* | Add --simple-data-source which uses simplified media resource loading. | scherkus@chromium.org | 2009-05-06 | 2 | -0/+218 |
* | Fix a memory leak that happen on some video files | hclam@chromium.org | 2009-05-05 | 1 | -8/+25 |
* | Buffered data source that does range request to provide data to media pipeline | hclam@chromium.org | 2009-04-29 | 2 | -0/+862 |
* | Finished implementing seeking in WebMediaPlayerDelegateImpl. | scherkus@chromium.org | 2009-04-29 | 1 | -0/+2 |
* | Prototype audio time shift. | fbarchard@chromium.org | 2009-04-23 | 1 | -2/+2 |
* | Video and audio now pauses by playing NULL (0) PCM audio when the playback ra... | ralphl@chromium.org | 2009-04-21 | 2 | -10/+15 |
* | Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanup | hclam@chromium.org | 2009-04-17 | 4 | -130/+125 |
* | Handles audio messages on IO thread in render process | hclam@chromium.org | 2009-04-16 | 2 | -119/+166 |
* | Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i... | abarth@chromium.org | 2009-04-08 | 1 | -1/+0 |
* | Adds new messages and widens some existing messages between the renderer and ... | michaeln@google.com | 2009-04-07 | 1 | -0/+5 |
* | Detach media filters from WebMediaPlayerDelegateImpl | hclam@chromium.org | 2009-04-06 | 4 | -0/+11 |
* | Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha... | hclam@chromium.org | 2009-03-30 | 2 | -2/+11 |
* | Decoders now use standard callback mechanism for Reads. Removed Assignable<>... | ralphl@chromium.org | 2009-03-30 | 2 | -6/+6 |
* | Add the ability to specify a default MIME type when loading a resource. We'l... | abarth@chromium.org | 2009-03-28 | 1 | -0/+1 |
* | Fixed a lot threading issues during tear down of <video> | hclam@chromium.org | 2009-03-27 | 4 | -63/+65 |
* | Lots of files touched for a very simple change. Everywhere we used a const M... | scherkus@chromium.org | 2009-03-26 | 4 | -23/+15 |
* | TBR=ralphl, scherkus | hclam@chromium.org | 2009-03-26 | 1 | -3/+4 |
* | TBR=ralphl | hclam@chromium.org | 2009-03-24 | 1 | -0/+3 |
* | SSLPolicy Fix: Step 3. | abarth@chromium.org | 2009-03-17 | 1 | -1/+2 |
* | Load media resource with file handle for media playback | hclam@chromium.org | 2009-03-17 | 2 | -33/+160 |
* | The video renderer actually color converts. This is the last change that sho... | ralphl@chromium.org | 2009-03-11 | 1 | -4/+17 |
* | Implemented AudioRendererImpl in renderer process using API | hclam@chromium.org | 2009-03-10 | 2 | -34/+279 |
* | Pipeline_Impl was modified to properly render a stream that has video but no ... | ralphl@chromium.org | 2009-03-06 | 1 | -3/+1 |
* | Changed several references from "char" to "uint8" which is the appropriate de... | ralphl@chromium.org | 2009-03-04 | 2 | -15/+17 |
* | The guts of the video renderer logic that relate to timing and queuing of fra... | ralphl@chromium.org | 2009-02-24 | 2 | -418/+80 |
* | Fix missing include in r10237 | hclam@chromium.org | 2009-02-24 | 1 | -0/+1 |
* | Fix the build due to r10237 | hclam@chromium.org | 2009-02-24 | 1 | -1/+2 |
* | Implementation of data source for media player | hclam@chromium.org | 2009-02-24 | 2 | -40/+318 |
* | Audio related IPC messages and handlers from browser to | hclam@chromium.org | 2009-02-20 | 2 | -0/+25 |
* | Almost complete implementation of the Chrome video renderer. Still needs to ... | ralphl@chromium.org | 2009-02-11 | 2 | -27/+421 |
* | Merged with latest media pipeline and cleaned up some style stuff. | hclam@chromium.org | 2009-02-03 | 6 | -6/+98 |
* | Checking in stubbed out ChromeMediaPlayer filter implementations. | scherkus@chromium.org | 2009-01-26 | 6 | -0/+192 |