summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Remove all the OS X 10.6 SDK forward declarations.rsesek@chromium.org2012-07-182-14/+0
* Add TrackRunIteratorTest, and refactor TrackRunIterator interface.strobe@google.com2012-07-189-266/+464
* Revert 147169 - Add support for encrypted WebM files as defined in the RFC.jln@chromium.org2012-07-1815-729/+138
* Add support for encrypted WebM files as defined in the RFC.fgalligan@chromium.org2012-07-1815-138/+729
* Linux: Detect Unity as a desktop environment.thestig@chromium.org2012-07-171-5/+14
* Add status parameter to DemuxerStream::ReadCBacolwell@chromium.org2012-07-1719-93/+209
* VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...fischman@chromium.org2012-07-173-31/+47
* Fix end of stream behavior when EndOfStream() is called during a seek.acolwell@chromium.org2012-07-174-54/+87
* Revert 145769 (broke test stream, removed needed HasMoreRBSPData, added extra...fischman@chromium.org2012-07-1716-1037/+33
* media/audio/linux: Add CrasInputStream.dgreid@chromium.org2012-07-165-18/+617
* Add APK target for media_unittests.nileshagrawal@chromium.org2012-07-161-7/+37
* CL for readability reviewvrk@google.com2012-07-163-34/+38
* Change AesDecryptor::Decrypt to be an asynchronous call.xhwang@chromium.org2012-07-157-48/+135
* Remove GetVolume from media::AudioRendererSink.tommi@chromium.org2012-07-144-10/+2
* Fix valgrind issues with AudioRendererMixerUnittest.dalecurtis@google.com2012-07-141-0/+6
* Fix HTMLMediaElement.currentTime flakiness caused by time updates during a seek.acolwell@chromium.org2012-07-142-1/+71
* Rename Resampler*TestCase methods to ResamplerTest.dalecurtis@chromium.org2012-07-142-13/+13
* Switch to pcm_low_latency and enable resampling.dalecurtis@chromium.org2012-07-1412-288/+394
* Implement ChunkDemuxer::GetStartTime()vrk@chromium.org2012-07-148-111/+288
* Fix NULL dereference in CompositeFilterDeathTest.TestAddFilterFailCases.scherkus@chromium.org2012-07-131-1/+1
* Reorganize media bitstream converter classes.xhwang@chromium.org2012-07-1213-487/+143
* Small refactor to media architecture in order to allow end-to-end tests.primiano@chromium.org2012-07-125-9/+199
* Fix SplitRange() logic in SourceBufferRange to transfer next buffer position ...vrk@chromium.org2012-07-122-4/+59
* Add MultiChannelResampler wrapper for SincResampler.dalecurtis@chromium.org2012-07-124-0/+295
* Allocate one extra line to allow for H264 chroma MC overreads.rbultje@chromium.org2012-07-121-2/+9
* Add SincResampler ported from WebKit.dalecurtis@chromium.org2012-07-114-0/+554
* Reland r145965 - Make sure previous seek points in SourceBufferStream are ign...vrk@google.com2012-07-113-13/+193
* Fix buffered range reporting for ChunkDemuxeracolwell@chromium.org2012-07-113-10/+25
* Remove #pragma once from mediaajwong@chromium.org2012-07-119-12/+3
* Remove stale TODO + unnecessary if-guard in Pipeline::DoSeek().scherkus@chromium.org2012-07-111-10/+2
* Revert 145965 - Make sure previous seek points in SourceBufferStream are igno...vrk@google.com2012-07-103-190/+13
* Make sure previous seek points in SourceBufferStream are ignored during overlapsvrk@google.com2012-07-103-13/+190
* Reintroduce kFramePadBytes in frame allocation.rbultje@chromium.org2012-07-101-2/+4
* Remove buffer duration calculation from WebMClusterParser and update SourceBu...vrk@chromium.org2012-07-109-475/+614
* Remove default implementations for media::Filter methods.scherkus@chromium.org2012-07-0915-154/+158
* Add HE AAC support to ISO BMFF.xiaomings@google.com2012-07-0916-33/+1037
* Remove CompositeFilter::RemoveFilter() and Filter::clear_host().scherkus@chromium.org2012-07-095-40/+2
* Switch to TimeDelta interfaces for TestTimeouts in media code.tedvessenes@gmail.com2012-07-092-12/+6
* Fix COM initialization on media thread.grt@chromium.org2012-07-091-0/+1
* Revert 145617 - Add HE AAC support to ISO BMFF.cpu@chromium.org2012-07-0616-1038/+33
* Add HE AAC support to ISO BMFF.xiaomings@google.com2012-07-0616-33/+1038
* Pepper needs to repeatedly call enumeration API in order to get a synchronous...xians@chromium.org2012-07-062-5/+15
* Move the callback out of the Read method and into Initialize to make Read loo...tommi@chromium.org2012-07-044-45/+118
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-07-021-1/+2
* Add support to WebMClusterParser to accept clusters without blocksvrk@chromium.org2012-06-294-22/+42
* Fix address casting in audio hashing.dalecurtis@chromium.org2012-06-291-2/+3
* Lays the base work and initial unit tests for renderer side audio mixing! Rightdalecurtis@chromium.org2012-06-289-0/+896
* The ISO BMFF Media Source parser supplied decode timestamps instead of presen...strobe@google.com2012-06-2811-37/+111
* Avoid undefined behaviour in OpenSLESOutputStream::FillBufferQueue()steveblock@chromium.org2012-06-281-1/+1
* Avoid undefined behaviour in OpenSLESInputStream::ReadBufferQueue()steveblock@chromium.org2012-06-281-1/+1