summaryrefslogtreecommitdiffstats
path: root/media/base/media_format.cc
Commit message (Collapse)AuthorAgeFilesLines
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-171-12/+8
| | | | | | TBR=agl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11906 0039d316-1c4b-4281-b951-d872f2087c98
* andrew's patchhclam@chromium.org2009-03-171-8/+12
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11904 0039d316-1c4b-4281-b951-d872f2087c98
* Implementation of Pipeline and FilterHost interfaces. This is a large ↵ralphl@chromium.org2009-01-281-4/+8
| | | | | | | | | | | | change, but all of the objects are interrelated. I am also checking in a basic unit test that creates pipeline, and the data source hangs during initialization. The test sleeps one second and then stops the pipeline. Andrew has already done a first pass on this, and the code has come largely from our working experimental branch. Review URL: http://codereview.chromium.org/18546 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8805 0039d316-1c4b-4281-b951-d872f2087c98
* Removed FFmpeg constants from media::MediaFormat and media::mime_type.scherkus@chromium.org2009-01-071-7/+0
| | | | | | | | They're specific to the FFmpeg filters themselves and shouldn't be declared here. They're not used anywhere at the moment so removing them is fine for now. Review URL: http://codereview.chromium.org/17240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7699 0039d316-1c4b-4281-b951-d872f2087c98
* Changed media::kRawAudio/Video constants to the correct ↵scherkus@chromium.org2009-01-071-2/+2
| | | | | | | | | | media::kUncompressedAudio/Video. They were previously changed in the header file but I forgot to change the source file. Review URL: http://codereview.chromium.org/17222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7646 0039d316-1c4b-4281-b951-d872f2087c98
* Updated media::MediaFormat to use char/std::string instead of ↵scherkus@chromium.org2008-12-171-11/+11
| | | | | | | | wchar_t/std::wstring. Review URL: http://codereview.chromium.org/14805 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7168 0039d316-1c4b-4281-b951-d872f2087c98
* Updated MediaFormat to use std::string and char/wchar_t constants and ↵scherkus@chromium.org2008-12-091-33/+31
| | | | | | | | tweaked MediaFormat::Clear. Review URL: http://codereview.chromium.org/13211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6559 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for gcc build breakscherkus@chromium.org2008-12-051-2/+5
| | | | | | Review URL: http://codereview.chromium.org/13157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6413 0039d316-1c4b-4281-b951-d872f2087c98
* Checking in media::MediaFormat class, which describes the output of a filter.scherkus@chromium.org2008-12-051-0/+126
Review URL: http://codereview.chromium.org/13149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6412 0039d316-1c4b-4281-b951-d872f2087c98