| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable my ASM code (Take 2) | hbono@chromium.org | 2011-09-09 | 1 | -3/+1 |
* | Disable my ASM code. | hbono@chromium.org | 2011-09-09 | 1 | -13/+0 |
* | Fix a build break on ARM. | hbono@chromium.org | 2011-09-09 | 1 | -1/+5 |
* | Implements RGB to YV12 conversions in YASM. | hbono@chromium.org | 2011-09-09 | 12 | -9/+1942 |
* | Scale BufferedResourceLoader buffering window based on bit rate of video | vrk@google.com | 2011-09-08 | 8 | -13/+117 |
* | add workarounds for some popular webcam. | wjia@chromium.org | 2011-09-08 | 4 | -51/+68 |
* | Fix for the issue pointed out by pylint in the layout test analzyer. | imasaki@google.com | 2011-09-08 | 9 | -83/+83 |
* | Fix a small bug relating to result directory location in layout test analyzer... | imasaki@google.com | 2011-09-07 | 1 | -2/+3 |
* | Faster RGBA->YV12 conversion using hbono's algorithm | hclam@chromium.org | 2011-09-07 | 5 | -399/+535 |
* | One-liner fix for player_wtl. | scherkus@chromium.org | 2011-09-07 | 1 | -1/+0 |
* | Adding ogv test file for media unit tests. | vrk@google.com | 2011-09-06 | 1 | -0/+0 |
* | Added an option to append text at the end of the status email in layout test ... | imasaki@google.com | 2011-09-06 | 2 | -10/+38 |
* | Add README file and parametrize result directory in layout test analzyer tool... | imasaki@google.com | 2011-09-06 | 3 | -5/+114 |
* | Revert 99236 - Very short-term change: while working on proper long-term solu... | crogers@google.com | 2011-09-02 | 2 | -24/+2 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 3 | -3/+4 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 3 | -4/+3 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 3 | -3/+4 |
* | Remove use of <iostream> where unnecessary. | evan@chromium.org | 2011-09-01 | 1 | -1/+1 |
* | Very short-term change: while working on proper long-term solution, | enal@chromium.org | 2011-09-01 | 2 | -2/+24 |
* | Add check for zero-sized source YUV + tests. | scherkus@chromium.org | 2011-09-01 | 2 | -191/+155 |
* | Apply limits consistent with offline audio contexts. | cevans@chromium.org | 2011-09-01 | 1 | -0/+1 |
* | Replace the use of an int32* with an explicit profile for decoder configuration. | fischman@chromium.org | 2011-09-01 | 1 | -145/+22 |
* | Fix indentation in audio_file_reader.cc | crogers@google.com | 2011-08-30 | 1 | -3/+3 |
* | Add one commandline paramter and one bug fix for the layout test analyzer. | imasaki@google.com | 2011-08-30 | 3 | -14/+51 |
* | Fix ChunkDemuxer end of stream handling. | acolwell@chromium.org | 2011-08-30 | 2 | -5/+163 |
* | Fix link error with components build and media.dll. I have no idea why the bo... | jam@chromium.org | 2011-08-30 | 1 | -6/+6 |
* | Fix crash in AudioFileReader::Read() by checking for properly initialized AVC... | crogers@google.com | 2011-08-30 | 1 | -3/+11 |
* | Fix checkperms failure from r98756. | thestig@chromium.org | 2011-08-30 | 1 | -0/+0 |
* | Intial checkin of layout test analyzer. This is continuation of http://coder... | imasaki@google.com | 2011-08-30 | 20 | -0/+12735 |
* | Disables camera hardware dependent tests. | perkj@chromium.org | 2011-08-29 | 1 | -19/+29 |
* | Create media.dll / libmedia.so. | darin@chromium.org | 2011-08-29 | 78 | -157/+240 |
* | Completely random typo fixes and style corrections cleanup. | fischman@chromium.org | 2011-08-25 | 3 | -59/+67 |
* | make URL handling transparent to media pipeline. | wjia@chromium.org | 2011-08-24 | 8 | -39/+176 |
* | Reland r97895: Use surface_width/height instead of coded_width/coded_height f... | vrk@chromium.org | 2011-08-24 | 3 | -10/+10 |
* | Fix problem when 'ended' event was fired before stream really ended. | enal@chromium.org | 2011-08-23 | 2 | -0/+55 |
* | Revert 97892 - Use surface_width/height instead of coded_width/coded_height f... | vrk@google.com | 2011-08-23 | 2 | -4/+4 |
* | Use surface_width/height instead of coded_width/coded_height for VideoFrame size | vrk@google.com | 2011-08-23 | 2 | -4/+4 |
* | Remove mock_ffmpeg and update media unittests. | acolwell@chromium.org | 2011-08-23 | 24 | -1405/+557 |
* | Adding VP8 corrupt I frame test file. | acolwell@chromium.org | 2011-08-23 | 2 | -1/+2 |
* | Don't try to post tasks to a NULL MessageLoop from MediaLog. | fischman@chromium.org | 2011-08-23 | 1 | -1/+4 |
* | Adds Surround Sound support using PulseAudio. | slock@chromium.org | 2011-08-22 | 1 | -5/+78 |
* | Refactor/Simplify the test expectation code in media/tools/layout_tests/, I w... | imasaki@google.com | 2011-08-22 | 2 | -651/+195 |
* | Log media pipeline statistics to MediaLog. | scottfr@chromium.org | 2011-08-20 | 4 | -0/+51 |
* | PulseAudio Sound Playback on Linux | slock@chromium.org | 2011-08-19 | 8 | -15/+533 |
* | Add tracing for select WebAudio functions | crogers@google.com | 2011-08-18 | 4 | -0/+12 |
* | Add gl.dll, compositor.dll, and surface.dll. | darin@chromium.org | 2011-08-18 | 1 | -1/+0 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4) | thestig@chromium.org | 2011-08-18 | 4 | -7/+12 |
* | Remove Purify and Quantify.Doing so will reduce substantially the size of the... | jeanluc@chromium.org | 2011-08-17 | 1 | -1/+1 |
* | Log FilterHost events in PipelineImpl to MediaLog. | scottfr@chromium.org | 2011-08-17 | 4 | -0/+159 |
* | Revert 96982 - Add gl.dll, compositor.dll, and surface.dll. | rvargas@google.com | 2011-08-16 | 1 | -0/+1 |