summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix a g++ 4.6 compiler issue in media/thestig@chromium.org2012-04-262-7/+7
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+3
* Fire needkey event when encrypted media is encounted.xhwang@chromium.org2012-04-268-8/+75
* Media: Fix an assign-to-self.jhawkins@chromium.org2012-04-261-1/+0
* Replace StreamParserHost interface with callbacks.acolwell@chromium.org2012-04-266-58/+57
* Fix VideoRendererBase to allow the decoder to be flushed with a pending read.acolwell@chromium.org2012-04-254-18/+58
* Implement the skeleton of an android content shell.tedchoc@chromium.org2012-04-253-0/+44
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-2425-89/+79
* Refactoring StreamParser & StreamParserHost interfaces.acolwell@chromium.org2012-04-245-92/+104
* Reset svn:executable bit on scripts that are not executable.maruel@chromium.org2012-04-241-0/+0
* Fix a bunch of bad line endings.thestig@chromium.org2012-04-241-2/+2
* Roll DEPS for FFmpeg merge. Shuffle testing.dalecurtis@google.com2012-04-242-11/+19
* CNS seek tests for <video>.shadi@chromium.org2012-04-241-5/+15
* Implement sourceAddId() & sourceRemoveId()acolwell@chromium.org2012-04-234-15/+97
* Set svn:executable bit only on scripts that are executable.maruel@chromium.org2012-04-2312-2/+0
* Add a media pipeline status error code for decryption error.xhwang@chromium.org2012-04-234-20/+18
* Revert 133335 - Update MediaSource API implementation to match v0.4 spec. acolwell@chromium.org2012-04-214-99/+14
* Update MediaSource API implementation to match v0.4 spec. acolwell@chromium.org2012-04-214-14/+99
* 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