summaryrefslogtreecommitdiffstats
path: root/media/base/video_frame.cc
Commit message (Expand)AuthorAgeFilesLines
* VideoCapture: Remove deep frame copy in the border to libJinglemagjed2014-10-231-331/+178
* Define a new media_cast target which provides the minimal functionalityjfroy2014-09-221-0/+5
* Make VEA test support videos with different coded size and visible sizehenryhsu2014-09-221-7/+12
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-271-1/+1
* Extend media::VideoFrame to wrap CVPixelBuffer on OS X and iOS.jfroy2014-08-261-0/+51
* Fix DCHECKs in V4l2VideoDevice.wuchengli@chromium.org2014-08-221-12/+17
* Android media: VideoFrame should not store so many sync points.dongseong.hwang@intel.com2014-07-221-7/+13
* Use SkSrc_Mode in SkCanvasVideoRenderer, to prevent transparent video frames ...rileya@chromium.org2014-07-161-0/+13
* Zero initialize the first allocation of a VideoFrame.dalecurtis@chromium.org2014-07-121-3/+6
* Fix VP9 playback for videos with odd width/height.sergeyu@chromium.org2014-06-241-33/+42
* Support for YUV 4:4:4 subsampling.sandersd@chromium.org2014-06-031-72/+172
* Abstract and overhaul V4L2 HW encode classes.posciak@chromium.org2014-05-061-2/+126
* Support videos with JPEG color range in GPU YUV convert path.rileya@chromium.org2014-05-031-0/+1
* HW Video: Make media::VideoFrame handle the sync point of the compositor as w...dongseong.hwang@intel.com2014-04-301-15/+59
* MediaStreamVideoSource: don't crop NATIVE_TEXTURE-backed frames.perkj@chromium.org2014-04-141-0/+4
* Rename VideoFrame::{Get,Set}Timestamp() to {set_}timestamp().scherkus@chromium.org2014-04-101-1/+1
* Audit/fix use of media::VideoFrame::coded_size()sheu@chromium.org2014-03-271-38/+89
* Make sure natural_size is set when a frame is cropped.perkj@chromium.org2014-03-091-2/+3
* Allow wrapping a media::VideoFrame with a new view_rect as long as the new vi...perkj@chromium.org2014-03-061-1/+3
* Clean up histogram'd media enum max values.rileya@chromium.org2014-02-281-4/+0
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-031-28/+12
* Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"danakj@chromium.org2014-01-211-12/+28
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-01-181-28/+12
* Split the hole punching logic from GOOGLE_TV #ifdef into VIDEO_HOLEqinmin@chromium.org2013-12-121-9/+9
* Created VideoFramePool to avoid unnecessary VideoFrame alloc/free.acolwell@chromium.org2013-12-101-0/+17
* Un-refcount media::VideoFrame::MailboxHoldersheu@chromium.org2013-12-041-5/+4
* Add plumbing for video pixel formats with JPEG color range.rileya@chromium.org2013-12-041-1/+8
* Remove media::VideoFrame from media::VideoCaptureDevice::Client interfacesheu@chromium.org2013-11-201-11/+43
* Record UMA metrics for video pixel formats.rileya@chromium.org2013-11-081-0/+4
* Remove EMPTY from VideoFrame::Format.rileya@chromium.org2013-11-081-20/+21
* Re-land https://codereview.chromium.org/56713002/ with ChromeOS fix.rileya@chromium.org2013-11-071-30/+1
* Revert 233046 "Remove RGB32 from VideoFrame::Format."shrikant@chromium.org2013-11-051-1/+30
* Remove RGB32 from VideoFrame::Format.rileya@chromium.org2013-11-051-30/+1
* Replace VideoFrame::INVALID with UNKNOWN.rileya@chromium.org2013-11-011-5/+5
* EVEA cleanup: use video utility functions in media::*sheu@chromium.org2013-08-281-0/+37
* media::VideoFrame::WrapExternalSharedMemorysheu@chromium.org2013-08-091-13/+56
* Added logging calls to FFmpegDemuxer.tyoverby@chromium.org2013-08-061-0/+28
* 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