summaryrefslogtreecommitdiffstats
path: root/media/filters
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in media/, take 2.avi2015-12-2379-0/+189
* Add missing macros includes in media/.avi2015-12-1929-0/+29
* Switch to standard integer types in media/.Avi Drissman2015-12-1965-995/+1046
* media: Disable flaky VideoRendererAlgorithmTest.CadenceBasedTestdanakj2015-12-151-1/+2
* Don't accumulate poor frames in low delay or stalled mode.dalecurtis2015-12-152-0/+16
* Don't assume correct image format in CopyVpxImageToVideoFrame()wdzierzanowski2015-12-152-11/+22
* Don't require VDAs to return all PictureBuffers at once.liberato2015-12-102-12/+30
* A bit more logging in FFmpegDemuxerStream::Createservolk2015-12-092-6/+20
* Remove kint64max.avi2015-12-092-6/+9
* opus: allow mismatch in AudioDecoderConfig and ExtraData delayzhengxiong2015-12-072-5/+8
* Roll ffmpeg DEPS for MP3 seek bug, add tests.Chris Cunningham2015-12-051-1/+2
* Use XRGB for opaque hardware-decoded videos.jbauman2015-12-041-1/+3
* Revert "Fix race on demuxer memory usage. Reuse previous calculation."wdzierzanowski2015-12-042-23/+24
* 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-041-1/+4
* [MSE] Fix GC with media_time past the last appended buffer timestampservolk2015-12-033-5/+81
* Fix Bug: Video with Variable Frame Rate plays at incorrect speed.qiangchen2015-12-025-27/+150
* Revert of Use XRGB for opaque hardware-decoded videos. (patchset #1 id:1 of h...kbr2015-12-011-3/+1
* Use XRGB for opaque hardware-decoded videos.jbauman2015-12-011-1/+3
* Enable pcm_s32le audio decoding.jyw2015-11-251-1/+2
* Cleanup bitstream converter map for better readability.dalecurtis2015-11-251-9/+15
* Cleanup: Correctly spell success(ful).thestig2015-11-231-4/+5
* Reland: media::FFmpegVideoDecoder: remove ctor param |task_runner| and use a ...mcasas2015-11-203-13/+14
* Reland: Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittestsmcasas2015-11-201-3/+3
* Reland of: media::VpxVideoDecoder cleanupmcasas2015-11-192-239/+229
* Revert of media::FFmpegVideoDecoder: remove ctor param |task_runner| and use ...mcasas2015-11-193-14/+13
* media::FFmpegVideoDecoder: remove ctor param |task_runner| and use a ThreadCh...mcasas2015-11-193-13/+14
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-0/+2
* Always create OPUS decoder buffer with kSampleFormatF32zhengxiong2015-11-181-8/+5
* media: Support SetCdm() on GpuVideoDecoder.xhwang2015-11-182-2/+58
* Revert of media::VpxVideoDecoder cleanup (patchset #4 id:260001 of https://co...mcasas2015-11-182-232/+245
* Revert of Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unit...mcasas2015-11-181-3/+3
* Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittestsmcasas2015-11-171-3/+3
* media::VpxVideoDecoder cleanupmcasas2015-11-162-245/+232
* media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize().xhwang2015-11-1530-117/+149
* Revert of media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize(). (p...loyso2015-11-1430-149/+117
* media: Pass SetCdmReadyCB in {Audio|Video}Decoder::Initialize().xhwang2015-11-1430-117/+149
* Roll FFmpeg for M48ddorwin2015-11-137-12/+11
* media: Replace DecryptorReadyCB with CdmReadyCB.xhwang2015-11-1216-256/+302
* Update WebmMuxer for audio component of MediaStream recording.ajose2015-11-073-147/+195
* Remove obsolete "temporary seek" track buffer logic.chcunningham2015-11-041-27/+0
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-032-5/+9
* Fix race on demuxer memory usage. Reuse previous calculation.dalecurtis2015-11-022-24/+23
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-301-1/+1
* Add methods for telling V8 how much memory audio/video is using.dalecurtis2015-10-2912-0/+50
* Pass DecryptConfig parameters over IPC and use it in AVDA.timav2015-10-271-0/+6
* Destroy the fallback decoder after enough sw frames are decoded.dalecurtis2015-10-233-5/+22
* Fail playback when VideoDecoderConfig has invalid extra data.chcunningham2015-10-2014-116/+174
* media: DecoderSelector supports generic decoders that can handle encrypted st...xhwang2015-10-1911-198/+247
* media: Use GL shared worker context instead of allocating one.dcastagna2015-10-192-13/+10