summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-097-48/+72
* Fix a couple bugs with OSX audio buffer size selection.dalecurtis@chromium.org2013-04-083-16/+42
* Android: Add dependency on media_java to fix cc_unittestsnileshagrawal@chromium.org2013-04-081-0/+1
* Add vector_math::FMUL. Replace audio_util::AdjustVolume.dalecurtis@chromium.org2013-04-0823-244/+221
* Android: Fix build breakage caused by r192880nileshagrawal@chromium.org2013-04-081-0/+1
* Android: Fix media and content unittests on Android debug botsnileshagrawal@chromium.org2013-04-081-0/+10
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-0753-152/+152
* Refactor ChunkDemuxer code so all source state is in a SourceState class.acolwell@chromium.org2013-04-062-74/+165
* media: Support VP9 in media source.tomfinegan@chromium.org2013-04-063-0/+39
* Increased initial timer interval to ensure that we don't trigger error callba...henrika@chromium.org2013-04-051-1/+7
* Adding force-wave-audio flag on Windows.henrika@chromium.org2013-04-053-0/+11
* Update calls to scoped_array<T>::reset(NULL) to use the no-arg version.dcheng@chromium.org2013-04-051-1/+1
* Fix channel layout reporting for implicit signalling of AAC parametric stereoacolwell@chromium.org2013-04-054-11/+51
* Don't wait forever for flushing the video capture device.xians@chromium.org2013-04-041-1/+7
* Add try/catch to prevent webrtc from crashing on some samsung devicesleozwang@chromium.org2013-04-041-3/+21
* To enumerate webcams on Linux more robusticallybraveyao@chromium.org2013-04-031-41/+28
* Adds support for CoreAudioUtil::IsChannelLayoutSupported().henrika@chromium.org2013-04-034-15/+150
* Add a unified audio I/O backend for ChromeOS.dgreid@chromium.org2013-04-039-705/+658
* Revert 191827 "Adds support for CoreAudioUtil::IsChannelLayoutSu..."xians@chromium.org2013-04-024-149/+15
* Adds support for CoreAudioUtil::IsChannelLayoutSupported()henrika@chromium.org2013-04-024-15/+149
* Extract metadata for media elementsqinmin@chromium.org2013-04-023-41/+79
* Fix 7% regression in Mac startup timecrogers@google.com2013-04-011-3/+9
* Skip SetVideoSurface when |j_media_player_| and |surface| are nullycheo@chromium.org2013-04-011-1/+4
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-3111-17/+14
* Reland "VideoFrameStream implements DemuxerStream" with fix.xhwang@chromium.org2013-03-305-25/+80
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-303-3/+3
* Revert 191342 "VideoFrameStream implements DemuxerStream."xhwang@google.com2013-03-295-77/+25
* Fix possible access to NULL pointer.wjia@chromium.org2013-03-291-2/+2
* VideoFrameStream implements DemuxerStream.xhwang@chromium.org2013-03-295-25/+77
* ChunkDemuxerStream always calls read callback asynchronously.xhwang@chromium.org2013-03-292-289/+202
* Added the unified IO on Linux.xians@chromium.org2013-03-289-195/+611
* Revert pure ALSA buffer size to 2048.dalecurtis@chromium.org2013-03-281-1/+1
* Don't generate invalid AudioParameters.crogers@google.com2013-03-281-20/+24
* Make CRAS default device match others.dgreid@chromium.org2013-03-281-5/+3
* Re-land silence detection for audio output UI favicon indicator with crash fi...miu@chromium.org2013-03-287-28/+545
* Optimize AudioRendererAlgorithm for playback_rate ~= 1 and muted cases.dalecurtis@chromium.org2013-03-282-21/+32
* Fix HE-AAC v1 configuration parsing & 'unknown duration' for live handling.acolwell@chromium.org2013-03-284-7/+18
* Refactor VirtualAudioInputStream to use FakeAudioConsumer.dalecurtis@google.com2013-03-282-41/+18
* Revert 190863 "Revert 190807 "Fix a Chrome renderer hang which o..."ygorshenin@chromium.org2013-03-277-16/+85
* Convert a couple raw MessageLoopProxy* to scoped_refptr&.dalecurtis@chromium.org2013-03-273-6/+9
* Revert 190807 "Fix a Chrome renderer hang which occurs when a We..."ygorshenin@chromium.org2013-03-277-85/+16
* Fix a Chrome renderer hang which occurs when a WebMediaPlayerImpl instance is...ananta@chromium.org2013-03-277-16/+85
* Handle camera error during dequeue bufferkcwu@chromium.org2013-03-262-2/+23
* Remove WebVideoFrame, WebVideoFrameProvider, and WebVideoLayer.danakj@chromium.org2013-03-261-1/+0
* Linux: add an option to link pulseaudio directly (DT_NEEDED).phajdan.jr@chromium.org2013-03-262-44/+69
* Fixed the media_unittests for pulseaudio.xians@chromium.org2013-03-263-15/+42
* Refactor creation of the transform matrix in channel_mixerjrummell@chromium.org2013-03-263-83/+165
* Implement AUHALStream using an AUHAL with configurable device selection.crogers@google.com2013-03-269-85/+1025
* Roll FFMpeg for M27.dalecurtis@google.com2013-03-251-1/+1
* Introduce VideoFrameStream, the video frame provider in media pipeline.xhwang@chromium.org2013-03-247-94/+699