summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Remove MediaFormat once and for all.scherkus@chromium.org2011-07-2016-214/+5
* Replace VideoDecoder::media_format() with significantly simpler width()/heigh...scherkus@chromium.org2011-07-2013-154/+91
* Deduplicate YUV copying code, update call sites, and add some unit tests.scherkus@chromium.org2011-07-207-59/+254
* 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-2011-168/+16
* some cleanup for base/stl_utildilmah@chromium.org2011-07-1912-12/+12
* Remove Gles2VideoRenderer from player_x11 and make X11 vs GL rendering a run-...scherkus@chromium.org2011-07-198-738/+57
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-1/+1
* 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-1812-215/+169
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-182-22/+19
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-1812-35/+43
* [Reverted due to check_deps failure]zea@chromium.org2011-07-157-80/+16
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-157-16/+80
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-10/+12
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-152-4/+3
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-142-2/+4
* 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
* Fix VideoRendererBase so it doesn't trigger a DCHECK during pipeline teardown.acolwell@chromium.org2011-07-143-20/+100
* Rename CommandLine::GetArgs(), update callers.msw@chromium.org2011-07-135-6/+6
* Added extending forward_capacity for large reads.slock@chromium.org2011-07-132-2/+6
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-132-30/+28
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
* Refactor ChunkDemuxer initialization so INFO & TRACKS elements are passed via...acolwell@chromium.org2011-07-115-193/+186
* Change audio renderer to communicate with host using low latency codepath.enal@chromium.org2011-07-072-1/+5
* The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...wjia@chromium.org2011-07-077-556/+15
* Fix chromeos build buster.acolwell@chromium.org2011-07-011-2/+2
* Fix heapchecker failure due to not deleting AVStream*[].scherkus@chromium.org2011-07-011-33/+39
* Glue ffmpeg to Chromeihf@chromium.org2011-07-0118-123/+98
* Remove app from a bunch of DEPS files.tfarina@chromium.org2011-06-301-4/+0
* This is the VideoCaptureDevice implementation for windows.perkj@google.com2011-06-3013-0/+1998
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-9/+3
* Fix uninitialized variable error on official builds.acolwell@chromium.org2011-06-291-1/+1
* Add ~ClusterBuilder() to make clang happy.acolwell@chromium.org2011-06-292-0/+2
* Adding ChunkDemuxer implementation.acolwell@chromium.org2011-06-2927-84/+2804
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-06-282-1/+7
* Added last_modified field to TemplateURL and database. Updated unit tests, in...stevet@chromium.org2011-06-281-46/+19
* Do not depend on liballocator on Mac.glider@chromium.org2011-06-281-3/+7
* Link media_unittests with liballocator.glider@chromium.org2011-06-281-0/+7
* Removing defunct OpenMAX code (round 2).scherkus@chromium.org2011-06-2823-4616/+5
* Remove media::{Base,GLES,Sysmem}Buffer(const PP_{Base,GLES,SysmemBuffer}&) ct...fischman@chromium.org2011-06-271-9/+0
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-241-0/+1
* Fix clang.jhawkins@chromium.org2011-06-221-2/+2
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-2230-54/+68
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-223-0/+4
* Remove unused testing code from media/base/media_win.ccscherkus@chromium.org2011-06-221-19/+1
* Coverity: Fix a leak in VideoCaptureDevice::Create.thestig@chromium.org2011-06-221-1/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-0/+1