summaryrefslogtreecommitdiffstats
path: root/media/filters
Commit message (Expand)AuthorAgeFilesLines
* Use AutoUnlock class and Lock::AssertAcquired() methods to verify expected be...ralphl@chromium.org2009-03-192-27/+25
* Base class for audio and video decoders, plus a test audio and video decoder ...ralphl@chromium.org2009-03-187-0/+565
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-175-30/+9
* andrew's patchhclam@chromium.org2009-03-175-9/+30
* Buffer interface is now uint8*. Slight change to way data buffers are create...ralphl@chromium.org2009-03-162-3/+3
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-132-0/+2
* Implemented AudioRendererImpl in renderer process using APIhclam@chromium.org2009-03-101-1/+1
* Checking in media::FFmpegGlue, media::FFmpegDemuxer and tests.scherkus@chromium.org2009-03-108-0/+1370
* Revert "Checking in media::FFmpegDemuxer and tests."scherkus@chromium.org2009-03-108-1370/+0
* Checking in media::FFmpegDemuxer and tests.scherkus@chromium.org2009-03-103-0/+768
* Checking in media::FFmpegGlue and some common FFmpeg code.scherkus@chromium.org2009-03-105-0/+602
* Moved mock media filter constructors from private to public.scherkus@chromium.org2009-03-061-4/+1
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-062-3/+1
* Fixed up MockFilterHost and MockPipeline to support tasks and callbacks.scherkus@chromium.org2009-03-062-72/+64
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Changed several references from "char" to "uint8" which is the appropriate de...ralphl@chromium.org2009-03-043-3/+3
* One of the renderer unit tests is flaky so I have disabled it and put a TODO ...ralphl@chromium.org2009-03-041-1/+3
* The text is identical, but the change removes several cr/lf blocks from the f...ralphl@chromium.org2009-03-031-5/+5
* Added IsEndOfStream and IsDiscontiguous flags to buffers.ralphl@chromium.org2009-02-253-17/+38
* Refactored AudioRendererImpl and NullAudioRenderer into a new base class Audi...scherkus@chromium.org2009-02-246-272/+366
* Moved most functionality of video renderer into a base class (video_renderer_...ralphl@chromium.org2009-02-244-0/+543
* Fixes a bug in the media pipeline that resulted in the video dimensions never...ralphl@chromium.org2009-02-191-3/+16
* Fixed NullAudioRenderer gcc break due to not including <cmath>.scherkus@chromium.org2009-02-131-0/+2
* Checking in media::NullAudioRenderer, the equivalent of decoding to /dev/null.scherkus@chromium.org2009-02-132-0/+217
* A very basic implementation of a data source, which opens a file. Implementa...ralphl@chromium.org2009-02-123-0/+273
* Checking in default implementation of AudioRenderer interface, AudioRendererI...scherkus@chromium.org2009-02-102-0/+290