summaryrefslogtreecommitdiffstats
path: root/media/base/video_frame.h
Commit message (Expand)AuthorAgeFilesLines
* Split the hole punching logic from GOOGLE_TV #ifdef into VIDEO_HOLEqinmin@chromium.org2013-12-121-4/+4
* Created VideoFramePool to avoid unnecessary VideoFrame alloc/free.acolwell@chromium.org2013-12-101-0/+6
* Un-refcount media::VideoFrame::MailboxHoldersheu@chromium.org2013-12-041-13/+10
* Add plumbing for video pixel formats with JPEG color range.rileya@chromium.org2013-12-041-0/+1
* Remove media::VideoFrame from media::VideoCaptureDevice::Client interfacesheu@chromium.org2013-11-201-6/+13
* Record UMA metrics for video pixel formats.rileya@chromium.org2013-11-081-6/+8
* Remove EMPTY from VideoFrame::Format.rileya@chromium.org2013-11-081-6/+7
* Re-land https://codereview.chromium.org/56713002/ with ChromeOS fix.rileya@chromium.org2013-11-071-5/+0
* Revert 233046 "Remove RGB32 from VideoFrame::Format."shrikant@chromium.org2013-11-051-0/+5
* Remove RGB32 from VideoFrame::Format.rileya@chromium.org2013-11-051-5/+0
* Replace VideoFrame::INVALID with UNKNOWN.rileya@chromium.org2013-11-011-1/+1
* EVEA cleanup: use video utility functions in media::*sheu@chromium.org2013-08-281-0/+5
* media::VideoFrame::WrapExternalSharedMemorysheu@chromium.org2013-08-091-1/+17
* Added logging calls to FFmpegDemuxer.tyoverby@chromium.org2013-08-061-0/+3
* Use a direct include of the shared_memory header in media/, ppapi/, webkit/.avi@chromium.org2013-07-171-1/+1
* Make VideoCaptureBufferPool agnostic to media::VideoFramesheu@chromium.org2013-07-031-0/+8
* Send hardware video frames with mailboxes.danakj@chromium.org2013-06-251-6/+39
* media: Add support for playback of VP8 Alpha video streamsvigneshv@chromium.org2013-04-191-1/+3
* Revert 194465 "media: Add support for playback for VP8 Alpha vid..."mek@chromium.org2013-04-161-3/+1
* media: Add support for playback for VP8 Alpha video streams.tomfinegan@chromium.org2013-04-161-1/+3
* Revert 190863 "Revert 190807 "Fix a Chrome renderer hang which o..."ygorshenin@chromium.org2013-03-271-4/+7
* Revert 190807 "Fix a Chrome renderer hang which occurs when a We..."ygorshenin@chromium.org2013-03-271-7/+4
* Fix a Chrome renderer hang which occurs when a WebMediaPlayerImpl instance is...ananta@chromium.org2013-03-271-4/+7
* Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer.danakj@chromium.org2013-03-261-1/+0
* Make NumPlanes() a member of media::VideoFramesheu@chromium.org2013-03-071-0/+2
* Implement "hole" video frame.wonsik@google.com2013-03-041-0/+8
* 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