| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Reverted due to check_deps failure] | zea@chromium.org | 2011-07-15 | 7 | -80/+16 |
* | Fix problem when 'ended' event was fired before stream really ended. | enal@chromium.org | 2011-07-15 | 7 | -16/+80 |
* | Enable fire-and-forget Destroy of HW video decoder, and misc other improvements. | fischman@chromium.org | 2011-07-15 | 1 | -10/+12 |
* | Change base::LaunchProcess API slightly | evan@chromium.org | 2011-07-15 | 2 | -4/+3 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-14 | 2 | -2/+4 |
* | 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 |
* | Fix VideoRendererBase so it doesn't trigger a DCHECK during pipeline teardown. | acolwell@chromium.org | 2011-07-14 | 3 | -20/+100 |
* | Rename CommandLine::GetArgs(), update callers. | msw@chromium.org | 2011-07-13 | 5 | -6/+6 |
* | Added extending forward_capacity for large reads. | slock@chromium.org | 2011-07-13 | 2 | -2/+6 |
* | Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat... | fischman@chromium.org | 2011-07-13 | 2 | -30/+28 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Refactor ChunkDemuxer initialization so INFO & TRACKS elements are passed via... | acolwell@chromium.org | 2011-07-11 | 5 | -193/+186 |
* | Change audio renderer to communicate with host using low latency codepath. | enal@chromium.org | 2011-07-07 | 2 | -1/+5 |
* | The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc... | wjia@chromium.org | 2011-07-07 | 7 | -556/+15 |
* | Fix chromeos build buster. | acolwell@chromium.org | 2011-07-01 | 1 | -2/+2 |
* | Fix heapchecker failure due to not deleting AVStream*[]. | scherkus@chromium.org | 2011-07-01 | 1 | -33/+39 |
* | Glue ffmpeg to Chrome | ihf@chromium.org | 2011-07-01 | 18 | -123/+98 |
* | Remove app from a bunch of DEPS files. | tfarina@chromium.org | 2011-06-30 | 1 | -4/+0 |
* | This is the VideoCaptureDevice implementation for windows. | perkj@google.com | 2011-06-30 | 13 | -0/+1998 |
* | Implement proper synchronization between HW video decode IPC and CommandBuffer. | fischman@chromium.org | 2011-06-29 | 1 | -9/+3 |
* | Fix uninitialized variable error on official builds. | acolwell@chromium.org | 2011-06-29 | 1 | -1/+1 |
* | Add ~ClusterBuilder() to make clang happy. | acolwell@chromium.org | 2011-06-29 | 2 | -0/+2 |
* | Adding ChunkDemuxer implementation. | acolwell@chromium.org | 2011-06-29 | 27 | -84/+2804 |
* | GCC 4.6 -Wunused-but-set-variable cleanup. | pph34r@gmail.com | 2011-06-28 | 2 | -1/+7 |
* | Added last_modified field to TemplateURL and database. Updated unit tests, in... | stevet@chromium.org | 2011-06-28 | 1 | -46/+19 |
* | Do not depend on liballocator on Mac. | glider@chromium.org | 2011-06-28 | 1 | -3/+7 |
* | Link media_unittests with liballocator. | glider@chromium.org | 2011-06-28 | 1 | -0/+7 |
* | Removing defunct OpenMAX code (round 2). | scherkus@chromium.org | 2011-06-28 | 23 | -4616/+5 |
* | Remove media::{Base,GLES,Sysmem}Buffer(const PP_{Base,GLES,SysmemBuffer}&) ct... | fischman@chromium.org | 2011-06-27 | 1 | -9/+0 |
* | Refactor the glib message-pump, and use it as the base for a gtk message pump... | sadrul@chromium.org | 2011-06-24 | 1 | -0/+1 |
* | Fix clang. | jhawkins@chromium.org | 2011-06-22 | 1 | -2/+2 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 30 | -54/+68 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-22 | 3 | -0/+4 |
* | Remove unused testing code from media/base/media_win.cc | scherkus@chromium.org | 2011-06-22 | 1 | -19/+1 |
* | Coverity: Fix a leak in VideoCaptureDevice::Create. | thestig@chromium.org | 2011-06-22 | 1 | -1/+4 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-21 | 1 | -0/+1 |
* | Not allow compression when requesting multimedia | enal@chromium.org | 2011-06-21 | 1 | -2/+3 |
* | Revert 89532 - Not allow compression when requesting multimedia | akalin@chromium.org | 2011-06-17 | 1 | -3/+2 |
* | Adding media/OWNERS. | scherkus@chromium.org | 2011-06-17 | 1 | -0/+9 |
* | Not allow compression when requesting multimedia | enal@chromium.org | 2011-06-17 | 1 | -2/+3 |
* | Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, | tony@chromium.org | 2011-06-16 | 1 | -3/+0 |
* | Move ProvidePictureBuffers out of initialization and into the decode path. | fischman@chromium.org | 2011-06-15 | 1 | -2/+5 |
* | Fix bug when unplugging an audio input device whilst using speech input on Wi... | allanwoj@chromium.org | 2011-06-15 | 4 | -5/+90 |
* | Improve and unify Mac OS X run-time version checks. | mark@chromium.org | 2011-06-14 | 1 | -4/+2 |
* | Fix two bugs found by a new clang warning I'm currently testing: | thakis@chromium.org | 2011-06-13 | 1 | -3/+4 |
* | Uninitialized member in FakeVideoCaptureDevice. | finnur@chromium.org | 2011-06-12 | 1 | -0/+1 |
* | Uninitialized member in VideoFrameBuffer. | finnur@chromium.org | 2011-06-12 | 1 | -1/+6 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 2 | -12/+7 |
* | Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI | davemoore@chromium.org | 2011-06-10 | 2 | -7/+12 |