summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* fix the shared buildtommi@chromium.org2012-06-071-2/+2
* Add support to be able to asynchronously read from a CancelableSyncSockettommi@chromium.org2012-06-075-8/+363
* Fix ChunkDemuxer so it doesn't reset the StreamParser on seek.acolwell@chromium.org2012-06-073-8/+13
* Add new FFmpeg regression tests. Add flaky test wrapper.dalecurtis@google.com2012-06-073-42/+107
* Add support for files that use AltRef frames.acolwell@chromium.org2012-06-064-16/+83
* Add alt-ref test file.acolwell@chromium.org2012-06-061-0/+0
* Implement start, end, and middle overlaps for SourceBufferStreamvrk@google.com2012-06-063-315/+971
* Reorganize so that ChunkDemuxerStreams create and own SourceBufferStreams.annacc@chromium.org2012-06-065-419/+159
* Move AesDecryptor out of FFmpegVideoDecoder.xhwang@chromium.org2012-06-056-12/+27
* AudioManager::Shutdown() can potentially happen before all the ALSA streams a...xians@chromium.org2012-06-052-4/+10
* Roll FFmpeg for M21!dalecurtis@google.com2012-06-055-75/+151
* Revert 138939 - alsa_output: Drain and pause pcm when stopping.scherkus@chromium.org2012-06-054-14/+0
* Revert 140453 - Reorganize so that ChunkDemuxerStreams create and own SourceB...acolwell@chromium.org2012-06-055-155/+423
* Update layout_tests tool in media/tools and PRESUBMIT.py per test_expectation...rniwa@chromium.org2012-06-054-12/+35
* Reorganize so that ChunkDemuxerStreams create and own SourceBufferStreams.annacc@chromium.org2012-06-055-423/+155
* Fix wrong timing when audio is muted.enal@chromium.org2012-06-043-5/+7
* media: No need to tag enum types with MEDIA_EXPORT in header files.tfarina@chromium.org2012-06-021-2/+2
* Fix audio hashing. Split hash tests out of normal test.dalecurtis@google.com2012-06-017-22/+88
* Turn on audio mixer by default.enal@chromium.org2012-06-013-4/+4
* Upstream implementation for embedded video for WebMediaPlayerAndroidqinmin@chromium.org2012-06-011-0/+1
* Fix a crash caused by a race between ChunkDemuxer::SourceBufferRead() & Chunk...acolwell@chromium.org2012-06-011-2/+8
* Introducing DecoderBuffer and general Buffer cleanup.dalecurtis@google.com2012-05-3136-326/+461
* change LOG to DVLOG(1)wjia@chromium.org2012-05-303-8/+8
* Disable audio frame hashing due to inconsistency.dalecurtis@google.com2012-05-301-1/+2
* Remove default duration logic from WebM parsing code.acolwell@chromium.org2012-05-306-60/+8
* Add audio hashing support to pipeline integration tests.dalecurtis@chromium.org2012-05-305-3/+52
* handle the case when device is closed before media pipeline is fully initiali...wjia@chromium.org2012-05-301-1/+1
* Remove logspam from media_unittests.fischman@chromium.org2012-05-302-5/+11
* Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s...fischman@chromium.org2012-05-303-18/+25
* Export kUseCraskochi@google.com2012-05-301-1/+1
* Track buffered byte ranges correctly in media::Pipeline.fischman@chromium.org2012-05-3014-109/+73
* Fix ninja build for android.yfriedman@chromium.org2012-05-292-35/+1
* This patch integrates SourceBufferStreams into SourceBuffer, removes all buff...annacc@chromium.org2012-05-2911-310/+407
* Audio in linux became choppy after some system update, I suppose one of the r...xians@chromium.org2012-05-293-83/+116
* CrasOutput: Use new client api to get latency and bytes per frame.dgreid@chromium.org2012-05-292-7/+14
* media/audio: Update doc comment to refer to the right function name.tfarina@chromium.org2012-05-281-2/+2
* Better handle error condition in ALSA output.enal@chromium.org2012-05-262-2/+9
* Send 'ended' event when we don't know audio duration in the beginning.enal@chromium.org2012-05-265-33/+88
* alsa_output: Drain and pause pcm when stopping.dgreid@chromium.org2012-05-254-0/+13
* Check in missing files from r138642.scherkus@chromium.org2012-05-232-0/+97
* Preparation work to move AudioRenderer and VideoRenderer out of Filter hierarchyscherkus@chromium.org2012-05-238-145/+62
* Fix ChunkDemuxer so appending triggers progress events.acolwell@chromium.org2012-05-222-27/+11
* Remove media::AudioRendererImpl::SignalEndOfStream() and some other minor cle...scherkus@chromium.org2012-05-214-49/+34
* Fix a deadlock in the GPU Video decoding code in the renderer which would occ...ananta@chromium.org2012-05-211-2/+3
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-1836-133/+193
* Replace delay loop by sleep() call.enal@chromium.org2012-05-181-3/+8
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-183-3/+6
* Update WebMClusterParser to compute durations for all StreamParserBuffers.acolwell@chromium.org2012-05-187-190/+218
* Add file name and URL params as key for CNS ports.shadi@chromium.org2012-05-161-3/+2
* Note: this change does nothing unless order_profiling=1 is manually set in GY...glotov@google.com2012-05-161-0/+14