summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure FFmpegAudioDecoder passes aligned channel pointers.dalecurtis@chromium.org2013-01-301-6/+6
* Avoid MemoryBarrier definition discrepencies between win32 and win64jschuh@chromium.org2013-01-291-2/+3
* Replace AudioRendererImpl's TimeProvider with NowCB.scherkus@chromium.org2013-01-293-40/+34
* Delay device changes on Mac.dalecurtis@google.com2013-01-292-4/+12
* media: Add test files for Opus audio and VP9 video in WebM containers.tomfinegan@chromium.org2013-01-293-0/+0
* Enables win64 build of yuv_convert_simd_x86 without rolling x86inc.asm forward.dalecurtis@google.com2013-01-292-5/+15
* Add support for YUVJ420P and tests for common color formats for each video co...scherkus@chromium.org2013-01-291-0/+4
* Add --force-audio-mirroring flag for audio mirroring testing with WebRTC.justinlin@chromium.org2013-01-293-1/+15
* Add MEDIA_EXPORT for MacDesktopConfiguration::GetCurrent() to fix build break...sergeyu@chromium.org2013-01-291-4/+6
* Move screen capturers from remoting/capturer to media/video/capturer/screensergeyu@chromium.org2013-01-2846-4/+5872
* Tighten up media::DecoderBuffer API contract for end of stream buffers (round...scherkus@chromium.org2013-01-2810-28/+79
* Prevent decoding of unsupported channel layouts.dalecurtis@google.com2013-01-282-2/+18
* Fix ended event for modified playback rate.dalecurtis@chromium.org2013-01-263-62/+139
* Add test data for BUG=171962dalecurtis@google.com2013-01-261-0/+0
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-258-5/+477
* Limit OnData() callbacks to every 5ms for mac audio input.dalecurtis@chromium.org2013-01-241-8/+6
* Enable renderer side mixing on Linux!dalecurtis@chromium.org2013-01-244-21/+2
* Remove qt_faststart, scaler_bench, and tile_render_bench from media/tools/.scherkus@chromium.org2013-01-235-891/+0
* 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