summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ensure Android RunSymmetric test can select the AudioRecord path.ajm@chromium.org2014-01-162-2/+5
* Fix failing AAC51 youtube certification testqinmin@chromium.org2014-01-161-2/+18
* AVFoundation NSString*, cache them in the AVFoundationInternal LazyInstance.mcasas@chromium.org2014-01-161-25/+90
* Supporting blob urls for html5 mediaqinmin@chromium.org2014-01-162-13/+16
* Revert of Add Stop() to AudioDecoder. (https://codereview.chromium.org/126793...dstockwell@chromium.org2014-01-1615-454/+77
* Fix SourceBufferStream to handle range truncations that happen between the se...acolwell@chromium.org2014-01-162-26/+95
* Remove VideoRenderer::NaturalSizeChangedCB.scherkus@chromium.org2014-01-168-77/+26
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-152-2/+2
* Add Stop() to AudioDecoder.rileya@chromium.org2014-01-1515-77/+454
* Split the bit reader functionalities from the byte stream provider.damienv@chromium.org2014-01-156-111/+349
* Prevent stall of text cues by selecting next range elementmatthewjheaney@chromium.org2014-01-154-50/+149
* GTTF: Run perf tests seriallyphajdan.jr@chromium.org2014-01-142-1/+56
* Let WebSourceBufferImpl::setMode() update SourceState::sequence_mode_wolenetz@chromium.org2014-01-143-8/+70
* Eliminate video capture thread in rendererhclam@chromium.org2014-01-143-0/+53
* Revert 244590 "Remove VideoRenderer::NaturalSizeChangedCB."scherkus@chromium.org2014-01-148-24/+83