summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Unflake time between callbacks test.dalecurtis@chromium.org2013-02-221-2/+2
* Use microseconds instead of milliseconds for integer audio math.dalecurtis@google.com2013-02-223-18/+16
* Style cleanup: const char* -> const char ... [].dalecurtis@chromium.org2013-02-229-12/+12
* Add a Clock and TickClock interface for mocking out timeakalin@chromium.org2013-02-216-40/+28
* Ensures that the volume level and muting state for a rendering session are pe...henrika@chromium.org2013-02-211-1/+6
* [MIPS] Use BlockDifference_C for MIPSpetarj@mips.com2013-02-211-2/+2
* Fix incorrect truncation of audio data during partial interleave.dalecurtis@chromium.org2013-02-202-2/+2
* Use _target_name instead of package_name for java*.gypicjhopman@chromium.org2013-02-201-1/+0
* Re-land AudioManagerCras change after rebase.dgreid@chromium.org2013-02-2011-91/+223
* Don't use callback after Stop().dalecurtis@chromium.org2013-02-201-6/+6
* Mac Chromium style checker cleanuprsleevi@chromium.org2013-02-201-3/+3
* Linux: add a tool and code to make use_system_ffmpeg option more compatiblephajdan.jr@chromium.org2013-02-202-0/+22
* Make all media tests build on Win64 jschuh@chromium.org2013-02-202-2/+10
* Add audio mirroring-related OWNERS.miu@chromium.org2013-02-191-0/+4
* Satsify pending reads in media::GpuVideoDecoder before resetting.scherkus@chromium.org2013-02-191-4/+4
* Add test for RotatePlaneByPixels.wjia@chromium.org2013-02-194-98/+365
* Revert 183140nkostylev@chromium.org2013-02-1911-228/+91
* Attempt to heal the cros asan botsthakis@chromium.org2013-02-192-2/+2
* Break down AudioManagerLinux cras code to AudioManagerCras to remove the if-s...xians@chromium.org2013-02-1811-91/+228
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-173-3/+3
* Don't switch to fake audio output until stream open fails.dalecurtis@chromium.org2013-02-163-12/+53
* Fix FFmpegVideoDecoder frame dropping when the config changes.acolwell@chromium.org2013-02-162-15/+44
* Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.acolwell@chromium.org2013-02-158-21/+105
* 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