summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Cast: Replace PacketReceiver with a callback.hubbe@chromium.org2014-01-2831-313/+218
* This change removes all the threading considerations fromsheu@chromium.org2014-01-285-26/+42
* Remove unused variable.sudarsana.nagineni@intel.com2014-01-281-1/+0
* Unify DecoderSelectors into one templated class.rileya@chromium.org2014-01-2814-564/+403
* Implement browser-side logging to WebRtc logvrk@chromium.org2014-01-268-11/+13
* MSE streams shouldn't update UMA stat Media.VideoCodecjrummell@chromium.org2014-01-251-1/+1
* Cast: Fix threading issues in VideoEncoderImplhclam@chromium.org2014-01-258-67/+140
* Fix a crash if AudioTrack fails to initializeqinmin@chromium.org2014-01-251-0/+4
* Cast: Get rid of SendPackets in PacketSender.hubbe@chromium.org2014-01-2510-80/+37
* There is a lot of places that use vector<uint8> that should be using Packet, ...hubbe@chromium.org2014-01-258-39/+40
* Defer OSX output stream Start() around system supend and resume.dalecurtis@chromium.org2014-01-255-1/+100
* Disabling a flaky android test StartInputStreamCallbacksronghuawu@chromium.org2014-01-241-1/+2
* Refactor WebMediaPlayerImpl's multithreaded painting code into VideoFramePain...scherkus@chromium.org2014-01-244-0/+311
* Revert of Cast: Fix threading issues in VideoEncoderImpl (https://codereview....hclam@chromium.org2014-01-247-139/+67
* Cast: Fix threading issues in VideoEncoderImplhclam@chromium.org2014-01-247-67/+139
* Rewrite AUHAL unit tests to use the audio thread correctly.dalecurtis@chromium.org2014-01-241-164/+57
* Fix memory leaks in media casthclam@chromium.org2014-01-244-6/+10
* Disable flaky StartInputStreamCallbacksNonDefaultParameters.ronghuawu@chromium.org2014-01-241-1/+2
* Copy VDA test streams to media/test/data.yuli@chromium.org2014-01-2411-0/+123
* Fixes for memory and threading issues in casthclam@chromium.org2014-01-2422-158/+194
* Added effect support for Samsung Galaxy Tab 3 7.0.henrika@chromium.org2014-01-241-1/+2
* Cast: Adding transport status callback implementationmikhal@chromium.org2014-01-2418-23/+84
* SourceState: Coalesce OnNewBuffers() CB to include OnTextBuffers() behaviorwolenetz@chromium.org2014-01-2416-146/+142
* Cast:Switching to use Cast transport librarymikhal@chromium.org2014-01-2353-770/+1458
* Wire VideoCaptureManager device capture formats to the renderer side.mcasas@chromium.org2014-01-232-0/+12
* Reland: Add Stop() to AudioDecoder. (https://codereview.chromium.org/126793002/)rileya@chromium.org2014-01-2315-84/+522
* Remove use of CoreAudioUtil::IsSupported() from AudioManager startup.dalecurtis@chromium.org2014-01-233-18/+29
* Move MSE parsers under "formats" root directory.dalecurtis@chromium.org2014-01-2394-429/+427
* Limit apparent duration of decoded file for WebAudio on Androidrtoy@google.com2014-01-231-0/+8
* Remove media's dependency on netjamesr@chromium.org2014-01-223-5/+19
* [WebMIDI] Introduce UsbMidi{Input, Output}Stream.yhirano@chromium.org2014-01-229-0/+911
* cast: Wire upp logging to be sent over RTCP between receiver and sender.pwestin@google.com2014-01-2231-144/+420
* Cast:Updating loggingmikhal@chromium.org2014-01-2112-224/+154
* Android N7 zoomed in on resolutions < VGA - workaroundmcasas@chromium.org2014-01-211-20/+59
* Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"danakj@chromium.org2014-01-215-72/+117
* Adding Bluetooth support to media in Chrome.henrika@chromium.org2014-01-202-35/+319
* Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.sky@chromium.org2014-01-201-1/+1
* Remove EAC3 supports.ycheo@chromium.org2014-01-187-46/+16
* Add Galaxy Note 2, Note 3 and S3 to the platform AEC whitelist.ajm@chromium.org2014-01-181-2/+5
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-01-185-117/+72
* Notify WebM media segment start when kWebMIdCluster is parsedwolenetz@chromium.org2014-01-184-43/+100
* Replace use of base::RandXXX() with rand() to improve runtime of SeekableBuff...miu@chromium.org2014-01-181-3/+10
* Take GL version and extensions correctly into account when binding functionsoetuaho@nvidia.com2014-01-171-2/+2
* Report parse error for WebM clusters missing a timecodewolenetz@chromium.org2014-01-172-1/+22
* Add performance tracing event to VideoCaptureDeviceAndroid::OnFrameAvailablemcasas@chromium.org2014-01-171-0/+2
* Remove Chrome for TV code.ycheo@chromium.org2014-01-175-34/+0
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-172-9/+9
* Add plumbing and support for crossfading StreamParserBuffers.dalecurtis@chromium.org2014-01-176-21/+301
* Return an error on Multiple AUs in a PES.anjalibh@google.com2014-01-162-5/+10
* Added volume adjust sound behind the flag. Partially based on https://coderev...ygorshenin@chromium.org2014-01-168-71/+113