summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Revert 177842. This doesn't build in standalone webkit builds:thakis@chromium.org2013-01-218-476/+5
* Fix media/base 64-bit compilation issuesjschuh@chromium.org2013-01-212-4/+3
* Fix bug in r177570 for scheduling next callback time when behind by more then...justinlin@chromium.org2013-01-201-1/+1
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-198-5/+476
* Remove incorrect 5.1 swizzling.dalecurtis@chromium.org2013-01-191-30/+0
* Tab Audio Mirroring: WebContentsAudioInputStream is a new implementation whic...miu@chromium.org2013-01-189-138/+251
* Fix VirtualAudioInputStream callback timing issues.justinlin@chromium.org2013-01-182-4/+18
* Revert 177550scherkus@chromium.org2013-01-187-62/+22
* Tighten up media::DecoderBuffer API contract for end of stream buffers.scherkus@chromium.org2013-01-187-22/+62
* Update media::DataBuffer API to match media::DecoderBuffer.scherkus@chromium.org2013-01-1713-77/+118
* Add chromium support for MediaStreamAudioDestinationNodecrogers@google.com2013-01-171-0/+1
* Tighten up media::DecoderBuffer data requirements.scherkus@chromium.org2013-01-175-20/+48
* Introduce IPC validation to the media::VideoCaptureParams type.cevans@chromium.org2013-01-171-0/+3
* Add support for accepting MPEG2 AAC-LC bitstreams.acolwell@chromium.org2013-01-165-13/+61
* Nuke jrg from android OWNERS files.yfriedman@chromium.org2013-01-161-1/+0
* Add MPEG2 AAC-LC test file.acolwell@chromium.org2013-01-161-0/+0
* Fix TSAN-detected data race: Sync with audio thread before accessing output_s...miu@chromium.org2013-01-161-0/+3
* media: Fix Opus support, and handle bad timestamps correctly in the Opus wrap...tomfinegan@chromium.org2013-01-162-2/+5
* Clean-up and bug fixes in AudioOutputController:miu@chromium.org2013-01-163-140/+99
* Add trace events for media source extension (MSE).xhwang@chromium.org2013-01-162-0/+23
* Bug fix: Bypass dispatcher output stream caching scheme for virtual output st...miu@chromium.org2013-01-152-243/+320
* Refactor SourceBufferStream to remove waiting_for_keyframe_ hack.acolwell@chromium.org2013-01-153-169/+336
* Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...scherkus@chromium.org2013-01-1532-287/+261
* Enforce non-negative BitstreamBuffer idsheu@chromium.org2013-01-152-3/+5
* Encrypted Media: Enforcing the CDM to decode audio into S16 integers.xhwang@chromium.org2013-01-153-5/+33
* Revert 176748cevans@chromium.org2013-01-141-3/+0
* Introduce IPC validation to the media::VideoCaptureParams type.cevans@chromium.org2013-01-141-0/+3
* Update RendererWebKitPlatformSupportImpl::createAudioDevice() to handle |inpu...crogers@google.com2013-01-121-0/+1
* Encrypted Media: Update config/state after config changed in DecryptingAudioD...xhwang@chromium.org2013-01-123-8/+50
* Add unit tests for ISO CENC (encrypted MP4).ddorwin@chromium.org2013-01-121-1/+173
* Fix indentation in SourceBufferRange.xhwang@chromium.org2013-01-121-2/+2
* Improve thread safety for device changes on OSX.dalecurtis@google.com2013-01-117-75/+432
* Tab Audio Mirroring/Capture: Browser-side connect/disconnect functionality:miu@chromium.org2013-01-115-212/+404
* Do not require a key before processing unencrypted frames within a potentiall...ddorwin@chromium.org2013-01-112-27/+144
* Introduce keyframe_map_index_base_ to SourceBufferRange.xhwang@chromium.org2013-01-112-15/+44
* Removed files that were renamed in a previous CL.ddorwin@chromium.org2013-01-118-13/+19
* Revert 176228dalecurtis@google.com2013-01-118-419/+76
* Improve thread safety for device changes on OSX.dalecurtis@google.com2013-01-118-76/+419
* Add test files for new EME tests.ddorwin@chromium.org2013-01-1115-0/+17
* Add pause timer to ease resource usage when not playing.dalecurtis@chromium.org2013-01-106-32/+120
* Fix CHECK failure processing unencrypted frames within a potentially encrypt...ddorwin@chromium.org2013-01-102-7/+23
* Use scoped_ptr<> and deleter for media::DecoderBuffer::data_.xhwang@chromium.org2013-01-092-24/+10
* Prevent SourceBufferRange.waiting_for_keyframe_ from being lost on range merges.acolwell@chromium.org2013-01-082-2/+44
* Add unit tests for config changes involving encrypted streams.ddorwin@chromium.org2013-01-081-16/+110
* Added debug logging for MSE config changes.ddorwin@chromium.org2013-01-084-5/+15
* Roll speex, flac, libvpx DEPS to get shim header changes.phajdan.jr@chromium.org2013-01-071-1/+2
* Encrypted Media: Add config change support in DecryptingAudioDecoder.xhwang@chromium.org2013-01-063-62/+180
* Encrypted Media: Add config change support in DecryptingVideoDecoder.xhwang@chromium.org2013-01-063-54/+202
* Fix regression with audio mirroring due to observers being added while iterat...justinlin@chromium.org2013-01-051-0/+2
* Convert a few LOG statements to MEDIA_LOG in MP4StreamParser.acolwell@chromium.org2013-01-051-3/+7