summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-211-2/+4
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-193-31/+27
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-163-27/+31
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-163-31/+27
* add workarounds for some popular webcam.wjia@chromium.org2011-09-083-48/+65
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-145/+22
* Disables camera hardware dependent tests.perkj@chromium.org2011-08-291-19/+29
* Create media.dll / libmedia.so.darin@chromium.org2011-08-297-9/+13
* Completely random typo fixes and style corrections cleanup.fischman@chromium.org2011-08-251-3/+3
* Reland r97895: Use surface_width/height instead of coded_width/coded_height f...vrk@chromium.org2011-08-242-8/+8
* Revert 97892 - Use surface_width/height instead of coded_width/coded_height f...vrk@google.com2011-08-231-2/+2
* Use surface_width/height instead of coded_width/coded_height for VideoFrame sizevrk@google.com2011-08-231-2/+2
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-233-203/+152
* Add gl.dll, compositor.dll, and surface.dll.darin@chromium.org2011-08-181-1/+0
* Revert 96982 - Add gl.dll, compositor.dll, and surface.dll.rvargas@google.com2011-08-161-0/+1
* Add gl.dll, compositor.dll, and surface.dll.darin@chromium.org2011-08-161-1/+0
* Revert 96974 - Remove mock_ffmpeg and update media unittests.rvargas@google.com2011-08-163-91/+159
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-163-159/+91
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-087-13/+9
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-087-9/+13
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-1/+1
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-056-11/+8
* Create media.dlldarin@chromium.org2011-08-046-8/+11
* Add a proxy for thread-hopping VideoCapture::EventHandler.piman@chromium.org2011-08-022-0/+231
* Remove VideoDecoder::ProvidesBuffer() and corresponding changes in VideoDecod...scherkus@chromium.org2011-07-223-21/+5
* Rev DEPS to July ffmpeg drop.ihf@chromium.org2011-07-221-0/+1
* Deduplicate YUV copying code, update call sites, and add some unit tests.scherkus@chromium.org2011-07-201-34/+6
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-201-11/+11
* reland patch http://codereview.chromium.org/7204008 after webrtc build has be...wjia@chromium.org2011-07-201-4/+4
* Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr...scherkus@chromium.org2011-07-202-2/+0
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-193-82/+16
* Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.scherkus@chromium.org2011-07-182-20/+12
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-181-2/+3
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-10/+12
* Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...sky@chromium.org2011-07-141-4/+4
* add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...wjia@chromium.org2011-07-141-4/+4
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-132-30/+28
* Glue ffmpeg to Chromeihf@chromium.org2011-07-012-30/+1
* This is the VideoCaptureDevice implementation for windows.perkj@google.com2011-06-3012-0/+1980
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-9/+3
* Removing defunct OpenMAX code (round 2).scherkus@chromium.org2011-06-282-1603/+0
* Remove media::{Base,GLES,Sysmem}Buffer(const PP_{Base,GLES,SysmemBuffer}&) ct...fischman@chromium.org2011-06-271-9/+0
* Coverity: Fix a leak in VideoCaptureDevice::Create.thestig@chromium.org2011-06-221-1/+4
* Move ProvidePictureBuffers out of initialization and into the decode path.fischman@chromium.org2011-06-151-2/+5
* Fix two bugs found by a new clang warning I'm currently testing:thakis@chromium.org2011-06-131-3/+4
* Uninitialized member in FakeVideoCaptureDevice.finnur@chromium.org2011-06-121-0/+1
* Uninitialized member in VideoFrameBuffer.finnur@chromium.org2011-06-121-1/+6
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-102-12/+7
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-102-7/+12