| Commit message (Expand) | Author | Age | Files | Lines |
* | The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc... | wjia@chromium.org | 2011-07-07 | 1 | -4/+0 |
* | This is the VideoCaptureDevice implementation for windows. | perkj@google.com | 2011-06-30 | 1 | -0/+18 |
* | Adding ChunkDemuxer implementation. | acolwell@chromium.org | 2011-06-29 | 1 | -2/+20 |
* | Do not depend on liballocator on Mac. | glider@chromium.org | 2011-06-28 | 1 | -3/+7 |
* | Link media_unittests with liballocator. | glider@chromium.org | 2011-06-28 | 1 | -0/+7 |
* | Removing defunct OpenMAX code (round 2). | scherkus@chromium.org | 2011-06-28 | 1 | -99/+2 |
* | Refactor the glib message-pump, and use it as the base for a gtk message pump... | sadrul@chromium.org | 2011-06-24 | 1 | -0/+1 |
* | Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, | tony@chromium.org | 2011-06-16 | 1 | -3/+0 |
* | Removing FFmpegVideoAllocator as it provides little benefit while increasing ... | scherkus@chromium.org | 2011-06-03 | 1 | -2/+0 |
* | Revert 87790 - Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 1 | -2/+98 |
* | Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 1 | -98/+2 |
* | Removing defunct Media Foundation based video decode engines and devices. | scherkus@chromium.org | 2011-06-03 | 1 | -6/+0 |
* | Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en... | scherkus@chromium.org | 2011-06-01 | 1 | -0/+2 |
* | turn on optimizations for sse2 on mac debug | dmaclach@chromium.org | 2011-05-25 | 1 | -0/+12 |
* | Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u... | tony@chromium.org | 2011-05-23 | 1 | -9/+9 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -6/+6 |
* | Adding VideoCaptureDevice dummy implementation for platforms without real imp... | wjia@google.com | 2011-05-19 | 1 | -0/+8 |
* | Description: | annacc@chromium.org | 2011-05-16 | 1 | -0/+2 |
* | Update VideoDecode PPAPI structs to be consistent with media structures, part 1 | vrk@google.com | 2011-05-10 | 1 | -0/+2 |
* | add video capture message filter and its unit test. | wjia@google.com | 2011-05-06 | 1 | -0/+1 |
* | Linux hardware dependent code for Video Capture. | scherkus@chromium.org | 2011-05-04 | 1 | -0/+5 |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-28 | 1 | -0/+1 |
* | Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de... | scherkus@chromium.org | 2011-04-27 | 1 | -1/+2 |
* | Forgot to include media/base/audio_decoder_config.h in media/media.gyp. | scherkus@chromium.org | 2011-04-27 | 1 | -0/+1 |
* | Refactor PTS processing logic from FFmpegVideoDecoder::FindPtsAndDuration() i... | scherkus@chromium.org | 2011-04-27 | 1 | -0/+3 |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-26 | 1 | -0/+2 |
* | Draft version of the HW video decode tester and few other changes. | scherkus@chromium.org | 2011-04-14 | 1 | -0/+1 |
* | Add IPC messages and renderer process side API for video capture. | wjia@google.com | 2011-04-12 | 1 | -0/+1 |
* | Create helper methods to process FFmpeg index data. | acolwell@chromium.org | 2011-04-01 | 1 | -0/+1 |
* | Checking in media::BitstreamBuffer and media::VideoDecodeAccelerator interfaces. | scherkus@chromium.org | 2011-03-30 | 1 | -0/+2 |
* | AdaptiveDemuxer{,Factory,Stream} are born! | fischman@chromium.org | 2011-03-29 | 1 | -0/+3 |
* | Refactor: Move app/gfx/gl ==> ui/gfx/gl | backer@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Die, DemuxerStream::QueryInterface, die! | fischman@chromium.org | 2011-03-24 | 1 | -2/+0 |
* | Build a raw video pipeline for the <video> with a special src attribute (medi... | acolwell@chromium.org | 2011-03-23 | 1 | -0/+5 |
* | Revert 79149 - Build a raw video pipeline for the <video> with a special src ... | acolwell@chromium.org | 2011-03-23 | 1 | -5/+0 |
* | Build a raw video pipeline for the <video> with a special src attribute (medi... | acolwell@chromium.org | 2011-03-23 | 1 | -0/+5 |
* | DemuxerFactory is born! | fischman@chromium.org | 2011-03-14 | 1 | -0/+2 |
* | Refactoring code to use factories to create DataSource objects. | acolwell@chromium.org | 2011-03-14 | 1 | -0/+9 |
* | Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h} | scherkus@chromium.org | 2011-03-12 | 1 | -2/+0 |
* | Remove a test which checks for timing of audio recording callbacks. | satish@chromium.org | 2011-03-11 | 1 | -1/+0 |
* | Fold ClockImpl into Clock and update corresponding clients and tests. | scherkus@chromium.org | 2011-03-04 | 1 | -3/+2 |
* | Benchmark tool for tile rendering | hclam@chromium.org | 2011-02-22 | 1 | -0/+19 |
* | Retry: Move MockFFmpeg instance setting into the constructor/destructor. | scherkus@chromium.org | 2011-02-19 | 1 | -47/+0 |
* | Revert 75444 - Move MockFFmpeg instance setting into the constructor/destructor. | scherkus@chromium.org | 2011-02-18 | 1 | -0/+47 |
* | Move MockFFmpeg instance setting into the constructor/destructor. | scherkus@chromium.org | 2011-02-18 | 1 | -47/+0 |
* | Disable media_unittests on Windows | hclam@chromium.org | 2011-02-12 | 1 | -0/+47 |
* | Revert 74700 - Revert the "out-of-lining of test code" change within src/media | nsylvain@chromium.org | 2011-02-12 | 1 | -0/+2 |
* | Revert the "out-of-lining of test code" change within src/media | nsylvain@chromium.org | 2011-02-11 | 1 | -2/+0 |
* | Another big out-of-lining of test code. Hits a lot of gmock objects | erg@google.com | 2011-02-08 | 1 | -0/+2 |
* | Runtime check to enable SSE2 color space conversion code | hclam@chromium.org | 2011-02-08 | 1 | -8/+67 |