summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* Made media compiled by clangmichaelbai@chromium.org2012-09-101-4/+5
* use lock to make sure device will not deliver any frame after it's stopped.wjia@chromium.org2012-09-062-2/+12
* use manual release for QTCaptureDecompressedVideoOutput.wjia@chromium.org2012-08-242-6/+11
* clear QTCaptureDecompressedVideoOutput's delegate when CaptureSession is rele...wjia@chromium.org2012-08-211-0/+2
* fix detection of video capture device on linuxwjia@chromium.org2012-08-071-4/+6
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-1/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+4
* VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...fischman@chromium.org2012-07-171-9/+6
* Remove #pragma once from mediaajwong@chromium.org2012-07-114-6/+2
* Switch to TimeDelta interfaces for TestTimeouts in media code.tedvessenes@gmail.com2012-07-091-10/+5
* Pepper needs to repeatedly call enumeration API in order to get a synchronous...xians@chromium.org2012-07-062-5/+15
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-262-4/+10
* open camera with O_RDWR.wjia@chromium.org2012-06-081-1/+2
* Plumb texture target to VideoDecodeAccelerator::Clientsail@chromium.org2012-06-081-2/+3
* change LOG to DVLOG(1)wjia@chromium.org2012-05-303-8/+8
* handle the case when device is closed before media pipeline is fully initiali...wjia@chromium.org2012-05-301-1/+1
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-181-1/+3
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-161-1/+1
* Merge VideoCaptureDevice::Capability with media::VideoCaptureCapabilityyujie.mao@intel.com2012-04-2815-81/+91
* Fix TODO: return name and id as NSArray* instead of QTCaptureDevice*.scherkus@chromium.org2012-04-283-11/+18
* add more color formats NV21 and YV12 in video capture (mainly from Android).wjia@chromium.org2012-04-181-1/+3
* Move VideoCapture::VideoCaptureCapability to video_capture_types.hyujie.mao@intel.com2012-04-182-13/+14
* Remove flaky unit test VideoCaptureTest::AllocateSameCameraTwiceperkj@chromium.org2012-04-171-36/+1
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-032-2/+2
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-301-4/+1
* Revert 129752 - Replace the unnecessary VDA::Profile typedef with media::Vide...mihaip@chromium.org2012-03-301-1/+4
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-301-4/+1
* [Coverity] Fixed possible resource leakgroby@chromium.org2012-03-291-1/+1
* [Coverity] Pass-by-val -> pass-by-refgroby@chromium.org2012-03-291-5/+6
* [Coverity] Fixed frame size wjia@chromium.org2012-03-282-2/+5
* PinBase: Fix assign-to-self bug.jhawkins@chromium.org2012-01-301-2/+2
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-142-4/+4
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-131-4/+0
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-043-8/+3
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-202-1/+3
* <video> decode in hardware! fischman@chromium.org2011-12-131-20/+4
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-3/+19
* <video> decode in hardware!fischman@chromium.org2011-12-101-19/+3
* Removing MessageLoop::QuitTask() from media/dcheng@chromium.org2011-12-091-1/+1
* Collapse FFmpegVideoDecodeEngine into FFmpegVideoDecoder and remove VideoDeco...scherkus@chromium.org2011-12-073-291/+0
* fix a racing condition when renderer process requests StopCapture before host...wjia@chromium.org2011-11-231-11/+0
* Add OVERRIDE to media/.avi@chromium.org2011-11-163-15/+15
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-044-558/+86
* Fix crash on unsupported pixel formats.dalecurtis@chromium.org2011-11-022-14/+30
* refactor video capture in renderer processwjia@chromium.org2011-11-011-1/+0
* Remove media::VideoDecodeContext as it has no implementation and is unused.scherkus@chromium.org2011-10-287-178/+5
* Miscellaneous header file cleanup for src/media.scherkus@chromium.org2011-10-281-1/+0
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-272-19/+10