| Commit message (Expand) | Author | Age | Files | Lines |
* | Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat... | fischman@chromium.org | 2011-07-13 | 2 | -30/+28 |
* | Glue ffmpeg to Chrome | ihf@chromium.org | 2011-07-01 | 2 | -30/+1 |
* | This is the VideoCaptureDevice implementation for windows. | perkj@google.com | 2011-06-30 | 12 | -0/+1980 |
* | Implement proper synchronization between HW video decode IPC and CommandBuffer. | fischman@chromium.org | 2011-06-29 | 1 | -9/+3 |
* | Removing defunct OpenMAX code (round 2). | scherkus@chromium.org | 2011-06-28 | 2 | -1603/+0 |
* | Remove media::{Base,GLES,Sysmem}Buffer(const PP_{Base,GLES,SysmemBuffer}&) ct... | fischman@chromium.org | 2011-06-27 | 1 | -9/+0 |
* | Coverity: Fix a leak in VideoCaptureDevice::Create. | thestig@chromium.org | 2011-06-22 | 1 | -1/+4 |
* | Move ProvidePictureBuffers out of initialization and into the decode path. | fischman@chromium.org | 2011-06-15 | 1 | -2/+5 |
* | Fix two bugs found by a new clang warning I'm currently testing: | thakis@chromium.org | 2011-06-13 | 1 | -3/+4 |
* | Uninitialized member in FakeVideoCaptureDevice. | finnur@chromium.org | 2011-06-12 | 1 | -0/+1 |
* | Uninitialized member in VideoFrameBuffer. | finnur@chromium.org | 2011-06-12 | 1 | -1/+6 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 2 | -12/+7 |
* | Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI | davemoore@chromium.org | 2011-06-10 | 2 | -7/+12 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 2 | -12/+7 |
* | Don't forget the ffmpeg input buffer padding when allocating a codec's | cevans@chromium.org | 2011-06-08 | 1 | -2/+4 |
* | Random cleanup & improvements to OmxVideoDecodeAccelerator: | fischman@chromium.org | 2011-06-06 | 1 | -3/+4 |
* | Removing FFmpegVideoAllocator as it provides little benefit while increasing ... | scherkus@chromium.org | 2011-06-03 | 4 | -348/+31 |
* | Revert 87790 - Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 2 | -0/+1603 |
* | Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 2 | -1603/+0 |
* | Removing defunct Media Foundation based video decode engines and devices. | scherkus@chromium.org | 2011-06-03 | 3 | -1213/+0 |
* | Respect pixel aspect ratio of video if it contains one. | scherkus@chromium.org | 2011-06-03 | 2 | -3/+5 |
* | Revert 87578 - Respect pixel aspect ratio of video if it contains one. | michaeln@google.com | 2011-06-02 | 2 | -5/+3 |
* | Respect pixel aspect ratio of video if it contains one. | scottfr@chromium.org | 2011-06-02 | 2 | -3/+5 |
* | Small fix on Pepper Video Decoder API data types. | vmr@chromium.org | 2011-05-31 | 1 | -4/+14 |
* | [Re-instate r86681 by reverting its revert in r86687.] | fischman@chromium.org | 2011-05-26 | 3 | -29/+15 |
* | Add initialization callback support for Video Decoder PPAPI. | vrk@google.com | 2011-05-25 | 1 | -0/+3 |
* | Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to the... | fischman@chromium.org | 2011-05-25 | 3 | -15/+29 |
* | Updated OMX decoder for recent PPAPI changes, and added to the build. | fischman@chromium.org | 2011-05-25 | 3 | -29/+15 |
* | VideoCaptureManager opens/closes, starts/stops and enumerates video capture d... | wjia@google.com | 2011-05-24 | 1 | -1/+1 |
* | Adding VideoCaptureDevice dummy implementation for platforms without real imp... | wjia@google.com | 2011-05-19 | 2 | -0/+65 |
* | Implement VideoDecoder IPC hooks from plugin to GPU process | vrk@google.com | 2011-05-13 | 3 | -22/+33 |
* | revert CL 84847 | wjia@google.com | 2011-05-10 | 1 | -3/+6 |
* | Update VideoDecode PPAPI structs to be consistent with media structures, part 1 | vrk@google.com | 2011-05-10 | 4 | -270/+157 |
* | Adding a new file for media stream types that will be used by future Chrome c... | wjia@google.com | 2011-05-10 | 1 | -5/+3 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 2 | -2/+2 |
* | add video capture message filter and its unit test. | wjia@google.com | 2011-05-06 | 2 | -24/+41 |
* | Linux hardware dependent code for Video Capture. | scherkus@chromium.org | 2011-05-04 | 5 | -0/+794 |
* | Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder. | scherkus@chromium.org | 2011-04-29 | 2 | -12/+8 |
* | Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de... | scherkus@chromium.org | 2011-04-27 | 11 | -118/+14 |
* | Draft version of the HW video decode tester and few other changes. | scherkus@chromium.org | 2011-04-14 | 4 | -4/+385 |
* | Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-12 | 2 | -16/+17 |
* | Add IPC messages and renderer process side API for video capture. | wjia@google.com | 2011-04-12 | 1 | -0/+118 |
* | Remove svn:mergeinfo props from many files. | pkasting@chromium.org | 2011-04-08 | 2 | -2/+2 |
* | Fix some style issues in media/video/ffmpeg_video_allocator.{cc,h}. | scherkus@chromium.org | 2011-04-01 | 2 | -14/+16 |
* | Create helper methods to process FFmpeg index data. | acolwell@chromium.org | 2011-04-01 | 1 | -1/+1 |
* | Checking in media::BitstreamBuffer and media::VideoDecodeAccelerator interfaces. | scherkus@chromium.org | 2011-03-30 | 1 | -0/+189 |
* | Initialize uninitialized members in a couple media classes. | finnur@chromium.org | 2011-03-28 | 2 | -8/+14 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 6 | -8/+8 |
* | Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h} | scherkus@chromium.org | 2011-03-12 | 2 | -3/+1 |
* | Remove FFmpegVideoDecodeEngine's dependency on AVStream (again). | scherkus@chromium.org | 2011-03-11 | 9 | -108/+194 |