summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* First part of the Mac Audio low level supportcpu@chromium.org2009-03-255-4/+291
* 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
* Update the gyp Linux build:sgk@google.com2009-03-201-0/+11
* Use AutoUnlock class and Lock::AssertAcquired() methods to verify expected be...ralphl@chromium.org2009-03-192-27/+25
* Base class for audio and video decoders, plus a test audio and video decoder ...ralphl@chromium.org2009-03-1812-0/+599
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-1737-672/+1863
* andrew's patchhclam@chromium.org2009-03-1737-1863/+672
* updated data for yuv unittest.fbarchard@chromium.org2009-03-162-0/+1108
* 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-166-55/+58
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-133-0/+3
* 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-122-2/+0
* Pointing slns at generated vcprojs from base.bradnelson@google.com2009-03-121-2/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-118-8/+0
* Implementaion of the VideoFrame interaface plus unit tests. Modified the moc...ralphl@chromium.org2009-03-1110-88/+385
* Implemented AudioRendererImpl in renderer process using APIhclam@chromium.org2009-03-102-2/+2
* Adding fixed guids to some modules to facilitate incremental switch to gyp.bradnelson@google.com2009-03-101-0/+1
* Checking in media::FFmpegGlue, media::FFmpegDemuxer and tests.scherkus@chromium.org2009-03-1013-11/+1442
* Revert "Checking in media::FFmpegDemuxer and tests."scherkus@chromium.org2009-03-1013-1442/+11
* Checking in media::FFmpegDemuxer and tests.scherkus@chromium.org2009-03-106-1/+786
* Checking in media::FFmpegGlue and some common FFmpeg code.scherkus@chromium.org2009-03-109-10/+656
* 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-062-48/+32
* Pipeline_Impl was modified to properly render a stream that has video but no ...ralphl@chromium.org2009-03-0610-212/+276
* 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-067-1/+286
* Fixed up MockFilterHost and MockPipeline to support tasks and callbacks.scherkus@chromium.org2009-03-065-106/+139
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-052-2/+2
* Changed several references from "char" to "uint8" which is the appropriate de...ralphl@chromium.org2009-03-046-48/+90
* One of the renderer unit tests is flaky so I have disabled it and put a TODO ...ralphl@chromium.org2009-03-041-1/+3
* The text is identical, but the change removes several cr/lf blocks from the f...ralphl@chromium.org2009-03-031-5/+5
* test data for yuv unittestfbarchard@chromium.org2009-03-032-0/+28891
* Random change to force a build. Fix style compliance. In theory, shouldn't br...maruel@chromium.org2009-03-021-2/+2
* GYP it, GYP it good.mark@chromium.org2009-03-021-878/+0
* Added IsEndOfStream and IsDiscontiguous flags to buffers.ralphl@chromium.org2009-02-258-109/+169
* Import .gyp files into the Chromium treemark@chromium.org2009-02-251-0/+90
* Added FFmpeg project to chrome, chrome_kjs and media solution files.scherkus@chromium.org2009-02-251-0/+10
* Refactored AudioRendererImpl and NullAudioRenderer into a new base class Audi...scherkus@chromium.org2009-02-248-272/+376
* Add destruction to AudioManager singleton for windowscpu@google.com2009-02-242-6/+14
* Moved most functionality of video renderer into a base class (video_renderer_...ralphl@chromium.org2009-02-249-0/+606
* Audio related IPC messages and handlers from browser tohclam@chromium.org2009-02-201-0/+6
* Fixes a bug in the media pipeline that resulted in the video dimensions never...ralphl@chromium.org2009-02-194-54/+344
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-1/+0
* IPC messages definitions for audio related requests fromhclam@chromium.org2009-02-161-3/+5
* Revert r9861 to fix buildhclam@chromium.org2009-02-161-5/+3
* IPC messages definitions for audio related requests fromhclam@chromium.org2009-02-161-3/+5
* Fixed NullAudioRenderer gcc break due to not including <cmath>.scherkus@chromium.org2009-02-131-0/+2