| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct network state and ready state reporting. | ajwong@chromium.org | 2009-08-21 | 1 | -0/+6 |
* | Reverting r24002 due to test_shell_tests redness | ajwong@chromium.org | 2009-08-21 | 1 | -6/+0 |
* | Correct network state and ready state reporting. | ajwong@chromium.org | 2009-08-21 | 1 | -0/+6 |
* | Suppress slider thumb jumping around during seeking | hclam@chromium.org | 2009-08-21 | 1 | -0/+5 |
* | Implemented end-of-stream callback for media::PipelineImpl. | scherkus@chromium.org | 2009-08-12 | 1 | -2/+14 |
* | Free demuxed audio packets if audio device fails | hclam@chromium.org | 2009-08-06 | 1 | -0/+4 |
* | Pipeline will execute a callback whenever an run-time error has happened. | kylep@chromium.org | 2009-07-30 | 1 | -1/+7 |
* | BufferedDataSource to support server without range request support | hclam@chromium.org | 2009-07-29 | 1 | -0/+6 |
* | Revert "Pipeline will execute a callback whenever an run-time error has happe... | scherkus@chromium.org | 2009-07-28 | 1 | -8/+1 |
* | Implemented a proper clock for audio/video synchronization. | scherkus@chromium.org | 2009-07-28 | 1 | -2/+5 |
* | Pipeline will execute a callback whenever an run-time error has happened. | kylep@chromium.org | 2009-07-28 | 1 | -1/+8 |
* | Implemented proper pause-then-seek behaviour for the media pipeline. | scherkus@chromium.org | 2009-07-25 | 1 | -27/+71 |
* | Merged PipelineInternal into PipelineImpl, eliminating a ton of thread-UNsafe... | scherkus@chromium.org | 2009-07-23 | 1 | -176/+101 |
* | Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad... | scherkus@chromium.org | 2009-07-22 | 1 | -56/+39 |
* | Added reference counting to the Pipeline interface. | scherkus@chromium.org | 2009-07-18 | 1 | -1/+1 |
* | Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names. | scherkus@chromium.org | 2009-07-17 | 1 | -5/+6 |
* | Adding callback support to media filter Initialize() and Seek(). | scherkus@chromium.org | 2009-07-16 | 1 | -5/+4 |
* | Revert "Splitting media filter's Initialize() into Create() + callback and Se... | scherkus@chromium.org | 2009-07-15 | 1 | -4/+5 |
* | Splitting media filter's Initialize() into Create() + callback and Seek() + c... | scherkus@chromium.org | 2009-07-15 | 1 | -5/+4 |
* | More media::PipelineImpl cleanup, this time focusing on not taking down the r... | scherkus@chromium.org | 2009-07-11 | 1 | -14/+15 |
* | Unreverting "Implemented injected message loops for PipelineImpl" | scherkus@chromium.org | 2009-07-11 | 1 | -67/+72 |
* | Revert "Implemented injected message loops for PipelineImpl." | scherkus@chromium.org | 2009-07-10 | 1 | -72/+67 |
* | Implemented injected message loops for PipelineImpl. | scherkus@chromium.org | 2009-07-10 | 1 | -67/+72 |
* | Big media::Pipeline cleanup. | scherkus@chromium.org | 2009-07-09 | 1 | -43/+28 |
* | Asynchronous initialization of media::PipelineThread | hclam@chromium.org | 2009-07-01 | 1 | -49/+97 |
* | Refactor media pipeline and filters to use injected message loops. | scherkus@chromium.org | 2009-06-25 | 1 | -0/+3 |
* | Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest. | scherkus@chromium.org | 2009-05-12 | 1 | -11/+18 |
* | Lots of files touched for a very simple change. Everywhere we used a const M... | scherkus@chromium.org | 2009-03-26 | 1 | -2/+2 |
* | Pipeline_Impl was modified to properly render a stream that has video but no ... | ralphl@chromium.org | 2009-03-06 | 1 | -31/+55 |
* | Could you guys get on this one ASAP. My video render code depends on these m... | ralphl@chromium.org | 2009-02-10 | 1 | -4/+23 |
* | Merged with latest media pipeline and cleaned up some style stuff. | hclam@chromium.org | 2009-02-03 | 1 | -1/+1 |
* | Fixed up the EOL style on all /src/media source files. | scherkus@chromium.org | 2009-01-29 | 1 | -10/+10 |
* | Implementation of Pipeline and FilterHost interfaces. This is a large change... | ralphl@chromium.org | 2009-01-28 | 1 | -7/+250 |
* | This is the frozen interface definition for the media pipeline, filters, and ... | ralphl@chromium.org | 2009-01-21 | 1 | -20/+22 |
* | Checking in basic pipeline interface and stubbed out media::PipelineImpl. | scherkus@chromium.org | 2009-01-14 | 1 | -0/+46 |