summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Create media.dlldarin@chromium.org2011-08-046-8/+11
* Add a proxy for thread-hopping VideoCapture::EventHandler.piman@chromium.org2011-08-022-0/+231
* Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...scherkus@chromium.org2011-07-223-21/+5
* Rev DEPS to July ffmpeg drop.ihf@chromium.org2011-07-221-0/+1
* Deduplicate YUV copying code, update call sites, and add some unit tests.scherkus@chromium.org2011-07-201-34/+6
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-201-11/+11
* reland patch http://codereview.chromium.org/7204008 after webrtc build has be...wjia@chromium.org2011-07-201-4/+4
* Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr...scherkus@chromium.org2011-07-202-2/+0
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-193-82/+16
* Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.scherkus@chromium.org2011-07-182-20/+12
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-181-2/+3
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-10/+12
* Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...sky@chromium.org2011-07-141-4/+4
* add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...wjia@chromium.org2011-07-141-4/+4
* 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