summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
...
* YV16 unittest which is mostly the same as YV12. Requires YV16 data filesfbarchard@chromium.org2009-04-061-6/+59
* Add YV16 convertfbarchard@chromium.org2009-04-062-13/+65
* FFmpeg video decoder glue codehclam@chromium.org2009-04-021-2/+3
* FFmpegDemuxer now uses a thread to handle demuxing.scherkus@chromium.org2009-03-311-0/+1
* Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...hclam@chromium.org2009-03-302-0/+7
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-303-69/+12
* Fixed a lot threading issues during tear down of <video>hclam@chromium.org2009-03-272-5/+4
* Demuxer stream now uses a callback instead of Assignable template. Cleaning ...ralphl@chromium.org2009-03-272-3/+5
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-265-35/+34
* Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an ...ralphl@chromium.org2009-03-263-43/+64
* TBR=hclamfbarchard@chromium.org2009-03-241-8/+8
* This reordering of instructions and use of movzx improved performance on pent...fbarchard@chromium.org2009-03-241-37/+21
* MMX optimized YUV conversion in GCC and Visual C.fbarchard@chromium.org2009-03-232-64/+528
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-1717-169/+417
* andrew's patchhclam@chromium.org2009-03-1717-417/+169
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-162-2/+4
* Buffer interface is now uint8*. Slight change to way data buffers are create...ralphl@chromium.org2009-03-164-52/+55
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-113-3/+0
* Implementaion of the VideoFrame interaface plus unit tests. Modified the moc...ralphl@chromium.org2009-03-115-82/+355
* Implemented AudioRendererImpl in renderer process using APIhclam@chromium.org2009-03-101-1/+1
* Checking in media::FFmpegGlue, media::FFmpegDemuxer and tests.scherkus@chromium.org2009-03-102-7/+35
* Revert "Checking in media::FFmpegDemuxer and tests."scherkus@chromium.org2009-03-102-35/+7
* Checking in media::FFmpegDemuxer and tests.scherkus@chromium.org2009-03-101-1/+6
* Checking in media::FFmpegGlue and some common FFmpeg code.scherkus@chromium.org2009-03-101-6/+29
* 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-061-44/+31
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-068-209/+275
* 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-063-0/+270
* Fixed up MockFilterHost and MockPipeline to support tasks and callbacks.scherkus@chromium.org2009-03-062-34/+72
* Changed several references from "char" to "uint8" which is the appropriate de...ralphl@chromium.org2009-03-043-45/+87
* Added IsEndOfStream and IsDiscontiguous flags to buffers.ralphl@chromium.org2009-02-255-92/+131
* Moved most functionality of video renderer into a base class (video_renderer_...ralphl@chromium.org2009-02-241-0/+42
* Fixes a bug in the media pipeline that resulted in the video dimensions never...ralphl@chromium.org2009-02-193-51/+328
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-1/+0
* A very basic implementation of a data source, which opens a file. Implementa...ralphl@chromium.org2009-02-122-0/+276
* Almost complete implementation of the Chrome video renderer. Still needs to ...ralphl@chromium.org2009-02-111-2/+14
* 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-052-78/+364
* 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-302-0/+152
* 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