| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 2 | -12/+7 |
* | Simplify AlsaPcmOutputStream and AudioManagerLinux. Code was thread-safe, but... | enal@chromium.org | 2011-06-08 | 5 | -273/+159 |
* | Don't forget the ffmpeg input buffer padding when allocating a codec's | cevans@chromium.org | 2011-06-08 | 1 | -2/+4 |
* | Fix for CoreAudio stereo problem for unknown speakers | annacc@chromium.org | 2011-06-08 | 1 | -2/+22 |
* | Random cleanup & improvements to OmxVideoDecodeAccelerator: | fischman@chromium.org | 2011-06-06 | 1 | -3/+4 |
* | Removing defunct GpuVideoDecoder and IpcVideoDecoder. | scherkus@chromium.org | 2011-06-03 | 2 | -4/+0 |
* | Follow up CL to 6990065 | fgalligan@chromium.org | 2011-06-03 | 2 | -2/+8 |
* | Removing FFmpegVideoAllocator as it provides little benefit while increasing ... | scherkus@chromium.org | 2011-06-03 | 5 | -350/+31 |
* | Clean up broken revert of 87790. | scherkus@chromium.org | 2011-06-03 | 14 | -0/+2550 |
* | Revert 87790 - Removing defunct OpenMAX code. | scherkus@chromium.org | 2011-06-03 | 9 | -5/+2065 |