summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Change to calculate the real NTP in TimeTicks.pwestin@google.com2013-10-318-59/+75
* Remove trailing "." from message lines.thakis@chromium.org2013-10-311-1/+1
* Revert 232092 "Revert 232043 "Update ClearKeyCdm to use CDM::Host and CDM::Ho...xhwang@chromium.org2013-10-3112-26/+45
* Revert 230553 "Added AVFoundation Glue and Device Monitoring for..."tommyw@chromium.org2013-10-313-156/+0
* Revert 230785 "Fix Mac 64-bit components build."tommyw@chromium.org2013-10-311-2/+0
* Revert 231659 "Added flag to enable AVFoundation in Mac"tommyw@chromium.org2013-10-313-13/+1
* Revert 232043 "Update ClearKeyCdm to use CDM::Host and CDM::Host..."tommyw@chromium.org2013-10-3112-45/+26
* Cast: fix resending audio ACKs.pwestin@google.com2013-10-312-0/+32
* Update ClearKeyCdm to use CDM::Host and CDM::Host::kVersion.xhwang@chromium.org2013-10-3112-26/+45
* Remove monotonic timestamp requirements for audio. Fix messaging.dalecurtis@chromium.org2013-10-311-22/+17
* Cast: fix issue in Eureka when audio frames are pulled out.pwestin@google.com2013-10-315-56/+127
* Update CdmAdapter to use CDM::Host and CDM::Host::kVersion.xhwang@chromium.org2013-10-301-4/+4
* Port SincResampler's ConvolveBenchmark, as well as VectorMath's FMUL and FMAC...rileya@chromium.org2013-10-306-243/+222
* Make SourceBufferStream Remove() and PrepareRangesForNextAppend() methods use...acolwell@chromium.org2013-10-303-206/+253
* Cast End2End: Adding a reset non-reference framemikhal@google.com2013-10-301-6/+45
* Port AudioBus interleave benchmarks to media_perftestsrileya@chromium.org2013-10-303-56/+54
* cras_unified: set channel layouthychao@chromium.org2013-10-301-0/+33
* Added flag to enable AVFoundation in Macmcasas@chromium.org2013-10-293-1/+13
* Narrow VDA Decode() API and remove multi-frame tests.yuli@chromium.org2013-10-291-3/+3
* Web MIDI API: IAC driver supporttoyoshim@chromium.org2013-10-291-7/+27
* Fix post-commit nits in AudioConverterPerfTest from https://codereview.chromi...rileya@chromium.org2013-10-292-6/+9
* Added Obj-C++ protocol for VideoCaptureDeviceMac and made QTKitmcasas@chromium.org2013-10-295-11/+64
* Ensure new MSP video codec is fed with I-frame first using browser seek if ne...wolenetz@chromium.org2013-10-286-234/+693
* end2end_unittest fix for official Win64 compile.mmoss@chromium.org2013-10-271-2/+2
* AndroidVDA: only engage if it's likely that the codec is backed by hardware.fischman@chromium.org2013-10-273-16/+65
* Initialize destination as late as possible to pick up any format changes.rtoy@google.com2013-10-261-14/+22
* Remove obsolete --override-encrypted-media-canplaytype.ddorwin@chromium.org2013-10-252-6/+0
* Port AudioConverter benchmarks to media_perftests.rileya@chromium.org2013-10-253-108/+79
* Removed unused VideoCaptureCapability parameters.mcasas@chromium.org2013-10-259-52/+2
* Fix unit_tests link when remoting is turned off.vchigrin@yandex-team.ru2013-10-251-0/+1
* Fix a problem that we are not requesting config if kConfigChanged is the firs...qinmin@chromium.org2013-10-252-17/+167
* Fix Mac 64-bit components build.avi@chromium.org2013-10-241-0/+2
* Add support for using the sdtp box to determine keyframe info.acolwell@chromium.org2013-10-243-4/+77
* Refactor SourceBufferStream::InsertIntoExistingRange().acolwell@chromium.org2013-10-242-40/+46
* Add media_perftests target.rileya@chromium.org2013-10-241-0/+13
* Restore preroll state when decoder job createdwolenetz@chromium.org2013-10-245-72/+325
* Fix cast.gyphclam@chromium.org2013-10-248-26/+20
* Implement deferred decoder initialization.dalecurtis@chromium.org2013-10-242-6/+55
* Report 2 digit floating point failing rate percentage.shadi@chromium.org2013-10-241-2/+2
* Added AVFoundation Glue and Device Monitoring for Mac.mcasas@chromium.org2013-10-233-0/+156
* Revert 230334 "Improve and simplify AudioOutputDispatcher."kbr@chromium.org2013-10-234-140/+284
* Switch audio synchronization from sleep() based to select() based.dalecurtis@chromium.org2013-10-2313-209/+80
* Refactor the Win audio code and make channel functions support a device id.tommi@chromium.org2013-10-237-134/+83
* Cast: Fix valgrind issues.pwestin@google.com2013-10-235-8/+10
* Implement webrtcAudioPrivate API, except for getAssociatedSink.joi@chromium.org2013-10-234-1/+109
* Switch CdmWrapper to use uint32_t for size types per style guide.dalecurtis@chromium.org2013-10-237-86/+94
* Improve and simplify AudioOutputDispatcher.dalecurtis@chromium.org2013-10-234-284/+140
* VideoCapture: abolish OnFrameInfo almost everywhere.nick@chromium.org2013-10-236-54/+18
* Plumb support for audio sample formats.dalecurtis@chromium.org2013-10-226-94/+151
* Drop DCHECK(!is_waiting_for_key_) from MediaSourcePlayer::MediaDecoderCallback.xhwang@chromium.org2013-10-221-1/+0