summaryrefslogtreecommitdiffstats
path: root/media/base/video_frame.cc
Commit message (Expand)AuthorAgeFilesLines
* Make VideoCaptureBufferPool agnostic to media::VideoFramesheu@chromium.org2013-07-031-0/+7
* Send hardware video frames with mailboxes.danakj@chromium.org2013-06-251-5/+19
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-1/+1
* media: Add support for playback of VP8 Alpha video streamsvigneshv@chromium.org2013-04-191-6/+21
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Revert 194465 "media: Add support for playback for VP8 Alpha vid..."mek@chromium.org2013-04-161-21/+6
* media: Add support for playback for VP8 Alpha video streams.tomfinegan@chromium.org2013-04-161-6/+21
* Revert 190863 "Revert 190807 "Fix a Chrome renderer hang which o..."ygorshenin@chromium.org2013-03-271-1/+2
* Revert 190807 "Fix a Chrome renderer hang which occurs when a We..."ygorshenin@chromium.org2013-03-271-2/+1
* Fix a Chrome renderer hang which occurs when a WebMediaPlayerImpl instance is...ananta@chromium.org2013-03-271-1/+2
* Make NumPlanes() a member of media::VideoFramesheu@chromium.org2013-03-071-19/+30
* Implement "hole" video frame.wonsik@google.com2013-03-041-0/+11
* Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame.xhwang@chromium.org2012-12-081-31/+9
* Encrypted Media: Remove memcpy of decoded video frame in ContentDecryptorDele...xhwang@chromium.org2012-11-291-21/+47
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-091-23/+34
* Add VideoFrame::CreateColorFrame() for testing.xhwang@chromium.org2012-10-121-11/+14
* Support reading pixels from HW-decoded video textures into canvas/webgl.fischman@chromium.org2012-10-011-0/+8
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-021-33/+39
* Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration().acolwell@chromium.org2012-07-311-11/+7
* Allocate one extra line to allow for H264 chroma MC overreads.rbultje@chromium.org2012-07-121-2/+9
* Reintroduce kFramePadBytes in frame allocation.rbultje@chromium.org2012-07-101-2/+4
* Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding (r...scherkus@chromium.org2012-06-281-21/+49
* Revert 144484 - Reland r143115: Provide a Chrome-owned buffer to FFmpeg for v...dmichael@chromium.org2012-06-271-49/+21
* Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding.scherkus@chromium.org2012-06-271-21/+49
* Revert 143115 - Provide a Chrome-owned buffer to FFmpeg for video decoding, i...nirnimesh@chromium.org2012-06-201-49/+21
* Provide a Chrome-owned buffer to FFmpeg for video decoding, instead ofrbultje@chromium.org2012-06-201-21/+49
* Cull unnecessary media::VideoFrame::Formats from the enum.fischman@chromium.org2012-04-111-31/+1
* Removed StreamSample as a shared base class between Buffer and VideoFrame.scherkus@chromium.org2012-03-261-3/+3
* Fix incorrect VideoFrame::row_bytes() for RGB. Add tests.dalecurtis@chromium.org2012-03-231-1/+9
* Fix frame hashing to include all valid planes.dalecurtis@chromium.org2012-03-221-0/+13
* Add texture target field to video frame (for use by native textures).sievers@chromium.org2012-02-231-1/+9
* Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ...dalecurtis@chromium.org2012-02-211-2/+14
* Refactor webkit_media::VideoRendererImpl into standalone class.scherkus@chromium.org2012-01-131-22/+3
* Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr...fischman@chromium.org2011-12-291-5/+0
* <video> decode in hardware! fischman@chromium.org2011-12-131-6/+42
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-42/+6
* <video> decode in hardware!fischman@chromium.org2011-12-101-6/+42
* Correct some rounding errors introduced recently.cevans@chromium.org2011-11-101-4/+4
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-041-12/+14
* Deduplicate YUV copying code, update call sites, and add some unit tests.scherkus@chromium.org2011-07-201-20/+82
* Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr...scherkus@chromium.org2011-07-201-62/+10
* Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.scherkus@chromium.org2011-07-181-105/+82
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-6/+6
* GpuVideoDecoderHost runs on IO thread instead of Render threadhclam@chromium.org2010-10-071-0/+2
* Cleanup in VideoFramehclam@chromium.org2010-10-071-28/+0
* Implement Gles2VideoDecoderContexthclam@chromium.org2010-10-071-1/+2
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-131-0/+68
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-0/+2
* media: preparation for recycle buffer.jiesun@google.com2010-07-221-22/+7
* Reverting 53348...bradnelson@google.com2010-07-221-7/+22