summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix ContentEncodings element info.acolwell@chromium.org2012-01-201-5/+5
* Fix Android compile error following r118272peter@chromium.org2012-01-201-1/+1
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-1918-535/+59
* Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.scherkus@chromium.org2012-01-191-5/+5
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-194-18/+59
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-1914-98/+118
* set timestamp of captured video frames. also set duration of the media and me...wjia@chromium.org2012-01-192-2/+8
* Add matroska element data to make WebM parser more accepting.acolwell@chromium.org2012-01-195-43/+443
* Replace a few VLOGs with CHECKs inside media::Pipeline.scherkus@chromium.org2012-01-183-38/+17
* Fix indentation in media/base/pipeline.cc.scherkus@chromium.org2012-01-181-13/+11
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-1818-790/+729
* Leak global atomicsequencenumber media_log_id to avoid atexit() handler being...fischman@chromium.org2012-01-181-1/+3
* buffers.cc: replaced global TimeDelta constants with fully-inlined functions.fischman@chromium.org2012-01-1815-65/+65
* Remove the bulk of log spam from media_unittests runs.fischman@chromium.org2012-01-173-3/+13
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-1418-111/+98
* Break the (extra) circular reference between PipelineImpl and VideoDecoder.fischman@chromium.org2012-01-141-1/+3
* clang: Fix a few things -Wunused-variable complains about in a recent clang v...thakis@chromium.org2012-01-141-1/+3
* Linear sub-rectangle scaler for use in Chromoting.wez@chromium.org2012-01-146-23/+336
* Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.fischman@chromium.org2012-01-146-80/+141
* Fix race condition when stopping audio stream on Windows.enal@chromium.org2012-01-141-20/+34
* Refactor webkit_media::VideoRendererImpl into standalone class.scherkus@chromium.org2012-01-134-25/+33
* Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren...acolwell@chromium.org2012-01-1315-64/+4
* Remove the headless check for the audio output unittests.tommi@chromium.org2012-01-132-57/+59
* Add root access check to cns server.shadi@chromium.org2012-01-132-0/+23
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-133-10/+0
* Remove obsolete references to http://crbug.com/109026fischman@chromium.org2012-01-122-4/+0
* Revert 117268 - Add CHECKs to find root cause of Windows-only crash.enal@chromium.org2012-01-122-30/+8
* Fixed HW video decode EOS/Flush-related bugs.fischman@chromium.org2012-01-125-74/+110
* Add CHECKs to find root cause of Windows-only crash.enal@chromium.org2012-01-112-8/+30
* Don't build webm_stream_parser.cc for Android, as it depends on ffmpegpeter@chromium.org2012-01-111-0/+2
* Fix "waveOutClose failure causes PCMWaveOutAudioOutputStream to never get del...tommi@chromium.org2012-01-111-4/+6
* Adds device notification to WASAPI rendering client.henrika@chromium.org2012-01-112-16/+334
* Constrained Network test does not fail fast under fatal conditions.shadi@chromium.org2012-01-115-64/+92
* Move WebM specific code from ChunkDemuxer to WebMStreamParser.acolwell@chromium.org2012-01-1014-376/+727
* Creating integration tests for media pipeline that use real decoders and demu...acolwell@chromium.org2012-01-1011-73/+323
* 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