summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
Commit message (Expand)AuthorAgeFilesLines
* Delete media::Synchronizer since it's never been used.scherkus@chromium.org2010-11-121-2/+0
* Initial StateMatrix idea using composition and void*scherkus@chromium.org2010-11-041-0/+3
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-031-0/+3
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-2/+0
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-221-0/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+1
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+1
* Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.hclam@chromium.org2010-10-081-70/+6
* Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...hclam@chromium.org2010-10-081-6/+70
* Move MFT H264 video decoder implementation and connect it to GpuVideoDecoderhclam@chromium.org2010-10-081-70/+6
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-0/+2
* FBTF: Moves code to the headers.erg@google.com2010-09-281-0/+1
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+1
* Merge remote branch 'origin/trunk' into resubmithclam@chromium.org2010-09-031-10/+8
* Revert 58429, 58428, 58427, 58423.akalin@chromium.org2010-09-031-8/+10
* Revert 58428 - Revert 58423 - Refactor video decode engines to move them to a...akalin@chromium.org2010-09-021-10/+8
* Revert 58423 - Refactor video decode engines to move them to a new folderakalin@chromium.org2010-09-021-8/+10
* Refactor video decode engines to move them to a new folderhclam@chromium.org2010-09-021-10/+8
* Implement audio recording for Linux via ALSA.satish@chromium.org2010-09-021-0/+4
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-021-2/+1
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-2/+4
* Mac audio input implementationjoth@chromium.org2010-08-271-0/+3
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-0/+4
* Changed mft_h264_decoder's API to match with video_decode_engine.h. Also chan...imcheng@chromium.org2010-08-251-6/+0
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-4/+0
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-0/+4
* media: add ifdef to prevent build error in "use-system-ffmpeg" casejiesun@google.com2010-08-181-0/+2
* Separate out the constructor and Run from test_suite.cc. This is an isolatedbrettw@chromium.org2010-08-161-0/+1
* Re-land just the project file changes from r55416. This makes projects that usebrettw@chromium.org2010-08-151-0/+3
* Added rendering and unittests for the MF H264 decoder prototype.imcheng@chromium.org2010-08-111-3/+54
* Allow unit tests to use a mock audio input controller.satish@chromium.org2010-08-101-0/+12
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-091-3/+0
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-091-0/+3
* Moved files from media/media_foundation to media/mf. Cleaned up the code a li...imcheng@chromium.org2010-08-061-5/+5
* This tool demonstrates the use of the Media Foundation H.264 decoder as a sta...imcheng@chromium.org2010-08-021-0/+24
* Revert "This tool demonstrates the use of the Media Foundation H.264 decoder ...evan@chromium.org2010-07-291-24/+0
* This tool demonstrates the use of the Media Foundation H.264 decoder as a sta...imcheng@chromium.org2010-07-291-0/+24
* Checking in FFmpeg regression testing framework.scherkus@chromium.org2010-07-271-0/+33
* use_system_ffmpeg broken on gentoo side.jiesun@google.com2010-07-261-2/+0
* media: preparation for recycle buffer.jiesun@google.com2010-07-221-0/+2
* Reverting 53348...bradnelson@google.com2010-07-221-2/+0
* media: preparation for recycle buffer.jiesun@google.com2010-07-221-0/+2
* A tool using Source Reader in Media Foundation for H264 decodinghclam@chromium.org2010-07-201-0/+21
* Add an AudioInputController to help with audio recording.satish@chromium.org2010-07-161-0/+3
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-151-0/+3
* Add recording capability to AudioManager, and implemented on windows using th...satish@chromium.org2010-07-141-0/+3
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-2/+2
* Renamed AudioController to AudioOutputController.satish@chromium.org2010-07-091-3/+3
* A simple media player using Media Foundation.hclam@chromium.org2010-07-091-0/+19
* remove omx from win and mac build.jiesun@google.com2010-06-181-66/+74