summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Android: MediaPlayerBridge JNI cleanup.bulach@chromium.org2012-09-248-85/+73
* Add appropriate 64-bit mac flags for src/media targets and fix a compilation ...badea@adobe.com2012-09-222-6/+18
* Update EME MediaKeyNeededEvent.initData for ISO BMFF to match current spec.strobe@google.com2012-09-225-17/+38
* Eliminate box reordering in media::mp4::BoxReader.strobe@google.com2012-09-214-18/+31
* Trivial EOL fix (removed Windows CR-LF).henrika@chromium.org2012-09-211-1/+1
* Don't fallback if we've successfully opened a stream previously.dalecurtis@google.com2012-09-217-62/+146
* Prevent AudioDeviceThread from starting if clients have called Stop() (round 2).scherkus@chromium.org2012-09-203-58/+90
* Replace av_malloc with AlignedAlloc for memory allocation in DecoderBuffer.xhwang@chromium.org2012-09-204-25/+42
* This CL is an attempt to improve sanity in WASAPIAudioOutputStream where we t...henrika@chromium.org2012-09-202-424/+408
* Workaround for DXVA incorrectly claiming to be done with Decode() too soon.fischman@chromium.org2012-09-202-2/+16
* [MIPS] Add support in media.gyp for building on MIPS architecture.petarj@mips.com2012-09-202-8/+8
* [Coverity] Fix uninitialized membergroby@chromium.org2012-09-201-1/+2
* Remove lingering frames of old data when appending a new segmentvrk@chromium.org2012-09-203-71/+287
* Force audio stream Stop() before Close().dalecurtis@google.com2012-09-192-6/+9
* Revert r157378 as it caused WebRTC to dereference null pointers when restarti...scherkus@chromium.org2012-09-193-25/+10
* Move android mediaplayer from render process to browser process.qinmin@chromium.org2012-09-1911-264/+649
* Pass through small buffer sizes without FIFO on Linux.xians@chromium.org2012-09-193-1/+25
* Revert 157524 - Pass through small buffer sizes without FIFO on Linux.xians@chromium.org2012-09-193-22/+1
* Pass through small buffer sizes without FIFO on Linux.xians@chromium.org2012-09-193-1/+22
* Revert 157503 - Pass through small buffer sizes without FIFO on Linux.kinaba@chromium.org2012-09-193-21/+1
* Pass through small buffer sizes without FIFO on Linux.dalecurtis@chromium.org2012-09-193-1/+21
* Reset callback used by OnMoreDataResampler on StartStream.dalecurtis@chromium.org2012-09-192-25/+38
* Promote AudioOutputProxy state machine DCHECKs to CHECKs.dalecurtis@google.com2012-09-191-3/+3
* Fix end overlap crash that occurs when an next range is present.acolwell@chromium.org2012-09-192-8/+60
* Clear source callback after WASAPI audio thread stops.dalecurtis@google.com2012-09-191-0/+3
* Prevent AudioDeviceThread from starting if clients have called Stop().scherkus@chromium.org2012-09-183-111/+141
* Add is_encrypted() in VideoDecoderConfig.xhwang@chromium.org2012-09-1813-63/+114
* We are removing checksum/HMAC in WebM spec for encrypted content.fgalligan@chromium.org2012-09-1811-225/+105
* Fix output resampler to handle multiple StartStream() calls.dalecurtis@google.com2012-09-183-204/+286
* Add Mac OS X synchronized audio I/O back-endcrogers@google.com2012-09-1810-20/+1303
* Remove HMAC from encrypted WebM test file.fgalligan@chromium.org2012-09-172-2/+3
* Adds COM init to AudioManager thread to ensure that we can call COM APIs (e.g...henrika@chromium.org2012-09-176-28/+39
* Allow StopStream() to be called multiple times.dalecurtis@google.com2012-09-172-1/+11
* Use fallback path on invalid audio parameters.dalecurtis@google.com2012-09-171-18/+44
* Pipeline VDA::Decode()s to smooth out video decode performance on more challe...fischman@chromium.org2012-09-161-4/+13
* mac: Unbreak building with the 10.7 SDKthakis@chromium.org2012-09-151-1/+1
* Protect Update{Audio|Video}Config() by lock in ChunkDemuxerStream.xhwang@chromium.org2012-09-151-0/+2
* Add Mac OS X unified audio I/O back-endcrogers@google.com2012-09-143-0/+501
* Adds support for 2->1 channel down mixing for WASAPI on Windows.henrika@chromium.org2012-09-142-30/+89
* Flip AudioOutputResampler to on by default.dalecurtis@google.com2012-09-144-9/+24
* Bypass audio resampler on XP / non-WASAPI wave out path.dalecurtis@google.com2012-09-146-22/+38
* Add UMA statistics to WASAPIAudioOutputStream().dalecurtis@chromium.org2012-09-142-0/+43
* Add --disable-audio-fallback flag for debugging.dalecurtis@chromium.org2012-09-143-3/+17
* Adjust tsan suppressions for media::Pipeline due to r156011.scherkus@chromium.org2012-09-131-0/+4
* If cras is used, make only one audio device available: "Automatic".chihchung@chromium.org2012-09-132-2/+38
* Remove VideoDecoder::PrepareForShutdownHack() and friends.scherkus@chromium.org2012-09-1310-62/+3
* Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClientacolwell@chromium.org2012-09-129-127/+84
* Automatically fall back to non-low latency on open() failure.dalecurtis@chromium.org2012-09-123-38/+183
* Remove WASAPI channel count. Too much trouble for now.dalecurtis@google.com2012-09-121-29/+6
* Fix Windows XP build.dalecurtis@google.com2012-09-121-13/+21