summaryrefslogtreecommitdiffstats
path: root/media/filters
Commit message (Expand)AuthorAgeFilesLines
* Fix resuming playback after pause+play during rebuffering.rileya@chromium.org2013-11-182-1/+34
* Revert 235405 "Revert 235337 "media: Enabling Opus playback by d..."zmo@chromium.org2013-11-151-1/+1
* Revert 235337 "media: Enabling Opus playback by default."zmo@chromium.org2013-11-151-1/+1
* media: Enabling Opus playback by default.vigneshv@chromium.org2013-11-151-1/+1
* Add support for multiple MediaKey sessionsjrummell@chromium.org2013-11-141-31/+53
* media: VP9 MediaSource Support in Clankvigneshv@chromium.org2013-11-131-6/+11
* Add trace events to track frames dropped by VideoRendererBase and video decod...acolwell@chromium.org2013-11-122-0/+8
* Move MSE and EME trace events to "media" category.xhwang@chromium.org2013-11-122-4/+4
* Remove EMPTY from VideoFrame::Format.rileya@chromium.org2013-11-0812-33/+33
* Re-land https://codereview.chromium.org/56713002/ with ChromeOS fix.rileya@chromium.org2013-11-071-1/+1
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-9/+0
* Update selected range after truncationjinsukkim@chromium.org2013-11-072-0/+27
* Revert 233046 "Remove RGB32 from VideoFrame::Format."shrikant@chromium.org2013-11-051-1/+1
* Remove RGB32 from VideoFrame::Format.rileya@chromium.org2013-11-051-1/+1
* Fix last_range != range_for_next_append_ DCHECK in SourceBufferStream.acolwell@chromium.org2013-11-052-1/+26
* media: Increase max number of decode threads for VP9 decodes at higher resolu...tomfinegan@chromium.org2013-11-051-6/+14
* Port AudioPlaybackBenchmark to media_perftests.rileya@chromium.org2013-11-022-25/+47
* media: Adding Opus support in WebM for <video> tagvigneshv@chromium.org2013-11-013-21/+37
* Replace VideoFrame::INVALID with UNKNOWN.rileya@chromium.org2013-11-013-3/+3
* Remove monotonic timestamp requirements for audio. Fix messaging.dalecurtis@chromium.org2013-10-311-22/+17
* Make SourceBufferStream Remove() and PrepareRangesForNextAppend() methods use...acolwell@chromium.org2013-10-303-206/+253
* Ensure new MSP video codec is fed with I-frame first using browser seek if ne...wolenetz@chromium.org2013-10-282-3/+20
* Refactor SourceBufferStream::InsertIntoExistingRange().acolwell@chromium.org2013-10-242-40/+46
* Add helper method to delete and remove SourceBufferRange objects.acolwell@chromium.org2013-10-222-55/+60
* (Partially) remove threading from RendererGpuVideoAcceleratorFactoriessheu@chromium.org2013-10-201-0/+2
* android: Enable -Wunused-const-variable.thakis@chromium.org2013-10-201-0/+2
* Fix audio sink not resuming when an underflow is resolved while paused.acolwell@chromium.org2013-10-182-24/+69
* Add support for avc3 codec string.acolwell@chromium.org2013-10-182-3/+27
* GpuVideoDecoder: avoid deleting textures in use by clientsheu@chromium.org2013-10-162-35/+34
* Cleanup frame counting code in VideoRendererBase.acolwell@chromium.org2013-10-102-13/+38
* Remove default implementations from Demuxer.rileya@chromium.org2013-10-102-6/+0
* Fix Reset() during waiting-for-a-key in VideoFrameStream.xhwang@chromium.org2013-10-104-27/+62
* Simplify VideoFrameStream stopping process.xhwang@chromium.org2013-10-093-60/+82
* Merge AudioRendererImpl::FillBuffer into Render and remove implicit type conv...acolwell@chromium.org2013-10-083-43/+30
* Fix AudioRendererImpl so all state_ transitions and checks happen under lock.acolwell@chromium.org2013-10-082-59/+77
* Drop NeedKeyCB from MediaKeys.xhwang@chromium.org2013-10-083-18/+12
* Disable PipelineIntegrationTest.MediaSource_Opus_Seeking_WebMjochen@chromium.org2013-10-071-1/+2
* Call correct method to free up ffmpeg AVFrame objectsjrummell@chromium.org2013-10-051-1/+2
* Avoid crash when playing corrupt audiojrummell@chromium.org2013-10-031-0/+7
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-012-2/+0
* Fix GetRemovalRange_Range fails on Windows.ycheo@chromium.org2013-09-262-7/+3
* Add AudioDecoderSelector::Abort().xhwang@chromium.org2013-09-263-42/+168
* Cleanup destruction of ffmpeg objectsjrummell@chromium.org2013-09-265-50/+38
* Use GL_TEXTURE_2D for pixel readback path in GpuVideoAcceleratorFactoriessheu@chromium.org2013-09-263-4/+1
* media: Implementing Opus Seek Pre Rollvigneshv@chromium.org2013-09-263-115/+192
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-262-34/+37
* Rework Chrome for Android seeks to include Blink in all seek requestswolenetz@chromium.org2013-09-251-1/+2
* [Sheriff] Disabled failing test on windows.machenbach@chromium.org2013-09-241-1/+7
* Tweak GC algorithm in MSE to remove the buffers after last appended first.ycheo@chromium.org2013-09-243-1/+305
* Add VideoDecoderSelector::Abort().xhwang@chromium.org2013-09-238-70/+286