| Commit message (Expand) | Author | Age | Files | Lines |
* | Move wtl from chrome/third_party to third_party/. This | tony@chromium.org | 2010-03-09 | 2 | -3/+3 |
* | media: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-06 | 3 | -3/+3 |
* | Fix crashing in FFmpegGlueTest.Write and friends | hclam@chromium.org | 2010-03-05 | 1 | -20/+15 |
* | omx_unittests to load OpenMAX library dynamically | hclam@chromium.org | 2010-03-05 | 2 | -1/+8 |
* | Fix DecoderBaseTest in media test | hclam@chromium.org | 2010-03-03 | 1 | -35/+59 |
* | Fix problem linking with OpenMAX IL stub | hclam@chromium.org | 2010-03-03 | 1 | -0/+1 |
* | Fix license headers in X11/GL/GLES video renderers. | scherkus@chromium.org | 2010-03-03 | 3 | -9/+9 |
* | Fixing some subtle issues with player_x11 and GL/GLES video renderers. | scherkus@chromium.org | 2010-03-03 | 5 | -58/+56 |
* | ffmpeg better message for error on opening file if the file opens but the cod... | fbarchard@chromium.org | 2010-03-03 | 3 | -13/+43 |
* | Generate stubs for OpenMAX IL | hclam@chromium.org | 2010-03-02 | 5 | -3/+57 |
* | Using bitstream filters if OpenMAX is enabled | hclam@chromium.org | 2010-03-01 | 3 | -24/+51 |
* | Fix the tree after r40232. | jhawkins@chromium.org | 2010-02-28 | 1 | -1/+1 |
* | Disable a media unit test | hclam@chromium.org | 2010-02-27 | 1 | -1/+1 |
* | Fix flow control in media::DecoderBase | hclam@chromium.org | 2010-02-27 | 3 | -13/+146 |
* | Prevent integer underflow when calculating next_fill_time_ms in AlsaPcmOutput... | scherkus@chromium.org | 2010-02-25 | 1 | -5/+14 |
* | Some fixes to player_x11 when OpenMAX is enabled | hclam@chromium.org | 2010-02-20 | 5 | -18/+19 |
* | Fix misuse of OmxCodec | hclam@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 28 | -31/+55 |
* | Solaris: Second set adding in Solaris as an OS option | evan@chromium.org | 2010-02-18 | 1 | -2/+2 |
* | gles2: fix stride support | piman@chromium.org | 2010-02-17 | 1 | -3/+26 |
* | Add comment to unit tests previously disabled | hclam@chromium.org | 2010-02-17 | 1 | -0/+8 |
* | Disable FFmpegGlueTest.Write and friends | hclam@chromium.org | 2010-02-17 | 1 | -4/+4 |
* | API to allow strategy class to work on the output buffer of OpenMAX | hclam@chromium.org | 2010-02-17 | 12 | -147/+1343 |
* | media: remove redundant gyp excludes | evan@chromium.org | 2010-02-17 | 1 | -24/+0 |
* | Software performance qualification. | fbarchard@chromium.org | 2010-02-13 | 2 | -0/+474 |
* | Fix player_x11 so it works properly with GLES | hclam@chromium.org | 2010-02-13 | 2 | -68/+85 |
* | Implement GLES video renderer in player_x11 | hclam@chromium.org | 2010-02-12 | 8 | -316/+910 |
* | Fix using of OmxInputBuffer | hclam@chromium.org | 2010-02-10 | 1 | -15/+12 |
* | Unit test for OmxInputBuffer | hclam@chromium.org | 2010-02-09 | 2 | -0/+68 |
* | Fix usage of OmxInputBuffer in OpenMAX code since it's refcounted. | hclam@chromium.org | 2010-02-09 | 3 | -13/+15 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -7/+7 |
* | Refactor media::InputBuffer to consolidate it with media::Buffer | hclam@chromium.org | 2010-02-05 | 8 | -46/+49 |
* | Remove size_t from audio IPC code. | jam@chromium.org | 2010-02-05 | 26 | -242/+244 |
* | Refactoring of media::OmxCodec to split configuration of IO ports | hclam@chromium.org | 2010-02-04 | 12 | -529/+704 |
* | Use FFmpeg demuxer and bitstream converters in omx_test | hclam@chromium.org | 2010-01-30 | 6 | -243/+579 |
* | Fix libssl.so link failures on Linux shared lib build. | mmoss@google.com | 2010-01-27 | 1 | -0/+8 |
* | Refactor some code that depends on FFmpeg | hclam@chromium.org | 2010-01-26 | 24 | -60/+60 |
* | Use OpenMAX for video decoding in the media pipeline | hclam@chromium.org | 2010-01-23 | 5 | -48/+111 |
* | More unit tests for OpenMAX | hclam@chromium.org | 2010-01-22 | 1 | -22/+95 |
* | linux: add display option to media_bench, using GL | piman@chromium.org | 2010-01-22 | 4 | -54/+310 |
* | Switches to enable OpenMAX for video decoding in Chrome | hclam@chromium.org | 2010-01-22 | 4 | -5/+9 |
* | Unit tests for testing OpenMAX support | hclam@chromium.org | 2010-01-22 | 1 | -24/+331 |
* | Video and OpenMAX: add role name to replace vendor specific component name. | hclam@chromium.org | 2010-01-21 | 4 | -36/+106 |
* | Separate input data into NALUs for testing OpenMAX | hclam@chromium.org | 2010-01-20 | 1 | -30/+103 |
* | Fix build caused by omx_test | hclam@chromium.org | 2010-01-15 | 1 | -0/+2 |
* | enable simple encoding in omx_codec | hclam@chromium.org | 2010-01-15 | 5 | -267/+585 |
* | A simple sample video for decoder testing. | fbarchard@chromium.org | 2010-01-13 | 1 | -0/+0 |
* | Simple unit tests for OpenMAX video decoder | hclam@chromium.org | 2010-01-13 | 1 | -3/+36 |
* | More plumbing of the low latency mode | cpu@chromium.org | 2010-01-13 | 6 | -27/+69 |
* | omx_test refactor to add encoder support. (only start) | hclam@chromium.org | 2010-01-12 | 4 | -85/+316 |