| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Follow-up cleanup promised during r103376's CR. | fischman@chromium.org | 2011-09-30 | 1 | -1/+0 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 1 | -1/+2 |
* | Convert all of media/ over to the new base::{Bind,Callback} hotness. | fischman@chromium.org | 2011-09-29 | 4 | -25/+33 |
* | Properly scope the lifetime of the |PPB_VideoCapture_Impl|. | viettrungluu@chromium.org | 2011-09-28 | 2 | -1/+15 |
* | Add OnRemoved() in VideoCapture::EventHandler API | wjia@chromium.org | 2011-09-27 | 3 | -0/+11 |
* | Introduce AudioDecoderConfig to migrate away from GetAVStream(). | scherkus@chromium.org | 2011-09-21 | 1 | -2/+4 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+1 |
* | Reland r101418: Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-19 | 3 | -31/+27 |
* | Revert 101418 - Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 3 | -27/+31 |
* | Fix aspect ratio and clarify video frame dimensions | vrk@google.com | 2011-09-16 | 3 | -31/+27 |
* | add workarounds for some popular webcam. | wjia@chromium.org | 2011-09-08 | 3 | -48/+65 |
* | Replace the use of an int32* with an explicit profile for decoder configuration. | fischman@chromium.org | 2011-09-01 | 1 | -145/+22 |
* | Disables camera hardware dependent tests. | perkj@chromium.org | 2011-08-29 | 1 | -19/+29 |
* | Create media.dll / libmedia.so. | darin@chromium.org | 2011-08-29 | 7 | -9/+13 |
* | Completely random typo fixes and style corrections cleanup. | fischman@chromium.org | 2011-08-25 | 1 | -3/+3 |
* | Reland r97895: Use surface_width/height instead of coded_width/coded_height f... | vrk@chromium.org | 2011-08-24 | 2 | -8/+8 |
* | Revert 97892 - Use surface_width/height instead of coded_width/coded_height f... | vrk@google.com | 2011-08-23 | 1 | -2/+2 |
* | Use surface_width/height instead of coded_width/coded_height for VideoFrame size | vrk@google.com | 2011-08-23 | 1 | -2/+2 |
* | Remove mock_ffmpeg and update media unittests. | acolwell@chromium.org | 2011-08-23 | 3 | -203/+152 |
* | Add gl.dll, compositor.dll, and surface.dll. | darin@chromium.org | 2011-08-18 | 1 | -1/+0 |
* | Revert 96982 - Add gl.dll, compositor.dll, and surface.dll. | rvargas@google.com | 2011-08-16 | 1 | -0/+1 |
* | Add gl.dll, compositor.dll, and surface.dll. | darin@chromium.org | 2011-08-16 | 1 | -1/+0 |
* | Revert 96974 - Remove mock_ffmpeg and update media unittests. | rvargas@google.com | 2011-08-16 | 3 | -91/+159 |
* | Remove mock_ffmpeg and update media unittests. | acolwell@chromium.org | 2011-08-16 | 3 | -159/+91 |
* | Revert r95841 due to failing media_unittests on linux_shared bot. | darin@chromium.org | 2011-08-08 | 7 | -13/+9 |
* | Enable media.dll / libmedia.so. | darin@chromium.org | 2011-08-08 | 7 | -9/+13 |
* | Implement PPAPI VideoDecode out-of-process support | vrk@chromium.org | 2011-08-06 | 1 | -1/+1 |
* | Revert 95496 - Create media.dll | apatrick@chromium.org | 2011-08-05 | 6 | -11/+8 |
* | Create media.dll | darin@chromium.org | 2011-08-04 | 6 | -8/+11 |
* | Add a proxy for thread-hopping VideoCapture::EventHandler. | piman@chromium.org | 2011-08-02 | 2 | -0/+231 |
* | Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod... | scherkus@chromium.org | 2011-07-22 | 3 | -21/+5 |
* | Rev DEPS to July ffmpeg drop. | ihf@chromium.org | 2011-07-22 | 1 | -0/+1 |
* | Deduplicate YUV copying code, update call sites, and add some unit tests. | scherkus@chromium.org | 2011-07-20 | 1 | -34/+6 |
* | Redid VideoDecodeAccelerator::Error codes and propagated to ppapi. | fischman@chromium.org | 2011-07-20 | 1 | -11/+11 |
* | reland patch http://codereview.chromium.org/7204008 after webrtc build has be... | wjia@chromium.org | 2011-07-20 | 1 | -4/+4 |
* | Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr... | scherkus@chromium.org | 2011-07-20 | 2 | -2/+0 |
* | Remove redundant size and type information from VideoDecode PPAPI | vrk@google.com | 2011-07-19 | 3 | -82/+16 |
* | Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods. | scherkus@chromium.org | 2011-07-18 | 2 | -20/+12 |
* | Fix media code to use initializer-list style for inheritance. | scherkus@chromium.org | 2011-07-18 | 1 | -2/+3 |
* | Enable fire-and-forget Destroy of HW video decoder, and misc other improvements. | fischman@chromium.org | 2011-07-15 | 1 | -10/+12 |
* | Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu... | sky@chromium.org | 2011-07-14 | 1 | -4/+4 |
* | add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ... | wjia@chromium.org | 2011-07-14 | 1 | -4/+4 |
* | Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat... | fischman@chromium.org | 2011-07-13 | 2 | -30/+28 |
* | Glue ffmpeg to Chrome | ihf@chromium.org | 2011-07-01 | 2 | -30/+1 |
* | This is the VideoCaptureDevice implementation for windows. | perkj@google.com | 2011-06-30 | 12 | -0/+1980 |
* | Implement proper synchronization between HW video decode IPC and CommandBuffer. | fischman@chromium.org | 2011-06-29 | 1 | -9/+3 |
* | Removing defunct OpenMAX code (round 2). | scherkus@chromium.org | 2011-06-28 | 2 | -1603/+0 |
* | Remove media::{Base,GLES,Sysmem}Buffer(const PP_{Base,GLES,SysmemBuffer}&) ct... | fischman@chromium.org | 2011-06-27 | 1 | -9/+0 |
* | Coverity: Fix a leak in VideoCaptureDevice::Create. | thestig@chromium.org | 2011-06-22 | 1 | -1/+4 |
* | Move ProvidePictureBuffers out of initialization and into the decode path. | fischman@chromium.org | 2011-06-15 | 1 | -2/+5 |