summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove VideoRenderer::NaturalSizeChangedCB.scherkus@chromium.org2014-01-138-83/+24
* Fix memory leak in tests.pwestin@google.com2014-01-122-0/+7
* Clean-up: Remove the very last few uses of base::Time from src/media/miu@chromium.org2014-01-123-11/+6
* Add Sync Sample Box parsing to detect when all samples are considered random ...acolwell@chromium.org2014-01-114-3/+124
* Revert 244074 "Eliminate video capture thread in renderer"thakis@chromium.org2014-01-113-53/+0
* Pass through channel layout on OSX if hardware supports it.dalecurtis@chromium.org2014-01-111-33/+28
* Fix for AudioEncoder crash when using cast.streaming API.miu@chromium.org2014-01-111-2/+3
* Fix chromeos=1 so Pulse is preferred when use_cras=0.dalecurtis@chromium.org2014-01-109-28/+43
* Move H264Parser and H264BitReader to media/filters.posciak@chromium.org2014-01-107-0/+1834
* Pass Chrome user agent string to Android media playerjinsukkim@chromium.org2014-01-104-6/+16
* Add Galaxy S4 and Nexus 4 to platform AEC whitelist.ajm@chromium.org2014-01-101-1/+3
* Introduce USB MIDI descriptor parseryhirano@chromium.org2014-01-105-0/+451
* Revert 244098 "Fix chromeos=1 so Pulse is preferred when use_cra..."dcheng@chromium.org2014-01-101-3/+6
* Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h.scherkus@chromium.org2014-01-1028-50/+46
* Fix chromeos=1 so Pulse is preferred when use_cras=0.dalecurtis@chromium.org2014-01-101-6/+3
* Attempt to fix issue 332427 by deleting LoggingImpl in CastEnvironment on the...imcheng@chromium.org2014-01-101-1/+20
* Eliminate video capture thread in rendererhclam@chromium.org2014-01-103-0/+53
* AesDecryptor callbacks now used in a thread-safe mannerjrummell@chromium.org2014-01-102-4/+14
* Copy test stream for h264_parser_unittest to media/test/data.posciak@chromium.org2014-01-101-0/+0
* Remove media::BindToLoop() in favour of media::BindToCurrentLoop().scherkus@chromium.org2014-01-0912-80/+63
* Added code for AVFoundation Finch Experiment enablingmcasas@chromium.org2014-01-091-2/+7
* Implement UdpTransport for Casthclam@chromium.org2014-01-098-252/+391