summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Fix erratic HTML5 audio playbackdavej@chromium.org2011-04-142-0/+23
* Add IPC messages and renderer process side API for video capture. wjia@google.com2011-04-121-1/+2
* Fix valgrind messages for uninitialized preload_ value.vrk@google.com2011-04-052-1/+2
* Implementing preload=metadata for videovrk@google.com2011-04-055-5/+67
* Create helper methods to process FFmpeg index data.acolwell@chromium.org2011-04-011-1/+3
* Flag-enabled the experimental x-adaptive scheme with --enable-adaptive.fischman@chromium.org2011-03-302-2/+6
* Checking in media::BitstreamBuffer and media::VideoDecodeAccelerator interfaces.scherkus@chromium.org2011-03-301-0/+38
* AdaptiveDemuxer{,Factory,Stream} are born!fischman@chromium.org2011-03-292-0/+6
* Collapse two case statements into one, they do the same thing.finnur@chromium.org2011-03-281-3/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-2817-26/+26
* Die, DemuxerStream::QueryInterface, die!fischman@chromium.org2011-03-243-20/+6
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-234-16/+67
* Revert 79149 - Build a raw video pipeline for the <video> with a special src ...acolwell@chromium.org2011-03-234-67/+16
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-234-16/+67
* Simplify the Demuxer interface to get streams by type.fischman@chromium.org2011-03-215-41/+17
* Move media library path resolution into Chrome path provider.wez@chromium.org2011-03-173-9/+38
* Stop leaking callbacks in pipeline_impl_unittest.ccfischman@chromium.org2011-03-161-1/+1
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-1617-199/+291
* DemuxerFactory is born!fischman@chromium.org2011-03-1410-165/+137
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-1420-158/+738
* Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).scherkus@chromium.org2011-03-112-0/+5
* Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.tyoshino@chromium.org2011-03-112-5/+0
* Remove FFmpegVideoDecodeEngine's dependency on AVStream.scherkus@chromium.org2011-03-092-0/+5
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-0911-204/+72
* Remove width_ and height_ from various VideoDecoder implementations.scherkus@chromium.org2011-03-081-3/+3
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-073-25/+15
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-4/+4
* Cleaning up media/base/clock.cc,hscherkus@chromium.org2011-03-042-10/+10
* Fold ClockImpl into Clock and update corresponding clients and tests.scherkus@chromium.org2011-03-047-117/+88
* Retry: Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-192-47/+39
* Revert 75444 - Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-182-39/+52
* Move MockFFmpeg instance setting into the constructor/destructor.scherkus@chromium.org2011-02-182-52/+39
* Fix chromium-style compile error that got in the tree since yesterday.erg@google.com2011-02-172-0/+7
* Delete the StatisticsCallback passed to media filter mocks.scherkus@chromium.org2011-02-171-3/+4
* Implement webkit media metrics in chromium.scherkus@chromium.org2011-02-167-19/+91
* Revised SSE2 color conversionhclam@chromium.org2011-02-141-89/+107
* Resubmit - Use SSE2 block differ for chromotinghclam@chromium.org2011-02-111-1/+2
* Revert 74571 - Use SSE2 block differ for chromotingdhollowa@chromium.org2011-02-111-2/+1
* Revert 74583 - Revert 74571 - Use SSE2 block differ for chromotingfinnur@chromium.org2011-02-111-1/+2
* Revert 74571 - Use SSE2 block differ for chromotingfinnur@chromium.org2011-02-111-2/+1
* Use SSE2 block differ for chromotinghclam@chromium.org2011-02-111-1/+2
* Runtime check to enable SSE2 color space conversion codehclam@chromium.org2011-02-087-31/+176
* Reworked player_x11:scherkus@chromium.org2011-02-043-0/+910
* Resubmit "RGB to YUV conversion using SSE2""hclam@chromium.org2011-02-035-0/+492
* Prevent pending callbacks after an error from being interpreted as teardown c...acolwell@chromium.org2011-02-023-13/+120
* Revert "RGB to YUV conversion using SSE2"hclam@chromium.org2011-02-015-482/+0
* RGB to YUV conversion using SSE2hclam@chromium.org2011-02-015-0/+482
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-2/+2
* Fix a teardown hang caused by an Abort() call while there is a pending read.acolwell@chromium.org2011-01-261-1/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-214-46/+46