| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Retry 35837 linux: grab device name before closing it | ajwong@chromium.org | 2010-01-09 | 2 | -3/+14 |
* | Revert 35837 - Failed media tests - linux: grab device name before closing it | rsesek@chromium.org | 2010-01-08 | 1 | -3/+2 |
* | linux: grab device name before closing it | evan@chromium.org | 2010-01-08 | 1 | -2/+3 |
* | Revert my last two commits that brokoe the build | hclam@chromium.org | 2010-01-06 | 4 | -311/+80 |
* | Fix linux build | hclam@chromium.org | 2010-01-06 | 1 | -3/+4 |
* | omx_test refactor to add encoder support. (only start) | hclam@chromium.org | 2010-01-06 | 4 | -80/+310 |
* | Use the standard DeleteTask rather than rolling my own. | ajwong@chromium.org | 2009-12-30 | 1 | -13/+1 |
* | Clarify licenses on a bunch of files. | evan@chromium.org | 2009-12-29 | 1 | -0/+4 |
* | Retry r35228: Fix windows build due to missing mock ffmpeg entry points. | ajwong@chromium.org | 2009-12-23 | 2 | -0/+6 |
* | TBR: levin | ajwong@chromium.org | 2009-12-23 | 2 | -6/+0 |