summaryrefslogtreecommitdiffstats
path: root/media/base/buffers.h
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+1
* Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame.scherkus@chromium.org2010-03-231-63/+1
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+6
* Suppress slider thumb jumping around during seekinghclam@chromium.org2009-08-211-0/+3
* Refactor WritableBuffer interface for more useful ptr management.kylep@chromium.org2009-07-161-9/+6
* Refactor FFmpegVideoDecoder::OnDecode and unittest and add state tracking.ajwong@chromium.org2009-06-221-0/+1
* Handle end of stream for mediahclam@chromium.org2009-06-041-12/+11
* FFmpeg video decoder glue codehclam@chromium.org2009-04-021-2/+3
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-301-54/+0
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-171-7/+10
* andrew's patchhclam@chromium.org2009-03-171-10/+7
* Buffer interface is now uint8*. Slight change to way data buffers are create...ralphl@chromium.org2009-03-161-7/+10
* Implementaion of the VideoFrame interaface plus unit tests. Modified the moc...ralphl@chromium.org2009-03-111-0/+8
* Changed several references from "char" to "uint8" which is the appropriate de...ralphl@chromium.org2009-03-041-1/+1
* Added IsEndOfStream and IsDiscontiguous flags to buffers.ralphl@chromium.org2009-02-251-8/+49
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-1/+0
* Added missing header include to buffers.h.scherkus@chromium.org2009-02-061-0/+1
* Changed media::Buffer interfaces to use base::TimeDelta.scherkus@chromium.org2009-01-311-4/+6
* Fixed AssignableBuffer to use OwnerType instead of BufferType.scherkus@chromium.org2009-01-301-1/+1
* Moved RefCountedThreadSafe from AssignableBuffer to base type Assignable.scherkus@chromium.org2009-01-291-11/+25
* Removed Interface from the end of a bunch of media classes.scherkus@chromium.org2009-01-151-20/+19
* Checking in media::DataBuffer, a simple implementation of WritableBufferInter...scherkus@chromium.org2008-12-161-5/+5
* Checking in media buffer pure interfaces.scherkus@chromium.org2008-12-081-20/+37
* Set svn:eol-style LF for .h, .cc and .scons files.scherkus@chromium.org2008-12-041-150/+150
* Fixed gcc build break due to nested templates (>> should be > >)scherkus@chromium.org2008-12-011-1/+1
* Checking in media common header file and buffer pure interfaces.scherkus@chromium.org2008-12-011-0/+152