| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleaning up src/media to be consistent with static versus anonymous namespaces. | scherkus@chromium.org | 2011-03-07 | 5 | -75/+58 |
* | Benchmark tool for tile rendering | hclam@chromium.org | 2011-02-22 | 1 | -0/+246 |
* | Implement webkit media metrics in chromium. | scherkus@chromium.org | 2011-02-16 | 1 | -1/+3 |
* | Revert 74700 - Revert the "out-of-lining of test code" change within src/media | nsylvain@chromium.org | 2011-02-12 | 4 | -11/+23 |
* | Revert the "out-of-lining of test code" change within src/media | nsylvain@chromium.org | 2011-02-11 | 4 | -23/+11 |
* | Continuing with the out-of-lining of test code. | erg@google.com | 2011-02-11 | 2 | -11/+16 |
* | More out-of-lining of test code, along with a bunch of GMOCK objects. | erg@google.com | 2011-02-08 | 2 | -0/+7 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 3 | -3/+3 |
* | Reworked player_x11: | scherkus@chromium.org | 2011-02-04 | 2 | -0/+9 |
* | Resubmit "RGB to YUV conversion using SSE2"" | hclam@chromium.org | 2011-02-03 | 1 | -0/+31 |
* | Move src/gfx/ to src/ui/gfx | sail@chromium.org | 2011-02-02 | 1 | -2/+2 |
* | Revert "RGB to YUV conversion using SSE2" | hclam@chromium.org | 2011-02-01 | 1 | -31/+0 |
* | RGB to YUV conversion using SSE2 | hclam@chromium.org | 2011-02-01 | 1 | -0/+31 |
* | Remove MessageLoop methods from Filter interface to | acolwell@chromium.org | 2011-01-15 | 5 | -16/+37 |
* | check for codec null pointer when printing error message | fbarchard@chromium.org | 2011-01-04 | 1 | -2/+2 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 2 | -2/+4 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 2 | -2/+2 |
* | Ugh, one more scoped_refptr NewRunnableMethod. | willchan@chromium.org | 2010-12-15 | 1 | -1/+1 |
* | Last few NewRunnableMethod scoped_refptr params to fix. | willchan@chromium.org | 2010-12-15 | 1 | -1/+1 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 7 | -40/+50 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 7 | -50/+40 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 7 | -40/+50 |
* | Get rid of std::wstring version of HasSwitch. | tfarina@chromium.org | 2010-12-08 | 1 | -1/+1 |
* | Initialize destinations variables before calling GL functions | gman@chromium.org | 2010-12-07 | 2 | -5/+5 |
* | Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ... | scherkus@chromium.org | 2010-12-03 | 2 | -4/+6 |
* | Benchmark tool for GPU-accelerated video rendering | vrk@google.com | 2010-12-01 | 15 | -0/+1107 |
* | Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia... | andybons@chromium.org | 2010-11-24 | 2 | -5/+5 |
* | Initialize destinations variables before calling GL functions | gman@chromium.org | 2010-11-24 | 2 | -5/+5 |
* | FBTF: Remove unneeded headers from base/ (part 9) | thestig@chromium.org | 2010-11-20 | 3 | -5/+5 |
* | Move FilterType into MediaFilterCollection | acolwell@chromium.org | 2010-11-15 | 2 | -18/+20 |
* | Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollection | levin@chromium.org | 2010-11-15 | 1 | -10/+8 |
* | Move FilterType into MediaFilterCollection | acolwell@chromium.org | 2010-11-15 | 1 | -8/+10 |
* | Move MediaFilterCollection code into a class. | scherkus@chromium.org | 2010-11-03 | 2 | -19/+20 |
* | media_bench output width and height of media | fbarchard@chromium.org | 2010-10-27 | 1 | -3/+8 |
* | Terminate FilterFactory and his nasty friends | hclam@chromium.org | 2010-10-23 | 8 | -82/+23 |
* | Convert LOG(INFO) to VLOG(1) - media/. | pkasting@chromium.org | 2010-10-19 | 3 | -38/+27 |
* | [media] inject VDC to decoder. | jiesun@google.com | 2010-10-13 | 2 | -3/+12 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -0/+1 |
* | Resubmit GpuVideoDecoder and related patches. | hclam@chromium.org | 2010-09-17 | 1 | -1/+1 |
* | Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext | mlloyd@chromium.org | 2010-09-17 | 1 | -1/+1 |
* | Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContext | hclam@chromium.org | 2010-09-17 | 1 | -1/+1 |
* | Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video... | hclam@chromium.org | 2010-09-13 | 1 | -8/+8 |
* | Clean up texture types in VideoFrame | hclam@chromium.org | 2010-09-09 | 1 | -3/+2 |
* | Rename all FillThisBuffer and EmptyThisBuffer to something more meaningful | hclam@chromium.org | 2010-09-05 | 1 | -3/+3 |
* | Remove refcounting of VideoDecodeEngine | hclam@chromium.org | 2010-09-03 | 1 | -2/+2 |
* | Merge remote branch 'origin/trunk' into resubmit | hclam@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Revert 58429, 58428, 58427, 58423. | akalin@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Build fix. Fix include to point to new locations. | hclam@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | media: recycle buffers/direct rendering etc. (third patch) | jiesun@google.com | 2010-09-02 | 1 | -1/+1 |
* | Second attempt at fixing the Direct3D Present() crash. It is fixed by realizi... | imcheng@chromium.org | 2010-08-30 | 1 | -2/+3 |