summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Add some NULL checks for shared memory and AudioBus creation.dalecurtis@chromium.org2013-03-053-2/+5
* Implement "hole" video frame.wonsik@google.com2013-03-042-0/+19
* Disable MMX support so media can build on Win64 MSVS 2012jschuh@chromium.org2013-03-031-1/+2
* Implement CopyFromCompositingSurfaceToVideoFrame for mac.justinlin@chromium.org2013-03-023-0/+80
* Wait for the renderer even on WASAPI.dalecurtis@google.com2013-03-021-6/+15
* Always fully fill PulseAudio's requested buffer. Allow larger initial requests.dalecurtis@chromium.org2013-03-011-41/+37
* AndroidVDA using Android's MediaCodec API.dwkang@chromium.org2013-03-014-0/+614
* Delete old RTCVideoDecoder code path.wuchengli@chromium.org2013-03-015-292/+0
* Add lock to AUAudioOutputStream::Start() and Stop().dalecurtis@google.com2013-03-012-11/+31
* Remove one video frame copying in video capture.wjia@chromium.org2013-02-2814-69/+52
* Use a bool to track whether VideoRendererBase has seen end of stream.scherkus@chromium.org2013-02-282-35/+34
* Remove VideoRendererBase::prerolling_delayed_frame_.scherkus@chromium.org2013-02-282-14/+8
* Clean up some methods in media::VideoRendererBase.scherkus@chromium.org2013-02-282-16/+12
* Add xians, henrika to media/audio/OWNERSdalecurtis@chromium.org2013-02-281-0/+6
* More AudioMessageFilter cleanup. Fix crash.dalecurtis@google.com2013-02-272-9/+7
* add a use_alsa gyp settingmostynb@opera.com2013-02-271-8/+15
* Linux: fix build with disabled libpvx support in media.phajdan.jr@chromium.org2013-02-271-10/+15
* Remove browser-wide audio mirroring and --force-audio-mirroring flag.miu@chromium.org2013-02-278-287/+113
* This patch changes GetVolume() to be asynchronous when being called by pulse ...xians@chromium.org2013-02-262-7/+31
* Do not use division in ScreenCapturerLinux::SlowBlit().alexeypa@chromium.org2013-02-263-40/+51
* Re-register refresh and move callbacks when the screen mode changes.jamiewalch@chromium.org2013-02-261-18/+39
* Remove forwarding include for base/files/file_path except for MTPD.brettw@chromium.org2013-02-241-1/+1
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-244-5/+8
* Move file_path.h to base/files.brettw@chromium.org2013-02-2418-22/+22
* ffmpeg_unittests should depend on use_ffmpeg==1mostynb@opera.com2013-02-231-3/+1
* Allow ChunkDemuxer to accept audio object types with leading zeros.acolwell@chromium.org2013-02-232-24/+67
* Fix buffer leak in Wave In/Out implementation.dalecurtis@chromium.org2013-02-232-12/+15
* [Android] Make content_shell_apk and chromium_testshell components friendly.yfriedman@chromium.org2013-02-221-1/+2
* Adding pulseaudio input support to chrome.xians@chromium.org2013-02-2214-169/+1116
* Fix crash in VideoRendererBase::ThreadMain().scherkus@chromium.org2013-02-223-6/+57
* 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