summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* DCHECK affects performance in release build.fbarchard@chromium.org2009-03-071-0/+7
* Moved mock media filter constructors from private to public.scherkus@chromium.org2009-03-062-48/+32
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-0610-212/+276
* Cast size_t to int for comparison with ReadFile return value.fbarchard@chromium.org2009-03-061-6/+8
* YUV conversion code.fbarchard@chromium.org2009-03-067-1/+286
* Fixed up MockFilterHost and MockPipeline to support tasks and callbacks.scherkus@chromium.org2009-03-065-106/+139
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-052-2/+2
* Changed several references from "char" to "uint8" which is the appropriate de...ralphl@chromium.org2009-03-046-48/+90
* 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
* test data for yuv unittestfbarchard@chromium.org2009-03-032-0/+28891
* Random change to force a build. Fix style compliance. In theory, shouldn't br...maruel@chromium.org2009-03-021-2/+2
* GYP it, GYP it good.mark@chromium.org2009-03-021-878/+0
* Added IsEndOfStream and IsDiscontiguous flags to buffers.ralphl@chromium.org2009-02-258-109/+169
* Import .gyp files into the Chromium treemark@chromium.org2009-02-251-0/+90
* Added FFmpeg project to chrome, chrome_kjs and media solution files.scherkus@chromium.org2009-02-251-0/+10
* Refactored AudioRendererImpl and NullAudioRenderer into a new base class Audi...scherkus@chromium.org2009-02-248-272/+376
* Add destruction to AudioManager singleton for windowscpu@google.com2009-02-242-6/+14
* Moved most functionality of video renderer into a base class (video_renderer_...ralphl@chromium.org2009-02-249-0/+606
* Audio related IPC messages and handlers from browser tohclam@chromium.org2009-02-201-0/+6
* Fixes a bug in the media pipeline that resulted in the video dimensions never...ralphl@chromium.org2009-02-194-54/+344
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-1/+0
* IPC messages definitions for audio related requests fromhclam@chromium.org2009-02-161-3/+5
* Revert r9861 to fix buildhclam@chromium.org2009-02-161-5/+3
* IPC messages definitions for audio related requests fromhclam@chromium.org2009-02-161-3/+5
* 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-134-0/+227
* A very basic implementation of a data source, which opens a file. Implementa...ralphl@chromium.org2009-02-1210-7/+579
* Almost complete implementation of the Chrome video renderer. Still needs to ...ralphl@chromium.org2009-02-111-2/+14
* Construct AudioRendererHost in BrowserRendererProcessHost, also constructhclam@chromium.org2009-02-115-0/+44
* Checking in default implementation of AudioRenderer interface, AudioRendererI...scherkus@chromium.org2009-02-104-0/+306
* Could you guys get on this one ASAP. My video render code depends on these m...ralphl@chromium.org2009-02-105-20/+216
* Added missing header include to buffers.h.scherkus@chromium.org2009-02-061-0/+1
* Updated pipeline unit test and added mocks for a full audio pipeline.ralphl@chromium.org2009-02-054-78/+369
* Merged with latest media pipeline and cleaned up some style stuff.hclam@chromium.org2009-02-031-1/+1
* Changed media::Buffer interfaces to use base::TimeDelta.scherkus@chromium.org2009-01-315-28/+34
* Fixed AssignableBuffer to use OwnerType instead of BufferType.scherkus@chromium.org2009-01-301-1/+1
* Checking in media::Synchronizer, a utility class to facilitate A/V synchroniz...scherkus@chromium.org2009-01-304-0/+162
* Fixed up the EOL style on all /src/media source files.scherkus@chromium.org2009-01-292-12/+12
* A minor change to the pattern for filter factories that makes the implementat...ralphl@chromium.org2009-01-294-308/+388
* Moved RefCountedThreadSafe from AssignableBuffer to base type Assignable.scherkus@chromium.org2009-01-291-11/+25
* Implementation of Pipeline and FilterHost interfaces. This is a large change...ralphl@chromium.org2009-01-2814-148/+969
* Generate additional .vcproj files in miscellaneous top-level components.sgk@google.com2009-01-264-29/+195
* This is the frozen interface definition for the media pipeline, filters, and ...ralphl@chromium.org2009-01-219-279/+346
* Do not runsome PCM audio tests on the botscpu@google.com2009-01-192-3/+25
* Testing to determine why some trybots have issues with some PCMWave testing.cpu@google.com2009-01-171-2/+3
* Removed Interface from the end of a bunch of media classes.scherkus@chromium.org2009-01-157-76/+74
* Checking in filter factory code.scherkus@chromium.org2009-01-152-0/+140
* Re-enable the audio tests that fail in the botscpu@google.com2009-01-144-4/+24
* Checking in basic pipeline interface and stubbed out media::PipelineImpl.scherkus@chromium.org2009-01-144-0/+207