| Commit message (Expand) | Author | Age | Files | Lines |
* | DemuxerFactory is born! | fischman@chromium.org | 2011-03-14 | 18 | -205/+345 |
* | Refactoring code to use factories to create DataSource objects. | acolwell@chromium.org | 2011-03-14 | 28 | -177/+843 |
* | Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h} | scherkus@chromium.org | 2011-03-12 | 11 | -49/+13 |
* | Remove FFmpegVideoDecodeEngine's dependency on AVStream (again). | scherkus@chromium.org | 2011-03-11 | 16 | -171/+271 |
* | Remove a test which checks for timing of audio recording callbacks. | satish@chromium.org | 2011-03-11 | 2 | -51/+0 |
* | Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream. | tyoshino@chromium.org | 2011-03-11 | 16 | -262/+171 |
* | Remove FFmpegVideoDecodeEngine's dependency on AVStream. | scherkus@chromium.org | 2011-03-09 | 16 | -171/+262 |
* | Remove the silly notion of MIME types from media code. | scherkus@chromium.org | 2011-03-09 | 28 | -279/+97 |
* | Remove width_ and height_ from various VideoDecoder implementations. | scherkus@chromium.org | 2011-03-08 | 6 | -73/+62 |
* | Cleaning up src/media to be consistent with static versus anonymous namespaces. | scherkus@chromium.org | 2011-03-07 | 37 | -377/+222 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -4/+4 |
* | Cleaning up media/base/clock.cc,h | scherkus@chromium.org | 2011-03-04 | 2 | -10/+10 |
* | Fold ClockImpl into Clock and update corresponding clients and tests. | scherkus@chromium.org | 2011-03-04 | 8 | -120/+90 |
* | Adds method to invoke platform provided audio input UI. | satish@chromium.org | 2011-03-01 | 8 | -0/+78 |
* | Rename media statistics APIs to match webkit renaming. | sjl@chromium.org | 2011-02-25 | 3 | -0/+9 |
* | Benchmark tool for tile rendering | hclam@chromium.org | 2011-02-22 | 2 | -0/+265 |
* | Retry: Move MockFFmpeg instance setting into the constructor/destructor. | scherkus@chromium.org | 2011-02-19 | 9 | -191/+106 |
* | Revert 75444 - Move MockFFmpeg instance setting into the constructor/destructor. | scherkus@chromium.org | 2011-02-18 | 9 | -106/+196 |
* | Move MockFFmpeg instance setting into the constructor/destructor. | scherkus@chromium.org | 2011-02-18 | 9 | -196/+106 |
* | Fix chromium-style compile error that got in the tree since yesterday. | erg@google.com | 2011-02-17 | 2 | -0/+7 |
* | Delete the StatisticsCallback passed to media filter mocks. | scherkus@chromium.org | 2011-02-17 | 1 | -3/+4 |
* | Remove theoretical race condition between Stop() and Initialize(). | scherkus@chromium.org | 2011-02-17 | 1 | -5/+5 |
* | Bug-fixes for AudioInputStream: | scherkus@chromium.org | 2011-02-16 | 2 | -2/+3 |
* | Implement webkit media metrics in chromium. | scherkus@chromium.org | 2011-02-16 | 26 | -88/+275 |
* | Revised SSE2 color conversion | hclam@chromium.org | 2011-02-14 | 1 | -89/+107 |
* | Remove NullAudioManager. | sergeyu@chromium.org | 2011-02-14 | 1 | -27/+0 |
* | Fix crash in WinAudioTest.PCMWaveStreamOpenLimit. | robertshield@chromium.org | 2011-02-13 | 1 | -2/+3 |
* | Revert 74590 - Disable AudioOutputControllerTest.CreateAndClose since it cras... | sergeyu@chromium.org | 2011-02-12 | 1 | -5/+0 |
* | Disable media_unittests on Windows | hclam@chromium.org | 2011-02-12 | 1 | -0/+47 |
* | Revert 74700 - Revert the "out-of-lining of test code" change within src/media | nsylvain@chromium.org | 2011-02-12 | 7 | -15/+47 |
* | Revert the "out-of-lining of test code" change within src/media | nsylvain@chromium.org | 2011-02-11 | 7 | -47/+15 |
* | Resubmit - Use SSE2 block differ for chromoting | hclam@chromium.org | 2011-02-11 | 1 | -1/+2 |
* | Continuing with the out-of-lining of test code. | erg@google.com | 2011-02-11 | 2 | -11/+16 |
* | clang: Fix several -Woverloaded-virtual warnings. | thakis@chromium.org | 2011-02-11 | 1 | -6/+2 |
* | Revert 74571 - Use SSE2 block differ for chromoting | dhollowa@chromium.org | 2011-02-11 | 1 | -2/+1 |
* | Disable AudioOutputControllerTest.CreateAndClose since it crashes on Windows ... | maruel@chromium.org | 2011-02-11 | 1 | -0/+5 |
* | Revert 74583 - Revert 74571 - Use SSE2 block differ for chromoting | finnur@chromium.org | 2011-02-11 | 1 | -1/+2 |
* | Revert 74571 - Use SSE2 block differ for chromoting | finnur@chromium.org | 2011-02-11 | 1 | -2/+1 |
* | Use SSE2 block differ for chromoting | hclam@chromium.org | 2011-02-11 | 1 | -1/+2 |
* | Override AudioManager::MakeAudioInputStream() in NullAudioManager. | sergeyu@chromium.org | 2011-02-10 | 1 | -7/+9 |
* | Disable FakeAudioInputTest.BasicCallbacks after two crashes in a row. | dmazzoni@chromium.org | 2011-02-10 | 1 | -2/+2 |
* | Another big out-of-lining of test code. Hits a lot of gmock objects | erg@google.com | 2011-02-08 | 3 | -4/+24 |
* | Runtime check to enable SSE2 color space conversion code | hclam@chromium.org | 2011-02-08 | 8 | -39/+243 |
* | More out-of-lining of test code, along with a bunch of GMOCK objects. | erg@google.com | 2011-02-08 | 2 | -0/+7 |
* | Clean up warnings found in our testing code. | erg@google.com | 2011-02-07 | 1 | -2/+2 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 4 | -4/+4 |
* | Reworked player_x11: | scherkus@chromium.org | 2011-02-04 | 11 | -5/+1553 |
* | Resubmit "RGB to YUV conversion using SSE2"" | hclam@chromium.org | 2011-02-03 | 7 | -0/+525 |
* | Move src/gfx/ to src/ui/gfx | sail@chromium.org | 2011-02-02 | 1 | -2/+2 |
* | media/audio/mac/audio_low_latency_output_mac.cc is missing an #include. | mark@chromium.org | 2011-02-02 | 1 | -0/+2 |