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