summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix clock update behavior at the end of stream.acolwell@chromium.org2010-11-237-22/+122
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-2015-14/+14
* Fix compilation of audio_manager_win.cc in Win Release.tony@chromium.org2010-11-191-87/+91
* On windows, send audio hardware info with speech input requests if user conse...satish@chromium.org2010-11-195-1/+127
* Add shared macros for stringizing and converting ANSI string constantsjoi@chromium.org2010-11-181-6/+4
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-1510-123/+151
* Revert 66125 -- Broke Windows build - Move FilterType into MediaFilterCollectionlevin@chromium.org2010-11-159-141/+113
* Move FilterType into MediaFilterCollectionacolwell@chromium.org2010-11-159-113/+141
* Remove media::StreamSample::IsDiscontinuous() and friends.scherkus@chromium.org2010-11-127-77/+9
* Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp.scherkus@chromium.org2010-11-1215-60/+55
* 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-123-151/+0
* Refactor Pipeline & PipelineImpl so WebMediaPlayerImpl references a Pipeline ...acolwell@chromium.org2010-11-114-42/+31
* roll ffmpeg to nov 4 to fix clang issuefbarchard@chromium.org2010-11-113-4/+5
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-1146-404/+324
* Make sure that ffmpeg returning us an invalid stream cannot damage us toocevans@chromium.org2010-11-081-1/+6
* Adding a test case to ffmpeg_unittests for bug 62127.scherkus@chromium.org2010-11-051-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-044-0/+143
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-0313-158/+328
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-022-3/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-0113-34/+34
* Rename UploadToVideoFrame to ConvertToVideoFrame.tfarina@chromium.org2010-10-303-5/+5
* media_bench output width and height of mediafbarchard@chromium.org2010-10-271-3/+8
* FBTF: Hopefully, the last ctor patch.erg@google.com2010-10-272-1/+3
* Fix excessive IPCs by audio renderer.sergeyu@chromium.org2010-10-261-2/+7
* audio use table for channels to mask to allow more of the surround optionsfbarchard@chromium.org2010-10-261-19/+39
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-2336-829/+423
* add channel mask for 6.1 surround when 7 channel audio is specifiedfbarchard@chromium.org2010-10-221-10/+21
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-2212-9/+34
* Fixed bug 57194 by removing the DCHECKs and replacing them with a DLOG in the...scherkus@chromium.org2010-10-211-3/+4
* Fixed a Windows-with-hardware-only unit test that is failing. Revision 59224 ...scherkus@chromium.org2010-10-211-1/+1
* 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-1913-119/+98
* Revert "Delay loading Media Foundations DLLs"hclam@chromium.org2010-10-191-4/+0
* Delay loading Media Foundations DLLshclam@chromium.org2010-10-191-0/+4
* audio ola resampler accept 8 channel sourcefbarchard@chromium.org2010-10-191-1/+1
* Fix the issue with audio ended event on Ubuntu 10.10.sergeyu@chromium.org2010-10-192-11/+4
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-195-11/+36
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-183-11/+33
* add wave out extensible support for 5.1 surround soundfbarchard@chromium.org2010-10-182-18/+36
* Make sure to use scoped_refptr for refcounted params in audio/video/remotingwillchan@chromium.org2010-10-185-14/+27
* Coverity: Initialize data members in constructor.kmadhusu@chromium.org2010-10-182-1/+3
* Initialize context_ to NULL.finnur@chromium.org2010-10-161-1/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* [media] inject VDC to decoder.jiesun@google.com2010-10-137-31/+63
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-132-0/+15
* xRevert 62319 - re-enable ogg threadsfbarchard@chromium.org2010-10-122-3/+12
* re-enable ogg threadsfbarchard@chromium.org2010-10-122-12/+3
* Move PerfTestSuite implementation into a .cc file and add it to the basebrettw@chromium.org2010-10-101-1/+1