summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-034-0/+45
* Move gn _run target generation into test().jbudorick2016-02-034-45/+0
* Adding new md5sums for Intel SKL Platformsscott.d.phillips2016-02-023-1/+6
* MediaRecorder: make WebmMuxer hold on to all video frames while waiting for a...mcasas2016-02-023-37/+67
* Share a thread per process for high resolution vp9 decodes.dalecurtis2016-02-024-8/+126
* Add initial SHM-only Wayland Ozone implementationforney2016-02-011-0/+4
* Disable flakey Mp3FastSeekIntegrationTest.FastSeekAccuracy_MP3 test on MAC OSX.chcunningham2016-01-291-6/+18
* Avoid dereferencing find() without checking for == end()brucedawson2016-01-291-28/+33
* media: Fix MediaDrmBridge::SetServerCertificate().xhwang2016-01-281-2/+3
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-283-31/+0
* Remove non-batching assumptions from SdkMediaCodecBridgeTest.DoNormalkraush2016-01-281-4/+6
* Implement MediaSession on top of the WebMediaPlayerDelegate.dalecurtis2016-01-276-50/+93
* Fix and enable mojo:media_pipeline_integration_apptests.jrummell2016-01-272-45/+62
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-271-2/+2
* Revert of MSE: Relax the 'media segment must begin with keyframe' requirement...wolenetz2016-01-2713-773/+623
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-271-4/+2
* Make 'kVideoImageTextureTarget' a list of texture targets.dcastagna2016-01-274-16/+18
* Make use of CreateInterfacePtrAndBind() where appropriatesky2016-01-263-11/+5
* EsParserH264 should set proper video profileerickung2016-01-262-3/+41
* Emit logcats from media_unittests.stip2016-01-261-0/+1
* Track stats for errors in AUAudioInputStream.tommi2016-01-261-0/+1
* Delay posting errors from AVDA.liberato2016-01-251-0/+10
* Android emulator doesn't support USB service. And on emulator created without...braveyao2016-01-231-2/+10
* Revert "Create and use mojo::Binding on the same thread."alokp2016-01-232-3/+3
* Fix MediaCodec's MEDIA_CODEC_NO_KEY processing in MediaCodecPlayertimav2016-01-222-24/+57
* MSE: Relax the 'media segment must begin with keyframe' requirementwolenetz2016-01-2213-623/+773
* Allow std::unordered_*.davidben2016-01-221-9/+2
* media: Only unregister a CDM when it has been registered.xhwang2016-01-211-1/+4
* media: Cancel MediaCryptoReadyCB during player destruction.xhwang2016-01-212-0/+8
* Shuts down input audio for long sequence of AudioUnitRender errors on Mac OSXhenrika2016-01-211-8/+9
* Reland (2) of: Allow base to depend on allocatorprimiano2016-01-211-0/+1
* Drop WebRTC audio data if OS has skipped frames.grunell2016-01-213-5/+16
* Changes error handling for AudioUnitRender on Mac OSXhenrika2016-01-211-5/+13
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-217-201/+168
* Revert of Enable MediaSession with the WMPI Cast player. (patchset #1 id:1 of...dalecurtis2016-01-212-16/+9
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-211-2/+9
* Allow std::unordered_*.davidben2016-01-211-9/+2
* Fix audio buffer size on ChromeOS and Android for media playback.dalecurtis2016-01-203-21/+30
* Converted old sync point in webmediaplayer to new sync tokens.dyen2016-01-201-1/+5
* Duck playback volume when receiving AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCKzqzhang2016-01-208-23/+71
* Removes unused AudioManager methods on Mac OSX.henrika2016-01-202-47/+24
* Support sharing stream textures between Render and GPU threads in WebView.tobiasjs2016-01-201-0/+6
* Improves device logging AUAudioInputStream.henrika2016-01-203-31/+66
* Add additional logging to help determine why media playback doesn't startjrummell2016-01-202-1/+9
* Revert of media/vpx: Add support for VP9 alpha channel (patchset #6 id:100001...benwells2016-01-207-185/+63
* MSE: Log a warning if muxed AV media segment has no A or has no V blockwolenetz2016-01-2012-148/+358
* Reduce string copies in GURL creationbrettw2016-01-207-8/+18
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-205-5/+5
* Fix MediaCodec's ERROR_NO_KEY processing in AVDAtimav2016-01-201-3/+3
* Remove unused buffer in media::VirtualAudioInputStream.miu2016-01-192-3/+0