| Commit message (Expand) | Author | Age | Files | Lines |
* | media: Add support for playback of VP8 Alpha video streams | vigneshv@chromium.org | 2013-04-19 | 1 | -1/+3 |
* | Revert 194465 "media: Add support for playback for VP8 Alpha vid..." | mek@chromium.org | 2013-04-16 | 1 | -3/+1 |
* | media: Add support for playback for VP8 Alpha video streams. | tomfinegan@chromium.org | 2013-04-16 | 1 | -1/+3 |
* | Revert 190863 "Revert 190807 "Fix a Chrome renderer hang which o..." | ygorshenin@chromium.org | 2013-03-27 | 1 | -4/+7 |
* | Revert 190807 "Fix a Chrome renderer hang which occurs when a We..." | ygorshenin@chromium.org | 2013-03-27 | 1 | -7/+4 |
* | Fix a Chrome renderer hang which occurs when a WebMediaPlayerImpl instance is... | ananta@chromium.org | 2013-03-27 | 1 | -4/+7 |
* | Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer. | danakj@chromium.org | 2013-03-26 | 1 | -1/+0 |
* | Make NumPlanes() a member of media::VideoFrame | sheu@chromium.org | 2013-03-07 | 1 | -0/+2 |
* | Implement "hole" video frame. | wonsik@google.com | 2013-03-04 | 1 | -0/+8 |
* | Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame. | xhwang@chromium.org | 2012-12-08 | 1 | -0/+6 |
* | Encrypted Media: Remove memcpy of decoded video frame in ContentDecryptorDele... | xhwang@chromium.org | 2012-11-29 | 1 | -3/+21 |
* | Plumb through cropped output size for VideoFrame | sheu@chromium.org | 2012-11-09 | 1 | -15/+28 |
* | Add VideoFrame::CreateColorFrame() for testing. | xhwang@chromium.org | 2012-10-12 | 1 | -2/+8 |
* | ReadPixels from known-usable textures, and give SkBitmap its precious BGRA. | fischman@chromium.org | 2012-10-03 | 1 | -1/+1 |
* | Support reading pixels from HW-decoded video textures into canvas/webgl. | fischman@chromium.org | 2012-10-01 | 1 | -0/+13 |
* | Remove VideoDecoder::natural_size() & added VideoFrame::natural_size(). | acolwell@chromium.org | 2012-08-02 | 1 | -17/+24 |
* | Remove VideoDecoderConfig.frame_rate_xxx() and VideoFrame::Get/SetDuration(). | acolwell@chromium.org | 2012-07-31 | 1 | -15/+4 |
* | Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding (r... | scherkus@chromium.org | 2012-06-28 | 1 | -0/+1 |
* | Revert 144484 - Reland r143115: Provide a Chrome-owned buffer to FFmpeg for v... | dmichael@chromium.org | 2012-06-27 | 1 | -1/+0 |
* | Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding. | scherkus@chromium.org | 2012-06-27 | 1 | -0/+1 |
* | Revert 143115 - Provide a Chrome-owned buffer to FFmpeg for video decoding, i... | nirnimesh@chromium.org | 2012-06-20 | 1 | -1/+0 |
* | Provide a Chrome-owned buffer to FFmpeg for video decoding, instead of | rbultje@chromium.org | 2012-06-20 | 1 | -0/+1 |
* | Cull unnecessary media::VideoFrame::Formats from the enum. | fischman@chromium.org | 2012-04-11 | 1 | -13/+7 |
* | Removed StreamSample as a shared base class between Buffer and VideoFrame. | scherkus@chromium.org | 2012-03-26 | 1 | -4/+21 |
* | Fix frame hashing to include all valid planes. | dalecurtis@chromium.org | 2012-03-22 | 1 | -0/+5 |
* | Add texture target field to video frame (for use by native textures). | sievers@chromium.org | 2012-02-23 | 1 | -0/+5 |
* | Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ... | dalecurtis@chromium.org | 2012-02-21 | 1 | -1/+8 |
* | Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr... | fischman@chromium.org | 2011-12-29 | 1 | -9/+0 |
* | Correctify NativeTexture's description. | fischman@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Clean up painting and conversion functions inside webkit_media::VideoRenderer... | scherkus@chromium.org | 2011-12-21 | 1 | -8/+10 |
* | <video> decode in hardware! | fischman@chromium.org | 2011-12-13 | 1 | -5/+28 |
* | Revert 113895 - <video> decode in hardware! | fischman@chromium.org | 2011-12-10 | 1 | -28/+5 |
* | <video> decode in hardware! | fischman@chromium.org | 2011-12-10 | 1 | -5/+28 |
* | Add OVERRIDE to media/. | avi@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Create media.dll / libmedia.so. | darin@chromium.org | 2011-08-29 | 1 | -1/+1 |
* | Revert r95841 due to failing media_unittests on linux_shared bot. | darin@chromium.org | 2011-08-08 | 1 | -1/+1 |
* | Enable media.dll / libmedia.so. | darin@chromium.org | 2011-08-08 | 1 | -1/+1 |
* | Revert 95496 - Create media.dll | apatrick@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | Create media.dll | darin@chromium.org | 2011-08-04 | 1 | -1/+1 |
* | Deduplicate YUV copying code, update call sites, and add some unit tests. | scherkus@chromium.org | 2011-07-20 | 1 | -5/+12 |
* | Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr... | scherkus@chromium.org | 2011-07-20 | 1 | -57/+1 |
* | Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods. | scherkus@chromium.org | 2011-07-18 | 1 | -27/+26 |
* | Add IPC messages and renderer process side API for video capture. | wjia@google.com | 2011-04-12 | 1 | -1/+2 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -1/+1 |
* | Cleanup in VideoFrame | hclam@chromium.org | 2010-10-07 | 1 | -26/+0 |
* | Implement Gles2VideoDecoderContext | hclam@chromium.org | 2010-10-07 | 1 | -0/+3 |
* | Implement GpuVideoDecoderHost and unit tests | hclam@chromium.org | 2010-10-07 | 1 | -0/+2 |
* | Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video... | hclam@chromium.org | 2010-09-13 | 1 | -1/+39 |
* | Clean up texture types in VideoFrame | hclam@chromium.org | 2010-09-09 | 1 | -6/+10 |
* | This tool demonstrates the use of the Media Foundation H.264 decoder as a sta... | imcheng@chromium.org | 2010-08-02 | 1 | -0/+3 |