summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* disable failing media unit teststc@google.com2009-01-141-4/+4
* Low level windows audio support (part 2 of 2)cpu@google.com2009-01-134-9/+589
* Low level windows audio support (part 1 of 2)cpu@google.com2009-01-133-33/+125
* Call logging::InitLogging. The lack of this was causing some hangs (and poss...erikkay@google.com2009-01-131-2/+0
* Checking in media_player project, which is used for standalone media testing.scherkus@chromium.org2009-01-093-0/+172
* Fix media.sln, I removed dmg_fp.vcproj a long time ago.tc@google.com2009-01-091-8/+0
* Removed FFmpeg constants from media::MediaFormat and media::mime_type.scherkus@chromium.org2009-01-072-10/+0
* Update googletest (gtest) to 1.2.1maruel@chromium.org2009-01-071-2/+2
* Changed media::DataSourceInterface to use string instead of wstring.scherkus@chromium.org2009-01-071-1/+1
* Changed media::kRawAudio/Video constants to the correct media::kUncompressedA...scherkus@chromium.org2009-01-071-2/+2
* Updated media.xcodeproj to include filter_host_impl.cc,h.scherkus@chromium.org2009-01-061-0/+6
* Checking in stubbed out media::FilterHostImpl and updated Windows and Linux b...scherkus@chromium.org2009-01-064-0/+149
* Forgot to make a few media::FilterHostInterface functions pure virtual.scherkus@chromium.org2009-01-061-11/+11
* Checking in media.xcodeproj.scherkus@chromium.org2009-01-051-0/+846
* A simple tone source useful for testing and troubleshootingcpu@google.com2009-01-052-0/+83
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...evanm@google.com2008-12-261-1/+1
* Audio support drop 2cpu@google.com2008-12-205-1/+177
* Initial generation of native Visual Studio solution filessgk@google.com2008-12-192-0/+11
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-182-5/+5
* Same as 14820 but moved into media foldercpu@google.com2008-12-181-0/+135
* Checking in media::FilterHostInterface.scherkus@chromium.org2008-12-183-3/+144
* Updated media::MediaFormat to use char/std::string instead of wchar_t/std::ws...scherkus@chromium.org2008-12-172-22/+22
* Checking in media::DataBuffer, a simple implementation of WritableBufferInter...scherkus@chromium.org2008-12-1610-23/+202
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-163-391/+391
* Updated MediaFormat to use std::string and char/wchar_t constants and tweaked...scherkus@chromium.org2008-12-092-61/+60
* Cleaned up Media filter interface comments and definitions.scherkus@chromium.org2008-12-081-35/+24
* Checking in media buffer pure interfaces.scherkus@chromium.org2008-12-081-20/+37
* Fix for gcc build breakscherkus@chromium.org2008-12-051-2/+5
* Checking in media::MediaFormat class, which describes the output of a filter.scherkus@chromium.org2008-12-055-1/+223
* Adding media filters interface definitions.The scheduler (forward declared an...scherkus@chromium.org2008-12-043-0/+185
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-042-294/+294
* Set svn:eol-style LF for .h, .cc and .scons files.scherkus@chromium.org2008-12-043-444/+444
* Added missing DEPS file for media subdirectory. Fixes checkdeps breakage.scherkus@chromium.org2008-12-011-0/+2
* Fixed gcc build break due to nested templates (>> should be > >)scherkus@chromium.org2008-12-011-1/+1