summaryrefslogtreecommitdiffstats
path: root/media/base/video_frame.h
Commit message (Expand)AuthorAgeFilesLines
* Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame.xhwang@chromium.org2012-12-081-0/+6
* Encrypted Media: Remove memcpy of decoded video frame in ContentDecryptorDele...xhwang@chromium.org2012-11-291-3/+21
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-091-15/+28
* Add VideoFrame::CreateColorFrame() for testing.xhwang@chromium.org2012-10-121-2/+8
* ReadPixels from known-usable textures, and give SkBitmap its precious BGRA.fischman@chromium.org2012-10-031-1/+1
* Support reading pixels from HW-decoded video textures into canvas/webgl.fischman@chromium.org2012-10-011-0/+13
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-021-17/+24
* Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().acolwell@chromium.org2012-07-311-15/+4
* Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding (r...scherkus@chromium.org2012-06-281-0/+1
* Revert 144484 - Reland r143115: Provide a Chrome-owned buffer to FFmpeg for v...dmichael@chromium.org2012-06-271-1/+0
* Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding.scherkus@chromium.org2012-06-271-0/+1
* Revert 143115 - Provide a Chrome-owned buffer to FFmpeg for video decoding, i...nirnimesh@chromium.org2012-06-201-1/+0
* Provide a Chrome-owned buffer to FFmpeg for video decoding, instead ofrbultje@chromium.org2012-06-201-0/+1
* Cull unnecessary media::VideoFrame::Formats from the enum.fischman@chromium.org2012-04-111-13/+7
* Removed StreamSample as a shared base class between Buffer and VideoFrame.scherkus@chromium.org2012-03-261-4/+21
* Fix frame hashing to include all valid planes.dalecurtis@chromium.org2012-03-221-0/+5
* Add texture target field to video frame (for use by native textures).sievers@chromium.org2012-02-231-0/+5
* Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ...dalecurtis@chromium.org2012-02-211-1/+8
* Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr...fischman@chromium.org2011-12-291-9/+0
* Correctify NativeTexture's description.fischman@chromium.org2011-12-211-1/+1
* Clean up painting and conversion functions inside webkit_media::VideoRenderer...scherkus@chromium.org2011-12-211-8/+10
* <video> decode in hardware! fischman@chromium.org2011-12-131-5/+28
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-28/+5
* <video> decode in hardware!fischman@chromium.org2011-12-101-5/+28
* Add OVERRIDE to media/.avi@chromium.org2011-11-161-1/+1
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-1/+1
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-1/+1
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-1/+1
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-051-1/+1
* Create media.dlldarin@chromium.org2011-08-041-1/+1
* Deduplicate YUV copying code, update call sites, and add some unit tests.scherkus@chromium.org2011-07-201-5/+12
* Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr...scherkus@chromium.org2011-07-201-57/+1
* Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.scherkus@chromium.org2011-07-181-27/+26
* Add IPC messages and renderer process side API for video capture. wjia@google.com2011-04-121-1/+2
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-1/+1
* Cleanup in VideoFramehclam@chromium.org2010-10-071-26/+0
* Implement Gles2VideoDecoderContexthclam@chromium.org2010-10-071-0/+3
* Implement GpuVideoDecoderHost and unit testshclam@chromium.org2010-10-071-0/+2
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-131-1/+39
* Clean up texture types in VideoFramehclam@chromium.org2010-09-091-6/+10
* This tool demonstrates the use of the Media Foundation H.264 decoder as a sta...imcheng@chromium.org2010-08-021-0/+3
* Revert "This tool demonstrates the use of the Media Foundation H.264 decoder ...evan@chromium.org2010-07-291-3/+0
* This tool demonstrates the use of the Media Foundation H.264 decoder as a sta...imcheng@chromium.org2010-07-291-0/+3
* media: preparation for recycle buffer.jiesun@google.com2010-07-221-12/+5
* Reverting 53348...bradnelson@google.com2010-07-221-5/+12
* media: preparation for recycle buffer.jiesun@google.com2010-07-221-12/+5
* code cleanup for media code for video renerers.jiesun@google.com2010-06-231-6/+6
* Chromoting unit test: Adding DecoderVerbatimTesthclam@chromium.org2010-06-151-0/+1
* Implement a chromoting client using X11hclam@chromium.org2010-06-091-0/+16
* Add a private opaque pointer option to VideoFrame.scherkus@chromium.org2010-05-141-2/+21