summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Enforce marking "override" for functions overriding Blink.Avi Drissman2015-12-071-1/+1
* Revert of Enforce marking "override" for functions overriding Blink. (patchse...avi2015-12-071-1/+1
* Enforce marking "override" for functions overriding Blink.avi2015-12-071-1/+1
* Second layer of mixing for audio elements.olka2015-12-0710-113/+267
* Fix js/c++ incompatibility in parsing of video capture formats.nisse2015-12-071-1/+3
* Fix crash with MIDI send for MidiManagerAlsaagoode2015-12-072-7/+6
* opus: allow mismatch in AudioDecoderConfig and ExtraData delayzhengxiong2015-12-072-5/+8
* Refactor MediaCodecBridge to add support for NDK APIsqinmin2015-12-0625-1569/+2095
* Roll ffmpeg DEPS for MP3 seek bug, add tests.Chris Cunningham2015-12-052-1/+61
* Refactor cdm_helpersjrummell2015-12-059-246/+344
* Remove kuint32max.avi2015-12-043-9/+17
* Revert of Added an extra sync token field for extra command buffer identifica...ajuma2015-12-041-4/+3
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-041-1/+1
* Use XRGB for opaque hardware-decoded videos.jbauman2015-12-045-28/+34
* Change WriteOpusHeader in media/capture/WebmMuxer to use C-style stringajose2015-12-041-1/+1
* Added an extra sync token field for extra command buffer identification.dyen2015-12-041-3/+4
* Revert "Fix race on demuxer memory usage. Reuse previous calculation."wdzierzanowski2015-12-043-25/+25
* media: Add some useful logs related to encrypted media playback.xhwang2015-12-041-1/+2
* Passed is_encrypted parameter to the VDA initialization.timav2015-12-044-4/+28
* Buffer most recent video keyframe in media::capture::WebmMuxerajose2015-12-043-21/+107
* Change PacketKey to be unique for each frame packet by includingxjz2015-12-036-31/+43
* [MSE] Fix GC with media_time past the last appended buffer timestampservolk2015-12-033-5/+81
* Remove kint64min.avi2015-12-037-184/+206
* Remove kuint8max.avi2015-12-032-19/+29
* Run Demuxer::GetMemoryUsage() on media threadwdzierzanowski2015-12-022-2/+24
* Remove kint32min.avi2015-12-022-54/+58
* Fix Bug: Video with Variable Frame Rate plays at incorrect speed.qiangchen2015-12-028-30/+183
* Adding CHECK(false) for case when input audio fails to start on Machenrika2015-12-021-0/+5
* Multibuffer Data Sourcehubbe2015-12-0210-20/+2089
* Add Mojo Decryptor service.jrummell2015-12-0210-34/+298
* Revert of Multibuffer Data Source (patchset #9 id:160001 of https://coderevie...hubbe2015-12-0110-2089/+20
* MediaStreamRecorder: enable in Android (including linking libwebm)mcasas2015-12-014-52/+15
* Multibuffer Data Sourcehubbe2015-12-0110-20/+2089
* remove WebMediaPlayerImpl::CreateRendererhubbe2015-12-011-3/+0
* Reduce frequency of media element memory usage reports.dalecurtis2015-12-012-7/+30
* Allow multiple OnMoreData() calls in WASAPIAudioOutputStreamTest.ValidPacketSizewdzierzanowski2015-12-011-2/+4
* Further media mime_util cleanupservolk2015-12-012-102/+55
* GN: Merge apk_deps and deps in test() templateagrieve2015-12-012-3/+3
* Remove use of ScopedVector<MidiPort> in favor of std::vector<scoped_ptr<MidiP...agoode2015-12-013-83/+88
* Fix size_t truncations in media for 64-bit VS 2015brucedawson2015-12-012-5/+6
* Cast Housekeeping: Unwind the cast_defines.h dumping-ground.miu2015-12-0164-310/+381
* Revert of Use XRGB for opaque hardware-decoded videos. (patchset #1 id:1 of h...kbr2015-12-014-33/+28
* Use XRGB for opaque hardware-decoded videos.jbauman2015-12-014-28/+33
* Convert various vector_as_array calls to vector::data.davidben2015-12-019-39/+27
* jni: Pass method parameters as JavaParamRef in media.torne2015-11-3014-128/+199
* Provides an a way to have one multibuffer per URL and the data providers need...hubbe2015-11-3013-86/+1723
* media: Lazy create ProvisionFetcher in MediaDrmBridge.xhwang2015-11-306-28/+40
* Ensure both default audio device IDs are handled for creation.dalecurtis2015-11-263-3/+52
* Reland "Define AudioBuffer and VideoFrame for mojo"jrummell2015-11-2610-21/+440
* media: Clear all pending promises when destructing MediaDrmBridge.xhwang2015-11-262-10/+11