summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Delete the AudioOutputStream correctly (by using Close and not delete).tommi@chromium.org2012-01-101-2/+2
* Clean up AudioRendererAlgorithmBasevrk@google.com2012-01-106-316/+295
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-1038-204/+216
* Better error handling in audio wave out.enal@chromium.org2012-01-101-13/+20
* Revert 116957 - Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-1014-726/+378
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-0914-378/+726
* Revert 116889 - Creating integration tests for media pipeline that use real d...acolwell@chromium.org2012-01-0911-325/+76
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-0911-76/+325
* Linux: Chromium FTBFS against libav 0.8b2.erg@chromium.org2012-01-071-1/+2
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...crogers@google.com2012-01-071-0/+71
* add components for integration test which will detect breakage of media pipel...wjia@chromium.org2012-01-063-0/+162
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-068-12/+6
* Remove PtsStream from GpuVideoDecoder.fischman@chromium.org2012-01-063-33/+95
* Mark VideoRendererBaseTest, MAYBE_GetCurrentFrame_EndOfStream as flaky on Mac.asvitkine@chromium.org2012-01-061-2/+8
* Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...msw@chromium.org2012-01-061-70/+0
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNodecrogers@google.com2012-01-061-0/+70
* Fix invalid use of Base::Bind(,this) in ~ReferenceAudioRender.dalecurtis@chromium.org2012-01-066-25/+34
* Fix abspath/normpath mixup in security check.dalecurtis@chromium.org2012-01-051-2/+2
* Fix mime-type for webm files served on CNS.shadi@chromium.org2012-01-051-1/+4
* Fix race condition (bug 108685).enal@chromium.org2012-01-052-14/+38
* Revert 116349 - Creating integration tests for media pipeline that use real d...acolwell@chromium.org2012-01-044-236/+3
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-044-3/+236
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-044-11/+4
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-032-4/+2
* Add multiple WebMParserClient support in WebM parser.xhwang@chromium.org2011-12-2910-178/+242
* Delete media::VideoFrame::planes() and ::planes_ since they can be derived fr...fischman@chromium.org2011-12-298-41/+21
* Set opaque on the WebMediaPlayerClient based on the decoderdanakj@chromium.org2011-12-2310-8/+52
* Moving underflow callback execution so ResumeAfterUnderflow() can be called i...acolwell@chromium.org2011-12-232-1/+38
* Replace subclass interface from VideoRendererBase with a single paint callback.scherkus@chromium.org2011-12-2216-423/+205
* Clean up VideoRendererBase timing code (relanding).scherkus@chromium.org2011-12-223-139/+225
* Revert 115402 - Clean up VideoRendererBase timing code.jeremya@chromium.org2011-12-223-225/+139
* Initial checkin of chromium bug hunter script. Bug Hunter script will look in...imasaki@google.com2011-12-213-0/+652
* Clean up VideoRendererBase timing code.scherkus@chromium.org2011-12-213-139/+225
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-212-1/+2
* Correctify NativeTexture's description.fischman@chromium.org2011-12-211-1/+1
* Clean up painting and conversion functions inside webkit_media::VideoRenderer...scherkus@chromium.org2011-12-211-8/+10
* Revert 115229 - Revert 115214 (caused media_unittests failure in FFmpegGlueTest,acolwell@chromium.org2011-12-217-33/+158
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-212-2/+4
* Revert 115214 (caused media_unittests failure in FFmpegGlueTest,dmazzoni@chromium.org2011-12-217-158/+33
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-212-4/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-202-2/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-202-1/+3
* Fix ChunkDemuxer seeks that occur during a partially parsed cluster.acolwell@chromium.org2011-12-207-33/+158
* Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callb...scherkus@chromium.org2011-12-2012-398/+288
* Add unit test to verify incremental cluster parsing in ChunkDemuxer.acolwell@chromium.org2011-12-201-0/+71
* Merging CNS server with scripts.shadi@chromium.org2011-12-205-43/+144
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-1/+1
* Consolidate AudioRendererAlgorithm classes into one classvrk@google.com2011-12-1910-657/+268
* 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-1628-200/+354