summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-119-185/+108
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-099-108/+185
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-10/+6
* Retry: Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-191-22/+18
* Revert 75444 - Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-181-18/+22
* Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-181-22/+18
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-167-26/+53
* Revert 74700 - Revert the "out-of-lining of test code" change within src/mediansylvain@chromium.org2011-02-122-4/+22
* Revert the "out-of-lining of test code" change within src/mediansylvain@chromium.org2011-02-112-22/+4
* Another big out-of-lining of test code. Hits a lot of gmock objectserg@google.com2011-02-082-4/+22
* Chromium build failed with heap leak checker, or configured withtony@chromium.org2011-01-131-3/+2
* Handle changes in video frame size.scherkus@chromium.org2011-01-072-33/+78
* Deinline even more destructors.erg@google.com2010-12-144-5/+15
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-2/+1
* Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp.scherkus@chromium.org2010-11-124-8/+8
* Rename UploadToVideoFrame to ConvertToVideoFrame.tfarina@chromium.org2010-10-303-5/+5
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-226-8/+26
* Convert LOG(INFO) to VLOG(1) - media/.pkasting@chromium.org2010-10-192-55/+50
* Revert "Delay loading Media Foundations DLLs"hclam@chromium.org2010-10-191-4/+0
* Delay loading Media Foundations DLLshclam@chromium.org2010-10-191-0/+4
* Initialize context_ to NULL.finnur@chromium.org2010-10-161-1/+2
* xRevert 62319 - re-enable ogg threadsfbarchard@chromium.org2010-10-121-2/+4
* re-enable ogg threadsfbarchard@chromium.org2010-10-121-4/+2
* Resubmit - move MFT h264 code to media/video and connect to gpu video decoder.hclam@chromium.org2010-10-085-249/+1208
* Revert "Move MFT H264 video decoder implementation and connect it to GpuVideo...hclam@chromium.org2010-10-085-1208/+249
* Move MFT H264 video decoder implementation and connect it to GpuVideoDecoderhclam@chromium.org2010-10-085-249/+1208
* Implement GpuVideoDecoderHost and unit testshclam@chromium.org2010-10-071-0/+20
* Resubmit - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderhclam@chromium.org2010-09-292-2/+3
* Revert 60912 - Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderjochen@chromium.org2010-09-292-3/+2
* Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoderhclam@chromium.org2010-09-292-2/+3
* Implement video frame exchange in GpuVideoDecoder and testshclam@chromium.org2010-09-292-1/+35
* Initialize OpenMAX with a different number of input buffershclam@chromium.org2010-09-271-1/+1
* Video decode context for MFT H264 decode engine. The context will be construc...imcheng@chromium.org2010-09-172-0/+249
* Resubmit GpuVideoDecoder and related patches.hclam@chromium.org2010-09-177-24/+68
* Revert 59784 - GpuVideoDecoder to use GpuVideoDevice and IPC messages to comp...mlloyd@chromium.org2010-09-171-21/+14
* Revert 59785 - Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContextmlloyd@chromium.org2010-09-177-47/+10
* Implement FakeGlVideoDecodeEngine using FakeGlVideoDecodeContexthclam@chromium.org2010-09-177-10/+47
* GpuVideoDecoder to use GpuVideoDevice and IPC messages to complete VideoFrame...hclam@chromium.org2010-09-171-14/+21
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-134-57/+61