summaryrefslogtreecommitdiffstats
path: root/media/video
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix v4l support on openbsdrobert.nagy@gmail.com2011-10-251-0/+4
* Adding VideoCaptureDevice for Mac.mflodman@chromium.org2011-10-185-4/+473
* Fix ASAN error in FFmpegVideoDecodeEngineTest.DecodeFrame_SmallerHeight intro...scherkus@chromium.org2011-10-051-6/+15
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-042-12/+14
* Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.scherkus@chromium.org2011-10-013-41/+16
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-301-6/+1
* Follow-up cleanup promised during r103376's CR.fischman@chromium.org2011-09-301-1/+0
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+2
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-294-25/+33
* Properly scope the lifetime of the |PPB_VideoCapture_Impl|.viettrungluu@chromium.org2011-09-282-1/+15
* Add OnRemoved() in VideoCapture::EventHandler APIwjia@chromium.org2011-09-273-0/+11
* 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