summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
Commit message (Expand)AuthorAgeFilesLines
* Disable ULDI on reference to yuv_convert (vs2010)scottmg@google.com2012-01-271-0/+1
* Die, Pts{Stream,Heap}, Die!fischman@chromium.org2012-01-211-6/+0
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-191-8/+2
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-181-3/+2
* Don't build webm_stream_parser.cc for Android, as it depends on ffmpegpeter@chromium.org2012-01-111-0/+2
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-0/+4
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-101-1/+2
* Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-101-5/+1
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-091-1/+5
* Revert 116889 - Creating integration tests for media pipeline that use real d...acolwell@chromium.org2012-01-091-2/+1
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-091-1/+2
* add components for integration test which will detect breakage of media pipel...wjia@chromium.org2012-01-061-0/+2
* Revert 116349 - Creating integration tests for media pipeline that use real d...acolwell@chromium.org2012-01-041-2/+1
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-041-1/+2
* Replace subclass interface from VideoRendererBase with a single paint callback.scherkus@chromium.org2011-12-221-4/+0
* Consolidate AudioRendererAlgorithm classes into one classvrk@google.com2011-12-191-16/+1
* Fix typo introduced in r114819acolwell@chromium.org2011-12-161-1/+1
* Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...acolwell@chromium.org2011-12-161-0/+7
* Adds new full-duplex test which measures and logs the reported audio delays.henrika@chromium.org2011-12-141-0/+1
* Exclude the GPU video decoder from the build for Android.peter@chromium.org2011-12-141-0/+2
* <video> decode in hardware! fischman@chromium.org2011-12-131-0/+2
* Adding support for incremental cluster parsing.acolwell@chromium.org2011-12-131-0/+1
* Revert 114030 - Adding support for incremental cluster parsing.acolwell@chromium.org2011-12-121-1/+0
* Adding support for incremental cluster parsing.acolwell@chromium.org2011-12-121-0/+1
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-2/+0
* <video> decode in hardware!fischman@chromium.org2011-12-101-0/+2
* Collapse FFmpegVideoDecodeEngine into FFmpegVideoDecoder and remove VideoDeco...scherkus@chromium.org2011-12-071-5/+0
* Upstream: Media implementation for Android.michaelbai@chromium.org2011-12-021-8/+31
* Adds support for capture device enumeration on Windows.henrika@chromium.org2011-11-241-0/+2
* Fire canplaythrough event at the proper time for audio/videovrk@google.com2011-11-181-0/+3
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-181-25/+25
* Revert 110584 - Make pulseaudio available for all posix platforms and add sup...scherkus@chromium.org2011-11-171-23/+25
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-171-25/+23
* Low-latency AudioOutputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-11-161-4/+7
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-041-2/+0
* Reland the CL 8162015.xians@chromium.org2011-10-291-0/+1
* Remove media::VideoDecodeContext as it has no implementation and is unused.scherkus@chromium.org2011-10-281-2/+0
* exclude the linux files that are not needed on openbsdrobert.nagy@gmail.com2011-10-251-3/+3
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-241-0/+5
* OpenBSD patches for media, split from CR #8275005robert.nagy@gmail.com2011-10-201-1/+7
* Revert 106513 - The first step to add device selection to linux.garykac@chromium.org2011-10-201-1/+0
* The first step to add device selection to linux.xians@chromium.org2011-10-201-0/+1
* Adding VideoCaptureDevice for Mac.mflodman@chromium.org2011-10-181-1/+7
* Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl.fischman@chromium.org2011-10-071-2/+2
* Implementation of AudioInputStream for Mac OS X using the special AUHAL input...henrika@chromium.org2011-10-051-0/+3
* Remove no-longer-necessary conditional mention of an already-included source ...fischman@chromium.org2011-10-011-5/+0
* Improve ChunkDemuxer so AppendData() calls no longer have to be done on eleme...acolwell@chromium.org2011-09-301-0/+2
* Follow-up cleanup promised during r103376's CR.fischman@chromium.org2011-09-301-2/+0
* Removing mfplayer and mfdecoder tools.scherkus@chromium.org2011-09-301-44/+0
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-24/+25