summaryrefslogtreecommitdiffstats
path: root/media/filters
Commit message (Expand)AuthorAgeFilesLines
* Always run AudioRendererImpl's flush callback asynchronously.scherkus@chromium.org2014-07-031-4/+8
* MSE: Move FrameProcessorBase code into FrameProcessorwolenetz@chromium.org2014-07-015-467/+402
* Update VideoRenderer API to fire changes in BufferingState.scherkus@chromium.org2014-07-013-240/+171
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-011-4/+2
* Fix corrupted audio and video at playback start in ogg containers.dalecurtis@chromium.org2014-07-013-35/+123
* Fix missing seek information when video has no start time.dalecurtis@chromium.org2014-06-282-8/+22
* Revert 280020 "Revert 279958 "Revert "Revert 279650 "Add VaapiVideoEncodeAcce...posciak@chromium.org2014-06-275-5/+368
* Fix logging in DecoderStream::OnBufferReady().xhwang@chromium.org2014-06-271-1/+1
* Update AudioRenderer API to fire changes in BufferingState (round 3).scherkus@chromium.org2014-06-264-301/+101
* Revert 279958 "Revert "Revert 279650 "Add VaapiVideoEncodeAccele..."jamescook@chromium.org2014-06-265-368/+5
* Revert of Update AudioRenderer API to fire changes in BufferingState (round 2...glider@chromium.org2014-06-264-97/+299
* Update AudioRenderer API to fire changes in BufferingState (round 2).scherkus@chromium.org2014-06-264-299/+97
* Revert "Revert 279650 "Add VaapiVideoEncodeAccelerator for HW-accelerate...""posciak@chromium.org2014-06-265-5/+368
* Revert 279650 "Add VaapiVideoEncodeAccelerator for HW-accelerate..."jamescook@chromium.org2014-06-255-367/+5
* Add VaapiVideoEncodeAccelerator for HW-accelerated video encode.posciak@chromium.org2014-06-255-5/+367
* Add mp3 end padding skip for the WebAudio decoder.dalecurtis@chromium.org2014-06-253-5/+24
* Fix VP9 playback for videos with odd width/height.sergeyu@chromium.org2014-06-241-0/+8
* Introduce buffering state change callback to Pipeline.scherkus@chromium.org2014-06-243-14/+22
* Fix up some AudioRendererImpl tests.scherkus@chromium.org2014-06-241-20/+7
* Extract SourceBuffer related constants to a separate file.damienv@chromium.org2014-06-213-8/+36
* Clear active splice flag after an explicit Reset().dalecurtis@google.com2014-06-204-0/+31
* Consolidate and improve audio decoding test for all decoders.dalecurtis@chromium.org2014-06-208-464/+732
* Fix WebMStreamParser to handle Cues between Clusters correctly.sergeyu@chromium.org2014-06-191-0/+28
* MSE: Remove Chromium-side support for LegacyFrameProcessorwolenetz@chromium.org2014-06-196-630/+183
* No EOS frame in {Audio|Video}Decoder::OutputCB.xhwang@chromium.org2014-06-1928-234/+281
* Fix seeking when the start time is non-zero.dalecurtis@chromium.org2014-06-186-87/+317
* MSE: Reduce spurious discontinuities caused by partial append window start ov...wolenetz@chromium.org2014-06-182-3/+24
* MSE: Allow negative parsed frame PTS/DTS in FrameProcessorwolenetz@chromium.org2014-06-172-6/+30
* Fix the flushing process of DecryptingAudioDecoder.xhwang@chromium.org2014-06-174-70/+74
* Fix WebMStreamParser to continue parsing after a cluster endsergeyu@chromium.org2014-06-171-3/+29
* Revert of Fix seeking when the start time is non-zero. (https://codereview.ch...tkent@chromium.org2014-06-166-257/+86
* Fix seeking when the start time is non-zero.dalecurtis@chromium.org2014-06-166-86/+257
* Fix the flushing process of DecryptingVideoDecoder.xhwang@chromium.org2014-06-143-62/+60
* Add extra parameters in tracing DecryptingVideoDecoder::DecodePendingBuffer().xhwang@chromium.org2014-06-141-2/+3
* MSE: On init segment received, set need random access point flag on all track...wolenetz@chromium.org2014-06-136-10/+48
* Fix crash caused by removing the gap at the beginning of a media segment.acolwell@chromium.org2014-06-132-4/+60
* Prevent incorrect start time from being used during new range creation.acolwell@chromium.org2014-06-112-6/+37
* MSE: Report decode error if FrameProcessor's append to track buffer failswolenetz@chromium.org2014-06-111-1/+4
* Add callback in VideoDecoder and AudioDecoder to return decoded frames.sergeyu@chromium.org2014-06-1133-911/+695
* MSE: Remap single text track number changes in frame processorwolenetz@chromium.org2014-06-114-10/+114
* Clear Key CDM to generate close event when session is closed.jrummell@chromium.org2014-06-111-0/+2
* Always round up coded size to avoid VideoFrame restrictions.dalecurtis@chromium.org2014-06-082-2/+20
* Add Promises for EME (Chromium side)jrummell@chromium.org2014-06-071-70/+92
* Fix memory init in SkCanvasVideoRendererTest.sandersd@chromium.org2014-06-071-0/+1
* Allow ffmpeg to process individual NALU rather than require frames.igorc@chromium.org2014-06-072-1/+11
* Remove FastPaint.sandersd@chromium.org2014-06-062-365/+48
* Fix crashes caused when SourceBuffer.remove() is called starting at the prese...acolwell@chromium.org2014-06-062-11/+37
* Fix a couple edges cases with audio preroll processing.dalecurtis@chromium.org2014-06-054-27/+75
* Allow OPUS files with a codec delay of zero.dalecurtis@chromium.org2014-06-052-15/+47
* Support for YUV 4:4:4 subsampling in vpx decoder.sandersd@chromium.org2014-06-042-14/+35