summaryrefslogtreecommitdiffstats
path: root/media/base/video_frame.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* media: preparation for recycle buffer.jiesun@google.com2010-07-221-22/+7
* code cleanup for media code for video renerers.jiesun@google.com2010-06-231-2/+2
* Chromoting unit test: Adding DecoderVerbatimTesthclam@chromium.org2010-06-151-0/+3
* Implement a chromoting client using X11hclam@chromium.org2010-06-091-1/+26
* pad yuv additional 15 bytes to allow 16 pixels at a time to be processed with...fbarchard@chromium.org2010-05-281-1/+3
* Add a private opaque pointer option to VideoFrame.scherkus@chromium.org2010-05-141-3/+27
* Use FFmpeg's reordered_opaque for presentation timestamp reordering.scherkus@chromium.org2010-04-281-1/+0
* Remove AVFrame dependency.jiesun@google.com2010-04-231-0/+1
* Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.scherkus@chromium.org2010-03-231-0/+170