| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix windows build due to missing mock ffmpeg entry points. | ajwong@chromium.org | 2009-12-23 | 2 | -0/+6 |
* | Implementation of OmxVideoDecodeEngine. | ajwong@chromium.org | 2009-12-22 | 27 | -700/+1602 |
* | Add a low-latency audio test that uses syncsockets | cpu@chromium.org | 2009-12-17 | 1 | -0/+118 |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+3 |
* | Link the following tests against tcmalloc: | glider@chromium.org | 2009-12-10 | 1 | -0/+7 |
* | Refactor FFmpegVideoDecoder to try and generalize code common to all video de... | ajwong@chromium.org | 2009-12-10 | 15 | -360/+913 |
* | Checking in the beginnings of omx_unittests. | scherkus@chromium.org | 2009-12-09 | 3 | -3/+38 |
* | Factor out PtsHeap into a reusable class. | ajwong@chromium.org | 2009-12-02 | 6 | -80/+141 |
* | Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th... | thestig@chromium.org | 2009-12-02 | 3 | -1/+3 |
* | Signal handler for player_x11 application | hclam@chromium.org | 2009-12-02 | 1 | -5/+17 |
* | Rename OmxVideoDecoder, and break up the omx library files from the omx_test ... | ajwong@chromium.org | 2009-12-02 | 4 | -86/+107 |
* | Benchmark memcpy of the output of OpenMAX decoder | hclam@chromium.org | 2009-12-02 | 1 | -4/+23 |
* | Add codec id into the media_format so that downstream filters can determine c... | ajwong@chromium.org | 2009-12-01 | 3 | -0/+6 |
* | Enable the mpeg4toannexb bitstream filter. | ajwong@chromium.org | 2009-11-30 | 2 | -0/+30 |
* | Use argv[0] to print out executable usage info for media tools. | scherkus@chromium.org | 2009-11-25 | 4 | -4/+5 |
* | Fix help dialog for player_x11. | scherkus@chromium.org | 2009-11-25 | 1 | -1/+1 |
* | Re-organizing all tools under /src/media to be consistent with the rest of th... | scherkus@chromium.org | 2009-11-25 | 25 | -83/+73 |
* | Minor cleanup to some OpenMAX code. | scherkus@chromium.org | 2009-11-25 | 4 | -14/+20 |
* | Implement method stubs for OpenMAX IL instead of relying on -lOmxCore. | scherkus@chromium.org | 2009-11-25 | 4 | -35/+21 |
* | X11 media player for video playback | hclam@chromium.org | 2009-11-25 | 4 | -0/+485 |
* | Revert "Implement method stubs for OpenMAX IL instead of relying on -lOmxCore." | scherkus@chromium.org | 2009-11-24 | 3 | -17/+31 |
* | Implement method stubs for OpenMAX IL instead of relying on -lOmxCore. | scherkus@chromium.org | 2009-11-24 | 3 | -31/+17 |
* | Fixes for bellagio compatibility. | ajwong@chromium.org | 2009-11-24 | 2 | -43/+46 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 2 | -3/+5 |
* | Check for null frame pointers and do nothing to avoid a crash. | fbarchard@chromium.org | 2009-11-19 | 1 | -0/+9 |
* | Replace hard-coded media_format() methods with Google Mock methods declared i... | scherkus@chromium.org | 2009-11-18 | 4 | -49/+80 |