summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change VideoDecoder::ReadCB to take const scoped_refptr<VideoFrame>&.xhwang@chromium.org2012-06-204-6/+6
* Revert 143115 - Provide a Chrome-owned buffer to FFmpeg for video decoding, i...nirnimesh@chromium.org2012-06-205-121/+51
* Provide a Chrome-owned buffer to FFmpeg for video decoding, instead ofrbultje@chromium.org2012-06-205-51/+121
* Fix ChunkDemuxer so it properly outputs buffered ranges.acolwell@chromium.org2012-06-208-319/+353
* Add UMA reporting for GpuVideoDecoder::Initialize status.fischman@chromium.org2012-06-205-2/+41
* Add Decryptor interface.xhwang@chromium.org2012-06-1911-70/+115
* Add element_type in scoped_refptr.xhwang@chromium.org2012-06-191-5/+2
* Fix for a ChromeOS uninitialized variable warning.strobe@google.com2012-06-191-2/+11
* Android: native targets shouldn't depend on java targets.torne@chromium.org2012-06-191-1/+0
* Revert 142862 - Change the way we are stopping audio stream on Mac once again.kkania@chromium.org2012-06-193-79/+56
* Change the way we are stopping audio stream on Mac once again.enal@chromium.org2012-06-183-56/+79