| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo... | hclam@chromium.org | 2010-10-08 | 1 | -6/+70 |
* | Move MFT H264 video decoder implementation and connect it to GpuVideoDecoder | hclam@chromium.org | 2010-10-08 | 1 | -70/+6 |
* | Add AudioBuffersState struct. Use it for audio synchronization. | sergeyu@chromium.org | 2010-09-29 | 1 | -0/+2 |
* | FBTF: Moves code to the headers. | erg@google.com | 2010-09-28 | 1 | -0/+1 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -0/+1 |
* | Merge remote branch 'origin/trunk' into resubmit | hclam@chromium.org | 2010-09-03 | 1 | -10/+8 |
* | Revert 58429, 58428, 58427, 58423. | akalin@chromium.org | 2010-09-03 | 1 | -8/+10 |
* | Revert 58428 - Revert 58423 - Refactor video decode engines to move them to a... | akalin@chromium.org | 2010-09-02 | 1 | -10/+8 |
* | Revert 58423 - Refactor video decode engines to move them to a new folder | akalin@chromium.org | 2010-09-02 | 1 | -8/+10 |
* | Refactor video decode engines to move them to a new folder | hclam@chromium.org | 2010-09-02 | 1 | -10/+8 |
* | Implement audio recording for Linux via ALSA. | satish@chromium.org | 2010-09-02 | 1 | -0/+4 |
* | This test now works for the mac audio capture code as well, and in a future C... | satish@chromium.org | 2010-09-02 | 1 | -2/+1 |
* | Add AudioParameters struct. Use it everywhere. | sergeyu@chromium.org | 2010-08-31 | 1 | -2/+4 |
* | Mac audio input implementation | joth@chromium.org | 2010-08-27 | 1 | -0/+3 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-25 | 1 | -0/+4 |
* | Changed mft_h264_decoder's API to match with video_decode_engine.h. Also chan... | imcheng@chromium.org | 2010-08-25 | 1 | -6/+0 |
* | Revert 57254 - Share one thread between all AudioOutputControllers instead of... | scherkus@chromium.org | 2010-08-24 | 1 | -4/+0 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-24 | 1 | -0/+4 |
* | media: add ifdef to prevent build error in "use-system-ffmpeg" case | jiesun@google.com | 2010-08-18 | 1 | -0/+2 |
* | Separate out the constructor and Run from test_suite.cc. This is an isolated | brettw@chromium.org | 2010-08-16 | 1 | -0/+1 |
* | Re-land just the project file changes from r55416. This makes projects that use | brettw@chromium.org | 2010-08-15 | 1 | -0/+3 |
* | Added rendering and unittests for the MF H264 decoder prototype. | imcheng@chromium.org | 2010-08-11 | 1 | -3/+54 |
* | Allow unit tests to use a mock audio input controller. | satish@chromium.org | 2010-08-10 | 1 | -0/+12 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 1 | -3/+0 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 1 | -0/+3 |
* | Moved files from media/media_foundation to media/mf. Cleaned up the code a li... | imcheng@chromium.org | 2010-08-06 | 1 | -5/+5 |
* | This tool demonstrates the use of the Media Foundation H.264 decoder as a sta... | imcheng@chromium.org | 2010-08-02 | 1 | -0/+24 |
* | Revert "This tool demonstrates the use of the Media Foundation H.264 decoder ... | evan@chromium.org | 2010-07-29 | 1 | -24/+0 |
* | This tool demonstrates the use of the Media Foundation H.264 decoder as a sta... | imcheng@chromium.org | 2010-07-29 | 1 | -0/+24 |
* | Checking in FFmpeg regression testing framework. | scherkus@chromium.org | 2010-07-27 | 1 | -0/+33 |
* | use_system_ffmpeg broken on gentoo side. | jiesun@google.com | 2010-07-26 | 1 | -2/+0 |
* | media: preparation for recycle buffer. | jiesun@google.com | 2010-07-22 | 1 | -0/+2 |
* | 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 |