summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add FilePath to base namespace.brettw@chromium.org2013-02-024-9/+16
* Update copyright header for files added in r180025sergeyu@chromium.org2013-02-013-4/+5
* Workaround gcc 4.6 bug - don't use EXPECT_EQ(false, ..)sergeyu@chromium.org2013-02-011-2/+2
* Replace or exclude MMX intrinsics in yuv_convert_simd_x86 due to lack of VS20...jschuh@chromium.org2013-02-015-6/+54
* Avoids crash in PCMWaveInAudioInputStream::WaveCallbackhenrika@chromium.org2013-02-012-4/+22
* Use the correct number of WaveOut buffers on XP...dalecurtis@chromium.org2013-02-013-26/+4
* Delete AudioOutputMixer.dalecurtis@chromium.org2013-02-018-730/+0
* Introduce AudioHardwareConfig for renderer side audio device info.dalecurtis@chromium.org2013-02-017-1/+165
* Fix audio mirroring glitching on platforms with small buffer sizes by blockin...justinlin@chromium.org2013-02-013-6/+7
* Implement Screen Capture adapter for MediaStream API.sergeyu@chromium.org2013-02-014-0/+601
* Pass in media message loop to AudioRendererImpl and enforce calling on the ri...scherkus@chromium.org2013-01-3111-292/+213
* Enable Encrypted Media Extensions by default.ddorwin@chromium.org2013-01-312-4/+3
* Update AudioRendererImpl tests to use WaitableMessageLoopEvent.scherkus@chromium.org2013-01-312-133/+149
* Move stringize_macros to base/strings.brettw@chromium.org2013-01-312-2/+2
* Delete media::MockFilterCollection.scherkus@chromium.org2013-01-314-172/+143
* Merge methods of media::SharedBufferFactory interface into media::ScreenCaptu...alexeypa@chromium.org2013-01-319-104/+69
* Disable a VP9 media test that fails under Valgrind on Mac and might fail on o...timurrrr@chromium.org2013-01-311-2/+4
* media: Add pipeline integration tests for VP9 and VP9 with Opus in WebM files.tomfinegan@chromium.org2013-01-312-0/+21
* media: Support multichannel Opus audio streams.tomfinegan@chromium.org2013-01-312-11/+82
* Remove deleted_next_buffer from various SourceBufferStream methods.acolwell@chromium.org2013-01-302-87/+66
* media: Fix EndOfStream handling and max output sample count in OpusAudioDecoder.tomfinegan@chromium.org2013-01-304-53/+42
* Fix IAudioClient::GetBufferSize compilation errorsjschuh@chromium.org2013-01-302-2/+2
* Report standard-DPI as 96dpi rather than 72dpi on Mac.wez@chromium.org2013-01-301-2/+3
* Disable size_t to int conversion data loss warnings in media win64 buildswolenetz@chromium.org2013-01-301-0/+7
* Pass the flag enabling X DAMAGE via DesktopEnvironmentFactory.alexeypa@chromium.org2013-01-302-28/+16
* Cleanups to enable clang warning about protected non-virtual RefCounted destr...jamesr@chromium.org2013-01-302-4/+2