| Commit message (Expand) | Author | Age | Files | Lines |
* | scaler_bench is a simple benchmark that can be used to measure performance of... | sergeyu@chromium.org | 2010-05-03 | 1 | -0/+12 |
* | Merging SeekableBuffer and BufferQueue: | sergeyu@chromium.org | 2010-04-27 | 1 | -3/+0 |
* | OmxInputBuffer removed as it is not used anywhere. | sergeyu@chromium.org | 2010-04-22 | 1 | -3/+0 |
* | Revert 44950 - scaler_bench is a simple benchmark that can be used to measure... | sergeyu@chromium.org | 2010-04-19 | 1 | -12/+0 |
* | scaler_bench is a simple benchmark that can be used to measure performance of... | sergeyu@chromium.org | 2010-04-19 | 1 | -0/+12 |
* | Make C, MMX and SSE2 all output the same results | fbarchard@chromium.org | 2010-04-15 | 1 | -0/+1 |
* | Optimized version of bilinear video scaler. It is about 2 times faster than S... | sergeyu@chromium.org | 2010-04-09 | 1 | -2/+1 |
* | - OpenBSD media/audio support stub | pvalchev@google.com | 2010-03-26 | 1 | -5/+22 |
* | Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame. | scherkus@chromium.org | 2010-03-23 | 1 | -3/+3 |
* | Move wtl from chrome/third_party to third_party/. This | tony@chromium.org | 2010-03-09 | 1 | -1/+1 |
* | omx_unittests to load OpenMAX library dynamically | hclam@chromium.org | 2010-03-05 | 1 | -0/+1 |
* | Fix problem linking with OpenMAX IL stub | hclam@chromium.org | 2010-03-03 | 1 | -0/+1 |
* | Fix flow control in media::DecoderBase | hclam@chromium.org | 2010-02-27 | 1 | -0/+1 |
* | Solaris: Second set adding in Solaris as an OS option | evan@chromium.org | 2010-02-18 | 1 | -2/+2 |
* | API to allow strategy class to work on the output buffer of OpenMAX | hclam@chromium.org | 2010-02-17 | 1 | -2/+9 |
* | media: remove redundant gyp excludes | evan@chromium.org | 2010-02-17 | 1 | -24/+0 |
* | Software performance qualification. | fbarchard@chromium.org | 2010-02-13 | 1 | -0/+12 |
* | Implement GLES video renderer in player_x11 | hclam@chromium.org | 2010-02-12 | 1 | -3/+37 |
* | Unit test for OmxInputBuffer | hclam@chromium.org | 2010-02-09 | 1 | -0/+1 |
* | Refactor media::InputBuffer to consolidate it with media::Buffer | hclam@chromium.org | 2010-02-05 | 1 | -2/+2 |
* | Refactoring of media::OmxCodec to split configuration of IO ports | hclam@chromium.org | 2010-02-04 | 1 | -0/+4 |
* | Use FFmpeg demuxer and bitstream converters in omx_test | hclam@chromium.org | 2010-01-30 | 1 | -2/+7 |
* | 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 | 1 | -5/+5 |
* | linux: add display option to media_bench, using GL | piman@chromium.org | 2010-01-22 | 1 | -1/+2 |
* | Implementation of OmxVideoDecodeEngine. | ajwong@chromium.org | 2009-12-22 | 1 | -5/+19 |
* | 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 | 1 | -0/+6 |
* | Checking in the beginnings of omx_unittests. | scherkus@chromium.org | 2009-12-09 | 1 | -3/+16 |
* | Factor out PtsHeap into a reusable class. | ajwong@chromium.org | 2009-12-02 | 1 | -0/+2 |
* | Rename OmxVideoDecoder, and break up the omx library files from the omx_test ... | ajwong@chromium.org | 2009-12-02 | 1 | -2/+14 |
* | Re-organizing all tools under /src/media to be consistent with the rest of th... | scherkus@chromium.org | 2009-11-25 | 1 | -22/+22 |
* | Implement method stubs for OpenMAX IL instead of relying on -lOmxCore. | scherkus@chromium.org | 2009-11-25 | 1 | -0/+15 |
* | X11 media player for video playback | hclam@chromium.org | 2009-11-25 | 1 | -0/+24 |
* | Revert "Implement method stubs for OpenMAX IL instead of relying on -lOmxCore." | scherkus@chromium.org | 2009-11-24 | 1 | -15/+0 |
* | Implement method stubs for OpenMAX IL instead of relying on -lOmxCore. | scherkus@chromium.org | 2009-11-24 | 1 | -0/+15 |
* | media.gyp - remove condition that prevents qt_faststart from building on x64. | fbarchard@chromium.org | 2009-10-17 | 1 | -11/+7 |
* | Move Alsa device opening into the audio thread, and add in support for multi-... | ajwong@chromium.org | 2009-10-16 | 1 | -2/+4 |
* | Remove the base_gfx project since it no longer has an external dependencies. | brettw@chromium.org | 2009-10-14 | 1 | -0/+1 |
* | DJB2 Hash for applications where high speed hash or checksum values are needed. | fbarchard@chromium.org | 2009-10-09 | 1 | -0/+3 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 1 | -1/+10 |
* | Added file_protocol.h to media.gyp | scherkus@chromium.org | 2009-09-04 | 1 | -0/+1 |
* | Implemented file URLProtocol for media_bench. | scherkus@chromium.org | 2009-09-04 | 1 | -0/+1 |
* | Fix messy includes in media\player. | maruel@chromium.org | 2009-09-03 | 1 | -1/+3 |
* | Clean up AudioRendererAlgorithmOLA when dealing with very little remaining data. | scherkus@chromium.org | 2009-08-25 | 1 | -0/+1 |
* | Updates to be able to build all targets in Linux x64. | deanm@chromium.org | 2009-08-21 | 1 | -7/+11 |
* | Suppress slider thumb jumping around during seeking | hclam@chromium.org | 2009-08-21 | 1 | -1/+2 |
* | Reimplement the AlsaPcmOutputStream and fix the threading issues. | ajwong@chromium.org | 2009-08-04 | 1 | -0/+3 |