summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding (r...scherkus@chromium.org2012-06-285-51/+121
* Temporary fix to allow ISO BMFF quality switching in Media Source.strobe@google.com2012-06-283-8/+34
* Revert 144484 - Reland r143115: Provide a Chrome-owned buffer to FFmpeg for v...dmichael@chromium.org2012-06-275-121/+51
* Recover pixel aspect ratio in ISO BMFF parser.strobe@google.com2012-06-273-3/+28
* Reland r143115: Provide a Chrome-owned buffer to FFmpeg for video decoding.scherkus@chromium.org2012-06-275-51/+121
* Flush sample buffers when reading new segments in Media Source BMFF parser.strobe@google.com2012-06-273-11/+35
* Remove MockReader.acolwell@chromium.org2012-06-273-188/+53
* Move java files into src parent directory.navabi@google.com2012-06-263-2/+2
* Make chrome compile with the win8 sdk cpu@chromium.org2012-06-261-0/+4
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-269-17/+32
* Enable MP4 support when we have Chrome branding.acolwell@chromium.org2012-06-233-8/+8
* Ensure media's buffered ranges always have a range that includes currentTime.fischman@chromium.org2012-06-2319-45/+144
* Revert 143725 - Fix MP4 support so it properly appears in Canary builds.sky@chromium.org2012-06-222-6/+6
* Refactor SourceBufferStream to fix DCHECK when overlapping the selected rangevrk@google.com2012-06-223-175/+313
* Fix MP4 support so it properly appears in Canary builds.acolwell@chromium.org2012-06-222-6/+6
* Fix an uninteresting call in FFmpegVideoDecoderTest.DecodeEncryptedFrame_Wron...xhwang@chromium.org2012-06-221-4/+4
* Add support for namespace in static JNI methods.bulach@chromium.org2012-06-221-7/+9
* Disable MP4StreamParser code for chromium builds.acolwell@chromium.org2012-06-213-27/+46
* Fix crash caused by calling GetBufferedRanges() before init segment gets appe...acolwell@chromium.org2012-06-212-2/+15
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-06-201-1/+1
* Coverity: Fix uninitialized scalar variables.kmadhusu@chromium.org2012-06-204-21/+85