| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting 53348... | bradnelson@google.com | 2010-07-22 | 1 | -2/+0 |
* | media: preparation for recycle buffer. | jiesun@google.com | 2010-07-22 | 1 | -0/+2 |
* | A tool using Source Reader in Media Foundation for H264 decoding | hclam@chromium.org | 2010-07-20 | 1 | -0/+21 |
* | Add an AudioInputController to help with audio recording. | satish@chromium.org | 2010-07-16 | 1 | -0/+3 |
* | Add a fake audio input stream for testing purposes. | satish@chromium.org | 2010-07-15 | 1 | -0/+3 |
* | Add recording capability to AudioManager, and implemented on windows using th... | satish@chromium.org | 2010-07-14 | 1 | -0/+3 |
* | Rename a header and some methods to make way for subsequent audio recording a... | satish@chromium.org | 2010-07-12 | 1 | -2/+2 |
* | Renamed AudioController to AudioOutputController. | satish@chromium.org | 2010-07-09 | 1 | -3/+3 |
* | A simple media player using Media Foundation. | hclam@chromium.org | 2010-07-09 | 1 | -0/+19 |
* | remove omx from win and mac build. | jiesun@google.com | 2010-06-18 | 1 | -66/+74 |
* | merge video_decoder_impl.cc and ffmpeg_video_decoder.cc | jiesun@google.com | 2010-06-16 | 1 | -3/+1 |
* | Added EGL based GLContext. | apatrick@chromium.org | 2010-06-09 | 1 | -1/+1 |
* | AudioController to perform audio operations on a separate thread | hclam@chromium.org | 2010-06-07 | 1 | -0/+3 |
* | Remove omx_codec since OMX client implementation is in omx_video_decode_engin... | wjia@google.com | 2010-05-28 | 1 | -2/+4 |
* | 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 |