summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 132723 - Flush regardless if there's pending read, because there's no ...acolwell@chromium.org2012-04-203-20/+7
* Revert 133191 - Update MediaSource API implementation to match v0.4 spec.acolwell@chromium.org2012-04-204-99/+14
* Update MediaSource API implementation to match v0.4 spec.acolwell@chromium.org2012-04-204-14/+99
* Fix FFmpegVideoDecoder.Flush() during pending Read().acolwell@chromium.org2012-04-192-3/+33
* apk-based test runner work for android. 2 unit test bundles converted over (i...jrg@chromium.org2012-04-192-1/+5
* Re-land software audio mixer.enal@chromium.org2012-04-1914-346/+985
* Revert 132965 - this change seems to break media_unitteststoyoshim@chromium.org2012-04-194-99/+14
* Update MediaSource API implementation to match v0.4 spec.acolwell@chromium.org2012-04-194-14/+99
* Revert 132891 - Software audio mixer.thestig@chromium.org2012-04-1914-985/+346
* Re-enable NoID3TagData now that test data exists.dalecurtis@chromium.org2012-04-191-2/+1
* Land ID3 test data manually.dalecurtis@google.com2012-04-181-0/+0
* Software audio mixer.enal@chromium.org2012-04-1814-346/+985
* Disable FFmpegDemuxerText.NoID3TagData.dalecurtis@google.com2012-04-181-1/+2
* Disable ID3v1 tag reading.dalecurtis@chromium.org2012-04-184-1/+25
* Roll DEPS for new ffmpeg binaries. Add regression test.dalecurtis@google.com2012-04-181-2/+9
* add more color formats NV21 and YV12 in video capture (mainly from Android).wjia@chromium.org2012-04-183-1/+27
* Move VideoCapture::VideoCaptureCapability to video_capture_types.hyujie.mao@intel.com2012-04-182-13/+14
* Flush regardless if there's pending read, because there's no guarantee that t...ronghuawu@chromium.org2012-04-183-7/+20
* Fix the bug in test analyzer when there is no result in result directory at t...imasaki@google.com2012-04-171-1/+2
* Improved timer implementation in AudioInputController since AudioInputControl...henrika@chromium.org2012-04-172-40/+73
* Remove flaky unit test VideoCaptureTest::AllocateSameCameraTwiceperkj@chromium.org2012-04-171-36/+1
* Remove unneeded friend tests from media::FileDataSource.scherkus@chromium.org2012-04-131-8/+0
* Upstream WebVideoFrameAndroid and fix some bugs in MediaPlayerBridge codeqinmin@chromium.org2012-04-123-4/+26
* hash code cleanup - copy seed to local and use array indexing. 1.483 ms for ...fbarchard@google.com2012-04-121-8/+6
* Fix Linux ALSA error message about failing to query delay.scherkus@chromium.org2012-04-111-4/+8
* Adds WebRTC histogram data to be uploaded as part of UMA logging events.henrika@chromium.org2012-04-114-36/+64
* 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