| Commit message (Expand) | Author | Age | Files | Lines |
* | Introducing DecoderBuffer and general Buffer cleanup. | dalecurtis@google.com | 2012-05-31 | 1 | -5/+0 |
* | Replace size_t with int in a few media classes. | scherkus@chromium.org | 2012-03-27 | 1 | -1/+1 |
* | Removed StreamSample as a shared base class between Buffer and VideoFrame. | scherkus@chromium.org | 2012-03-26 | 1 | -44/+25 |
* | Add AES decryptor and tests. | xhwang@chromium.org | 2012-03-08 | 1 | -1/+5 |
* | buffers.cc: replaced global TimeDelta constants with fully-inlined functions. | fischman@chromium.org | 2012-01-18 | 1 | -3/+7 |
* | Replace media::Limits struct with media::limits namespace and update document... | scherkus@chromium.org | 2011-12-07 | 1 | -0/+3 |
* | Add OVERRIDE to media/. | avi@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Create media.dll / libmedia.so. | darin@chromium.org | 2011-08-29 | 1 | -3/+5 |
* | Revert r95841 due to failing media_unittests on linux_shared bot. | darin@chromium.org | 2011-08-08 | 1 | -5/+3 |
* | Enable media.dll / libmedia.so. | darin@chromium.org | 2011-08-08 | 1 | -3/+5 |
* | Revert 95496 - Create media.dll | apatrick@chromium.org | 2011-08-05 | 1 | -5/+3 |
* | Create media.dll | darin@chromium.org | 2011-08-04 | 1 | -3/+5 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -1/+1 |
* | Remove media::StreamSample::IsDiscontinuous() and friends. | scherkus@chromium.org | 2010-11-12 | 1 | -12/+0 |
* | Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp. | scherkus@chromium.org | 2010-11-12 | 1 | -3/+3 |
* | Remove WriteableBuffer interface as DataBuffer is the only implementation. | scherkus@chromium.org | 2010-11-12 | 1 | -17/+0 |
* | FBTF: Moves code to the headers. | erg@google.com | 2010-09-28 | 1 | -4/+2 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+1 |
* | Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame. | scherkus@chromium.org | 2010-03-23 | 1 | -63/+1 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+6 |
* | Suppress slider thumb jumping around during seeking | hclam@chromium.org | 2009-08-21 | 1 | -0/+3 |
* | Refactor WritableBuffer interface for more useful ptr management. | kylep@chromium.org | 2009-07-16 | 1 | -9/+6 |
* | Refactor FFmpegVideoDecoder::OnDecode and unittest and add state tracking. | ajwong@chromium.org | 2009-06-22 | 1 | -0/+1 |
* | Handle end of stream for media | hclam@chromium.org | 2009-06-04 | 1 | -12/+11 |
* | FFmpeg video decoder glue code | hclam@chromium.org | 2009-04-02 | 1 | -2/+3 |
* | Decoders now use standard callback mechanism for Reads. Removed Assignable<>... | ralphl@chromium.org | 2009-03-30 | 1 | -54/+0 |
* | Revert tree bustage cause by r11904. | hclam@chromium.org | 2009-03-17 | 1 | -7/+10 |
* | andrew's patch | hclam@chromium.org | 2009-03-17 | 1 | -10/+7 |
* | Buffer interface is now uint8*. Slight change to way data buffers are create... | ralphl@chromium.org | 2009-03-16 | 1 | -7/+10 |
* | Implementaion of the VideoFrame interaface plus unit tests. Modified the moc... | ralphl@chromium.org | 2009-03-11 | 1 | -0/+8 |
* | Changed several references from "char" to "uint8" which is the appropriate de... | ralphl@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Added IsEndOfStream and IsDiscontiguous flags to buffers. | ralphl@chromium.org | 2009-02-25 | 1 | -8/+49 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -1/+0 |
* | Added missing header include to buffers.h. | scherkus@chromium.org | 2009-02-06 | 1 | -0/+1 |
* | Changed media::Buffer interfaces to use base::TimeDelta. | scherkus@chromium.org | 2009-01-31 | 1 | -4/+6 |
* | Fixed AssignableBuffer to use OwnerType instead of BufferType. | scherkus@chromium.org | 2009-01-30 | 1 | -1/+1 |
* | Moved RefCountedThreadSafe from AssignableBuffer to base type Assignable. | scherkus@chromium.org | 2009-01-29 | 1 | -11/+25 |
* | Removed Interface from the end of a bunch of media classes. | scherkus@chromium.org | 2009-01-15 | 1 | -20/+19 |
* | Checking in media::DataBuffer, a simple implementation of WritableBufferInter... | scherkus@chromium.org | 2008-12-16 | 1 | -5/+5 |
* | Checking in media buffer pure interfaces. | scherkus@chromium.org | 2008-12-08 | 1 | -20/+37 |
* | Set svn:eol-style LF for .h, .cc and .scons files. | scherkus@chromium.org | 2008-12-04 | 1 | -150/+150 |
* | Fixed gcc build break due to nested templates (>> should be > >) | scherkus@chromium.org | 2008-12-01 | 1 | -1/+1 |
* | Checking in media common header file and buffer pure interfaces. | scherkus@chromium.org | 2008-12-01 | 1 | -0/+152 |