summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-157-101/+131
* Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollectionlevin@chromium.org2010-11-157-131/+101
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-157-101/+131
* Remove media::StreamSample::IsDiscontinuous() and friends.scherkus@chromium.org2010-11-124-28/+2
* Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp.scherkus@chromium.org2010-11-126-28/+23
* Remove WriteableBuffer interface as DataBuffer is the only implementation.scherkus@chromium.org2010-11-124-26/+15
* Delete media::Synchronizer since it's never been used.scherkus@chromium.org2010-11-122-149/+0
* Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...acolwell@chromium.org2010-11-114-42/+31
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-0/+1
* Refactor code so PipelineImpl doesn't rely on FilterType anymore.scherkus@chromium.org2010-11-044-121/+115
* Initial StateMatrix idea using composition and void*scherkus@chromium.org2010-11-043-0/+140
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-0310-139/+305
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-014-14/+14
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-2310-554/+371
* Prevent buffered time from being less than the current time.scherkus@chromium.org2010-10-203-38/+88
* Convert LOG(INFO) to VLOG(1) - media/.pkasting@chromium.org2010-10-192-8/+7
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-194-11/+35
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-182-11/+32
* Make sure to use scoped_refptr for refcounted params in audio/video/remotingwillchan@chromium.org2010-10-181-2/+6
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-132-0/+15
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-6/+2
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-2/+6
* GpuVideoDecoderHost runs on IO thread instead of Render threadhclam@chromium.org2010-10-071-0/+2
* Cleanup in VideoFramehclam@chromium.org2010-10-072-54/+0
* Implement Gles2VideoDecoderContexthclam@chromium.org2010-10-072-1/+5
* Implement GpuVideoDecoderHost and unit testshclam@chromium.org2010-10-071-0/+2
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-041-2/+2
* VP8 decoder for chromotinghclam@chromium.org2010-09-293-2/+24
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-4/+9
* FBTF: Moves code to the headers.erg@google.com2010-09-286-20/+51
* Implement VP8 encoder for chromotinghclam@chromium.org2010-09-283-1/+46
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-233-57/+96
* Fix an error reported by the clang assembler.thakis@chromium.org2010-09-211-4/+4
* Fixed Ended event when audio is disabled.sergeyu@chromium.org2010-09-173-1/+20
* Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video...hclam@chromium.org2010-09-132-1/+107
* Clean up texture types in VideoFramehclam@chromium.org2010-09-091-6/+10
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-052-24/+34
* Implement audio recording for Linux via ALSA.satish@chromium.org2010-09-022-2/+5
* media: recycle buffers/direct rendering etc. (third patch)jiesun@google.com2010-09-021-1/+4
* Fixing rounding error in buffering bar for fully loaded HTTP videosvrk@google.com2010-09-012-14/+30
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-4/+8
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-1/+3
* media: add flush stage before stop().jiesun@google.com2010-08-262-54/+133
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-1/+1
* media: bit stream converterjiesun@google.com2010-08-132-0/+3
* remove text direct in 64 bit because these are proper inline within a C funct...fbarchard@chromium.org2010-08-121-3/+0
* declare text segment for gcc assemblyfbarchard@chromium.org2010-08-111-24/+9
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-114-19/+28
* Revert 55603nsylvain@chromium.org2010-08-114-28/+19