| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove VideoDecoder::natural_size() & added VideoFrame::natural_size(). | acolwell@chromium.org | 2012-08-02 | 1 | -33/+39 |
* | Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration(). | acolwell@chromium.org | 2012-07-31 | 1 | -11/+7 |
* | Allocate one extra line to allow for H264 chroma MC overreads. | rbultje@chromium.org | 2012-07-12 | 1 | -2/+9 |
* | Reintroduce kFramePadBytes in frame allocation. | rbultje@chromium.org | 2012-07-10 | 1 | -2/+4 |
* | Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding (r... | scherkus@chromium.org | 2012-06-28 | 1 | -21/+49 |
* | Revert 144484 - Reland r143115: Provide a Chrome-owned buffer to FFmpeg for v... | dmichael@chromium.org | 2012-06-27 | 1 | -49/+21 |
* | Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding. | scherkus@chromium.org | 2012-06-27 | 1 | -21/+49 |
* | Revert 143115 - Provide a Chrome-owned buffer to FFmpeg for video decoding, i... | nirnimesh@chromium.org | 2012-06-20 | 1 | -49/+21 |
* | Provide a Chrome-owned buffer to FFmpeg for video decoding, instead of | rbultje@chromium.org | 2012-06-20 | 1 | -21/+49 |
* | Cull unnecessary media::VideoFrame::Formats from the enum. | fischman@chromium.org | 2012-04-11 | 1 | -31/+1 |
* | Removed StreamSample as a shared base class between Buffer and VideoFrame. | scherkus@chromium.org | 2012-03-26 | 1 | -3/+3 |
* | Fix incorrect VideoFrame::row_bytes() for RGB. Add tests. | dalecurtis@chromium.org | 2012-03-23 | 1 | -1/+9 |
* | Fix frame hashing to include all valid planes. | dalecurtis@chromium.org | 2012-03-22 | 1 | -0/+13 |
* | Add texture target field to video frame (for use by native textures). | sievers@chromium.org | 2012-02-23 | 1 | -1/+9 |
* | Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ... | dalecurtis@chromium.org | 2012-02-21 | 1 | -2/+14 |
* | Refactor webkit_media::VideoRendererImpl into standalone class. | scherkus@chromium.org | 2012-01-13 | 1 | -22/+3 |
* | Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr... | fischman@chromium.org | 2011-12-29 | 1 | -5/+0 |
* | <video> decode in hardware! | fischman@chromium.org | 2011-12-13 | 1 | -6/+42 |
* | Revert 113895 - <video> decode in hardware! | fischman@chromium.org | 2011-12-10 | 1 | -42/+6 |
* | <video> decode in hardware! | fischman@chromium.org | 2011-12-10 | 1 | -6/+42 |
* | Correct some rounding errors introduced recently. | cevans@chromium.org | 2011-11-10 | 1 | -4/+4 |
* | Fix support for yuv_422 pixel format. | scherkus@chromium.org | 2011-10-04 | 1 | -12/+14 |
* | Deduplicate YUV copying code, update call sites, and add some unit tests. | scherkus@chromium.org | 2011-07-20 | 1 | -20/+82 |
* | Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr... | scherkus@chromium.org | 2011-07-20 | 1 | -62/+10 |
* | Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods. | scherkus@chromium.org | 2011-07-18 | 1 | -105/+82 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -6/+6 |
* | GpuVideoDecoderHost runs on IO thread instead of Render thread | hclam@chromium.org | 2010-10-07 | 1 | -0/+2 |
* | Cleanup in VideoFrame | hclam@chromium.org | 2010-10-07 | 1 | -28/+0 |
* | Implement Gles2VideoDecoderContext | hclam@chromium.org | 2010-10-07 | 1 | -1/+2 |
* | Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video... | hclam@chromium.org | 2010-09-13 | 1 | -0/+68 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -0/+2 |
* | media: preparation for recycle buffer. | jiesun@google.com | 2010-07-22 | 1 | -22/+7 |
* | Reverting 53348... | bradnelson@google.com | 2010-07-22 | 1 | -7/+22 |
* | media: preparation for recycle buffer. | jiesun@google.com | 2010-07-22 | 1 | -22/+7 |
* | code cleanup for media code for video renerers. | jiesun@google.com | 2010-06-23 | 1 | -2/+2 |
* | Chromoting unit test: Adding DecoderVerbatimTest | hclam@chromium.org | 2010-06-15 | 1 | -0/+3 |
* | Implement a chromoting client using X11 | hclam@chromium.org | 2010-06-09 | 1 | -1/+26 |
* | pad yuv additional 15 bytes to allow 16 pixels at a time to be processed with... | fbarchard@chromium.org | 2010-05-28 | 1 | -1/+3 |
* | Add a private opaque pointer option to VideoFrame. | scherkus@chromium.org | 2010-05-14 | 1 | -3/+27 |
* | Use FFmpeg's reordered_opaque for presentation timestamp reordering. | scherkus@chromium.org | 2010-04-28 | 1 | -1/+0 |
* | Remove AVFrame dependency. | jiesun@google.com | 2010-04-23 | 1 | -0/+1 |
* | Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame. | scherkus@chromium.org | 2010-03-23 | 1 | -0/+170 |