summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Update uses of TimeDelta in audio code.tedvessenes@gmail.com2012-04-113-5/+5
* Cull unnecessary media::VideoFrame::Formats from the enum.fischman@chromium.org2012-04-118-229/+13
* Prevent crash due to already-Reset() time_cb_ when renderer has been stopped.fischman@chromium.org2012-04-102-5/+44
* Remove misc. dead stores in media/ code (found by clang static analyzer).fischman@chromium.org2012-04-103-10/+5
* Remove FFmpegDemuxer::first_seek_hack_ and related unnecessary code.scherkus@chromium.org2012-04-095-31/+4
* Rename AudioRendererBase and AudioRendererAlgorithmBasevrk@chromium.org2012-04-0911-134/+133
* Ref-count VideoRendererBase instead of blindly hoping it outlives the decoder...fischman@chromium.org2012-04-072-5/+1
* Clarify possible states in FFmpegDemuxerStream::Read().fischman@chromium.org2012-04-061-11/+9
* Adding android mediaplayer implementation to chromiumqinmin@chromium.org2012-04-067-2/+771
* Pipeline & CompositeFilter now use MessageLoopProxy instead of plain MessageL...fischman@chromium.org2012-04-067-75/+81
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-0615-323/+589
* Revert 131064 - Adding android mediaplayer implementation to chromiumqinmin@chromium.org2012-04-066-770/+2
* Adding android mediaplayer implementation to chromiumqinmin@chromium.org2012-04-066-2/+770
* Put cras_output in the media namespace.dgreid@chromium.org2012-04-053-0/+12
* Move Demuxer::set_host() to Initialize().scherkus@chromium.org2012-04-0515-234/+203
* alsa_output: Bounds check snd_pcm_avail_update (attempt #2).scherkus@chromium.org2012-04-051-1/+6
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* Revert 130765 - alsa_output: Bounds check snd_pcm_avail_update.scherkus@chromium.org2012-04-041-5/+0
* alsa_output: Bounds check snd_pcm_avail_update.scherkus@chromium.org2012-04-041-0/+5
* Replace NOTREACHED() with LOG(ERROR) in PCMQueueOutAudioOutputStream::HandleE...scherkus@chromium.org2012-04-041-2/+2
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-032-2/+2
* Avoids running audio tests for WASAPI on Windows XP.henrika@chromium.org2012-04-032-3/+17
* De-craxify BufferedResourceLoader::didReceiveResponse()'s control flow, fixin...fischman@chromium.org2012-04-031-2/+2
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-0380-54/+347
* Change InterleaveFloatToInt16() to work with uint8 and int32vrk@google.com2012-04-022-18/+53
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-0276-331/+54
* Move media/audio files into media namespacevrk@google.com2012-04-0276-54/+331
* Adding input and output audio backend to Android.xians@chromium.org2012-04-0210-10/+828
* Remove DemuxerFactory and URL parameter from Pipeline.scherkus@chromium.org2012-04-0231-642/+283
* Remove shader_bench from "make all" target on ChromeOS.kinaba@chromium.org2012-03-311-1/+1
* Move DataSource::SetPreload() to BufferedDataSource.scherkus@chromium.org2012-03-3118-102/+1
* Call VideoDecoder::set_host() now that VD is no longer part of CompositeFilter.fischman@chromium.org2012-03-301-0/+1
* Make preprocessor directives clearertbreisacher@chromium.org2012-03-301-6/+4
* Fix h.264 Profile conversion between ppapi & media worlds (since they were of...fischman@chromium.org2012-03-301-0/+1
* Expose decryptor to WebMediaPlayerImpl.scherkus@chromium.org2012-03-307-15/+41
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-302-5/+2
* Revert 129752 - Replace the unnecessary VDA::Profile typedef with media::Vide...mihaip@chromium.org2012-03-302-2/+5
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-302-5/+2
* Avoid leaking memory in PostTaskAndReply by Run()'ing the message_loop.fischman@chromium.org2012-03-301-3/+6
* Fix -Wnull-conversion warning in media.thakis@chromium.org2012-03-291-1/+2
* Revert 129623, this was creating ~92 (test-only) heapcheck leak reports.rnk@chromium.org2012-03-291-5/+1
* [Coverity] Removed always-true ifgroby@chromium.org2012-03-291-10/+8
* [Coverity] Fixed possible resource leakgroby@chromium.org2012-03-291-1/+1
* [Coverity] Pass-by-val -> pass-by-refgroby@chromium.org2012-03-291-5/+6
* Fixed Close() method of TestAudioInputController (callback on caller thread).primiano@chromium.org2012-03-291-1/+5
* AUAudioOutputStream::Stop() first sets the source_ to NULL then calls AudioOu...xians@chromium.org2012-03-292-2/+11
* [Coverity] Fixed frame size wjia@chromium.org2012-03-282-2/+5
* Disable the TwoThreads unit test since it triggers the TSAN bot. This is a fa...tommi@chromium.org2012-03-281-1/+3
* Disable TwoNotifiersTwoThreads1000Signals as it trips off the TSAN bot.tommi@chromium.org2012-03-281-1/+3
* Add a CrossProcessNotification class.tommi@chromium.org2012-03-286-0/+1049