summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Use ChannelMixer where applicable. Remove FoldChannels.dalecurtis@chromium.org2012-10-2015-704/+199
* Add support for channel transforms.dalecurtis@chromium.org2012-10-207-42/+540
* Add DecryptingAudioDecoder.xhwang@chromium.org2012-10-195-0/+1064
* Fix hanging AudioOutputResampler tests.dalecurtis@google.com2012-10-191-5/+8
* Reset request_decryptor_notification_cb_ after decryptor is set.xhwang@chromium.org2012-10-192-1/+3
* Simulate an audio output stream when a real one isn't available.dalecurtis@chromium.org2012-10-1814-227/+261
* Update Decryptor interface to support audio decoding.xhwang@chromium.org2012-10-1810-78/+155
* Miscellaneous AudioRendererImpl cleanup salvaged from http://codereview.chrom...scherkus@chromium.org2012-10-182-38/+12
* Don't hang in Stop(): because the render thread is paused while Pipeline::Stop()fischman@chromium.org2012-10-186-105/+49
* Move audio decoder initialization to AudioRendererImpl.xhwang@chromium.org2012-10-1815-157/+221
* Update PluginInstance for decrypt-and-decode video.xhwang@chromium.org2012-10-181-1/+12
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-175-30/+52
* Android: fixes nit for "using" clause order, no functional changes.bulach@chromium.org2012-10-171-1/+1
* Only GVD::DestroyTextures() on CrOS for now.posciak@chromium.org2012-10-171-0/+6
* GVD: DestroyTextures() when destroying.posciak@chromium.org2012-10-172-0/+15
* Fix CRLF line endings.dalecurtis@google.com2012-10-174-1212/+1212
* Android: lazy initialization for method id.bulach@chromium.org2012-10-161-5/+5
* Change WebM parser to treat IVs from encrypted WebM as raw data.fgalligan@chromium.org2012-10-164-28/+32
* Fix move.h's to use a concrete RValue carrier object rather than hacking a RV...ajwong@chromium.org2012-10-151-1/+0
* Make sure that DecodeAudioFileData() always returns an AudioBus of the exact ...crogers@google.com2012-10-152-7/+19
* Removed CHECK to avoid browser crash for Mac OS X.henrika@chromium.org2012-10-151-3/+7
* Disable FFmpegAudioDecoder for encrypted audio stream.xhwang@chromium.org2012-10-141-0/+6
* Update encrypted WebM test file to treat IVs as raw data.fgalligan@chromium.org2012-10-122-1/+3
* Add VideoFrame::CreateColorFrame() for testing.xhwang@chromium.org2012-10-122-13/+22
* Support encrypted audio stream in demuxer.xhwang@chromium.org2012-10-1213-128/+229
* Add profile and extra_data info in VideoDecoderConfig::AsHumanReadableString.xhwang@chromium.org2012-10-111-1/+3
* Don't attempt HW video decode for videos with height >1088, instead of 1080.posciak@chromium.org2012-10-111-1/+2
* Implement video decoding methods in all Decryptor implementations.xhwang@chromium.org2012-10-117-13/+29
* Clear source_id_{audio,video}_ after RemoveId.strobe@google.com2012-10-112-4/+21
* Ensures that we always run the low-latency audio capture at natively 128 audi...henrika@chromium.org2012-10-114-36/+96
* Add decryptor requesting and kNoKey handling in DecryptingVideoDecoder (DVD).xhwang@chromium.org2012-10-107-140/+397
* Don't build shader_bench for Aura builds since it breaks all the win_aura try...jam@chromium.org2012-10-101-1/+1
* M23 shows lots of crahses with AudioManagerMac::GetAudioInputDeviceNames.xians@chromium.org2012-10-102-27/+22
* Revert 161096 - M23 shows lots of crahses with AudioManagerMac::GetAudioInput...xians@chromium.org2012-10-102-22/+27
* M23 shows lots of crahses with AudioManagerMac::GetAudioInputDeviceNames.xians@chromium.org2012-10-102-27/+22
* Add crash key for Mac video capturesail@chromium.org2012-10-101-0/+6
* [Mac] Enumerate webcam devices on the main thread.shess@chromium.org2012-10-101-7/+15
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-104-4/+0
* [Mac] Remove webcam capture output on main thread to OS race.shess@chromium.org2012-10-101-3/+15
* Revert 159666 - Use clients' preferred buffer size when the sample rates matc...xians@chromium.org2012-10-092-24/+0
* Prevent AudioLowLatencyInputMac from changing frame sizes.dalecurtis@chromium.org2012-10-093-16/+39
* disconnect captureOutput from VideoCaptureDeviceQTKit and captureSession when...wjia@chromium.org2012-10-081-0/+6
* It seems PcmReadi() is often gives out more than 1 packets and this destroy t...xians@chromium.org2012-10-081-3/+1
* [Mac] Reformat webcam frames which do not match receiver assumptions.shess@chromium.org2012-10-082-2/+33
* Fix for the video seek test failures seen on the windows perf av builders. ananta@chromium.org2012-10-061-2/+11
* Upstream fullscreen video implementation for androidqinmin@chromium.org2012-10-052-2/+1
* Add WASAPI-based unified audio I/O back-end for Windows 7.henrika@chromium.org2012-10-056-340/+1540
* Honor mmintrin.h intrinics when instrumenting Chrome with cygprofiler.glotov@chromium.org2012-10-051-14/+0
* Removing annacc@chromium.org from OWNERS.scherkus@chromium.org2012-10-041-1/+0
* Tweak Garbage Collection algorithm in MediaSource to save last GOP appendedvrk@chromium.org2012-10-043-159/+413