summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...fischman@chromium.org2012-07-233-14/+21
* Update encrypted WebM test files in media/test/data.fgalligan@chromium.org2012-07-231-0/+0
* Clean up decryption tests in FFmpegVideoDecoderTest.xhwang@chromium.org2012-07-231-0/+0
* Clean up decryption tests in FFmpegVideoDecoderTest.xhwang@chromium.org2012-07-231-64/+18
* Move VideoRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-2336-1896/+283
* Fix MediaSource code so it can handle HE-AAC content that uses implicit signa...acolwell@chromium.org2012-07-218-27/+86
* [Android] Fix warnings-as-errors for official builds.yfriedman@chromium.org2012-07-202-9/+12
* Add support for encrypted WebM files as defined in the RFC.fgalligan@chromium.org2012-07-2015-120/+723
* Move AudioRenderer out of Filter heirarchy.scherkus@chromium.org2012-07-2015-288/+497
* Disallowed operator= to fix build on Visual Studio 2010.vitalybuka@chromium.org2012-07-202-0/+6
* Disable audio mixer on non-Windows/Mac platforms.dalecurtis@chromium.org2012-07-201-1/+6
* Use MockDecryptor in FFmpegVideoDecoderTest.xhwang@chromium.org2012-07-203-48/+53
* Removing media::StateMatrix.scherkus@chromium.org2012-07-194-144/+0
* Uses gyp "rules" rather than "actions" templates for the JNI generator.bulach@chromium.org2012-07-192-20/+13
* Update media OWNERS.scherkus@chromium.org2012-07-191-3/+2
* Add HE AAC support to ISO BMFF.xiaomings@google.com2012-07-1915-32/+904
* 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