summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Convert Demuxer::Read() to use the new callback system.acolwell@chromium.org2011-05-113-7/+6
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-104-3/+4
* add MessageLoopProxy in MessageLoopFactorywjia@google.com2011-05-073-0/+37
* Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.scherkus@chromium.org2011-04-291-0/+2
* Updating logging in src/media/. Using DCHECK_EQ/NE/LE() where possible.kushi.p@gmail.com2011-04-292-3/+3
* Switch VideoDecoder over to the new hot callbacks.scherkus@chromium.org2011-04-272-16/+20
* Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...scherkus@chromium.org2011-04-272-0/+120
* Switch AudioDecoder's ConsumeAudioSamplesCallback over to the new hotness cal...scherkus@chromium.org2011-04-273-16/+17
* Refactor PTS processing logic from FFmpegVideoDecoder::FindPtsAndDuration() i...scherkus@chromium.org2011-04-273-0/+250
* Replace AudioDecoder::media_format() with AudioDecoderConfig.scherkus@chromium.org2011-04-263-4/+28
* 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