summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Whitespace change to force a relink of media/media_unittests on all builders.rsleevi@chromium.org2011-11-231-1/+1
* Revert 111320 - Disable PipelineImplTest.AudioStream on OS Xrsleevi@chromium.org2011-11-231-7/+1
* Disable PipelineImplTest.AudioStream on OS Xrsleevi@chromium.org2011-11-231-1/+7
* Remove a superfluous DCHECK() in DownloadRateMonitor::Start()steveblock@chromium.org2011-11-211-1/+0
* Fire canplaythrough event at the proper time for audio/videovrk@google.com2011-11-188-16/+633
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-182-1/+6
* Revert 110584 - Make pulseaudio available for all posix platforms and add sup...scherkus@chromium.org2011-11-172-6/+1
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-172-1/+6
* Add OVERRIDE to media/.avi@chromium.org2011-11-166-10/+11
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-2/+0
* Correct some rounding errors introduced recently.cevans@chromium.org2011-11-101-4/+4
* Fix crash in UMA-reporting aspect ratio when video height is zero.fischman@chromium.org2011-11-101-2/+6
* First cut at UMA-exposing histograms of media data in the wild.fischman@chromium.org2011-11-086-6/+101
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-043-30/+19
* Change DemuxerStream::ReadCallback to use ref-counted buffers.scherkus@chromium.org2011-11-012-5/+5
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-275-10/+70
* Fix regression and make CrOS audio codecs work again.ihf@chromium.org2011-10-261-1/+6
* Improve audio underflow handling.acolwell@chromium.org2011-10-215-9/+40
* Add NetworkEventCB to media pipeline and remove IsNetworkActive()vrk@google.com2011-10-195-32/+21
* Fix out of bound access with ScaleYUVToRGB32.hclam@chromium.org2011-10-174-60/+228
* Disable SSSE3 version of RGB->YUV conversion.hclam@chromium.org2011-10-171-3/+3
* Fix DCHECKS caused by demuxer callbacks running on the wrong thread.acolwell@chromium.org2011-10-121-0/+12
* Fix hangs & crashes in teardown-during-Seek.fischman@chromium.org2011-10-071-2/+5
* Proper detection of MMX and SSE supporthclam@chromium.org2011-10-061-3/+15
* Fix crash on media teardown when triggered by pipeline errorvrk@google.com2011-10-042-5/+62
* Fix support for yuv_422 pixel format.scherkus@chromium.org2011-10-043-15/+36
* Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.scherkus@chromium.org2011-10-012-29/+67
* Simplify some callbacks-related code now that Bind can curry Callback->Closure.fischman@chromium.org2011-09-302-24/+10
* Improve ChunkDemuxer so AppendData() calls no longer have to be done on eleme...acolwell@chromium.org2011-09-302-0/+133
* Follow-up cleanup promised during r103376's CR.fischman@chromium.org2011-09-305-165/+40
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-2923-571/+312
* Remove AdaptiveDemuxer since it's been replaced with ChunkingDemuxer.fischman@chromium.org2011-09-292-4/+0
* Re-enable SSSE3-optimized functions.hbono@chromium.org2011-09-292-2/+18
* Make media/ PIC-clean on 32-bit Linux.agl@chromium.org2011-09-271-2/+5
* Introduce AudioDecoderConfig to migrate away from GetAVStream().scherkus@chromium.org2011-09-218-3/+176
* Reland r101418: Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-1912-127/+124
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-182-2/+2
* Replace AudioDecoderConfig with simple accessors on AudioDecoder.scherkus@chromium.org2011-09-163-30/+9
* Reorganize YUV scalers (Continued)hclam@chromium.org2011-09-1615-1849/+101
* Write tests for FFmpegAudioDecoder so I can rewrite the class sans regressions.scherkus@chromium.org2011-09-162-2/+6
* Revert 101418 - Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-1612-123/+127
* Fix aspect ratio and clarify video frame dimensionsvrk@google.com2011-09-1612-127/+123
* Fixing dropped seeks.serya@chromium.org2011-09-151-1/+1
* Resubmit - Rewrite color space conversions suite using YASM"hclam@chromium.org2011-09-1427-186/+1842
* Improve the speed of YUVConvertTest.SideBySideRGB.hbono@chromium.org2011-09-141-7/+9
* Revert 100915 - Rewrite color space conversions suite using YASMdhollowa@chromium.org2011-09-1427-1867/+185
* Revert 100916 - Fix builddhollowa@chromium.org2011-09-142-0/+25
* Revert 100917 - Not use SSSE3 code that was merged accidentallydhollowa@chromium.org2011-09-141-1/+17
* Remove Demuxer from the Filter class hierarchy.acolwell@chromium.org2011-09-1312-72/+301
* Not use SSSE3 code that was merged accidentallyhclam@chromium.org2011-09-131-17/+1