summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-1615-20/+12
* Workaround for OS/X crash when stop/starting stream too quickly.enal@chromium.org2012-05-162-11/+35
* Add support for BlockGroup elements with BlockDuration.acolwell@chromium.org2012-05-169-149/+455
* Refactor StreamParser creation & enforce configs matching expected stream types.acolwell@chromium.org2012-05-154-22/+138
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Reland r136410 to fix jerky video playback.scherkus@chromium.org2012-05-152-6/+28
* Add some extra tests for partial demuxing.dalecurtis@chromium.org2012-05-141-0/+22
* Pre-land some test data files for BUG=127692 TBR=scherkusdalecurtis@google.com2012-05-142-0/+0
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-129-26/+26
* Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...fischman@chromium.org2012-05-1217-165/+11
* Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...tkent@chromium.org2012-05-1217-11/+165
* Refactor CNS cleanup method.shadi@chromium.org2012-05-121-27/+16
* Make CNS arguments configurable through cns_test_base.shadi@chromium.org2012-05-121-2/+8
* Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.fischman@chromium.org2012-05-1117-165/+11
* Re-land r136486 (reverted in r136500).fischman@chromium.org2012-05-116-650/+3
* Fix PulseAudio compile failures when use_pulseaudio=1.scherkus@chromium.org2012-05-111-17/+17