summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fixes live-audio input on Windows.henrika@chromium.org2013-02-151-1/+2
* Remove CanShowAudioInputSettings().dalecurtis@google.com2013-02-1512-45/+0
* Fix fake audio output stream to callback on a regular basis.dalecurtis@google.com2013-02-143-34/+50
* Change prototypes to yuv_convert_simd_x86 yasm and equivalent C to portably s...wolenetz@chromium.org2013-02-1412-47/+67
* Set AVFMT_FLAG_GENPTS when demuxing AVI content.scherkus@chromium.org2013-02-131-0/+5
* Guard against midstream audio configuration changes.dalecurtis@chromium.org2013-02-127-19/+78
* Enable audio capture on Androidwjia@chromium.org2013-02-123-0/+34
* Re-enable ScreenCapturer.Capture test under TSan v2.wez@chromium.org2013-02-121-7/+1
* Fix ScreenCapturerMac handling of secondary display configurations.wez@chromium.org2013-02-123-24/+46
* Assert both display and system keep-alive on each capture.wez@chromium.org2013-02-121-3/+13
* Add video capture on Android.wjia@chromium.org2013-02-126-3/+898
* Rename for consistency. BUG=166565dalecurtis@google.com2013-02-121-0/+0
* Add test case for BUG=166565dalecurtis@google.com2013-02-121-0/+0
* Re-assert vote to disable Aero on switching desktops.wez@chromium.org2013-02-121-0/+6
* Tab Capture: Backing store readbacks to YV12 VideoFrames.nick@chromium.org2013-02-116-13/+36
* Attempt to resolve crash in media::PCMWaveInAudioInputStream::WaveCallback.henrika@chromium.org2013-02-113-54/+51
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-1028-52/+54
* Fix win64 media_unittests build breakage in media/audio/winwolenetz@chromium.org2013-02-091-3/+3
* media: Fix out of bounds read in OpusAudioDecoder.tomfinegan@chromium.org2013-02-081-2/+3
* Move media/base/simd/x86inc.asm to third_party/x86incwolenetz@chromium.org2013-02-0812-1066/+24
* Remove callback notification from media::AudioRendererAlgorithm.scherkus@chromium.org2013-02-086-83/+72
* Ensures that WASAPI audio output does not go silent in rare caseshenrika@chromium.org2013-02-082-126/+136
* [Mac] Allow NSExceptions in third-party webcam code.shess@chromium.org2013-02-081-1/+8
* media source should ignore subtitles in webm filesmatthewjheaney@chromium.org2013-02-087-13/+350
* Lift MEDIA_MMX_INTRINSICS_AVAILABLE definition to header and use it to condit...wolenetz@chromium.org2013-02-073-10/+14
* Fix a crash which occurs in the renderer process while attempting to read pix...ananta@chromium.org2013-02-071-1/+2
* Adding a unit test to verify the IPC channel between the network and desktop ...alexeypa@chromium.org2013-02-072-11/+25
* Reduce Linux low latency buffer size to 512.dalecurtis@google.com2013-02-075-133/+105
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-0713-75/+81
* Attempt to guess channel layout if not specified.dalecurtis@chromium.org2013-02-072-28/+23
* Revert 181105vitalybuka@chromium.org2013-02-075-103/+134
* Fix win64 build breakage in media/audio/winjschuh@chromium.org2013-02-075-8/+8
* Reduce Linux low latency buffer size to 512.dalecurtis@chromium.org2013-02-075-134/+103
* Add --waveout-buffers switch for Windows users.dalecurtis@chromium.org2013-02-063-0/+16
* Linux/ChromeOS Chromium style checker cleanup, media/ edition.rsleevi@chromium.org2013-02-068-12/+15
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-062-4/+0
* Avoids irregular OnMoreData callbacks on Windows using Core Audio.henrika@chromium.org2013-02-069-785/+462
* Ignore C4267 size_t to int truncations in win64 media_unittestswolenetz@chromium.org2013-02-061-2/+7
* Remove channel layout mask. BUG=174502dalecurtis@google.com2013-02-061-0/+0
* Add test data file for BUG=174502dalecurtis@google.com2013-02-061-0/+0
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-052-0/+4
* Remove reference counting from media::AudioRenderer and friends.scherkus@chromium.org2013-02-0515-136/+83
* Remove reference counting from media::VideoRenderer and friends.scherkus@chromium.org2013-02-0513-67/+75
* Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing ...scherkus@chromium.org2013-02-056-285/+150
* Sprinkle some CHECK()s in media::VideoRendererBase to help track down a crash.scherkus@chromium.org2013-02-051-1/+2
* Fix how we handle an empty capabilities list when enumerating video streams.tommi@chromium.org2013-02-041-1/+1
* Fix subtle end overlap bug in SourceBufferStream caused by single buffer appe...acolwell@chromium.org2013-02-043-13/+36
* Exclude filter_yuv_mmx.cc from x64 on MSVC prior to 2012jschuh@chromium.org2013-02-041-1/+5
* MessageLoop's RUN method will pass a const ref to PendingTask whenrtenneti@chromium.org2013-02-031-14/+24
* Replace all PROPVARIANTs by base::win::ScopedPropVariant across the entire co...gab@chromium.org2013-02-033-50/+18