summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix buildhclam@chromium.org2011-09-132-25/+0
* Rewrite color space conversions suite using YASMhclam@chromium.org2011-09-1327-185/+1867
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-0/+1
* Disable my ASM code (Take 2)hbono@chromium.org2011-09-091-3/+1
* Disable my ASM code.hbono@chromium.org2011-09-091-13/+0
* Implements RGB to YV12 conversions in YASM.hbono@chromium.org2011-09-0911-9/+1887
* Scale BufferedResourceLoader buffering window based on bit rate of videovrk@google.com2011-09-083-0/+10
* Faster RGBA->YV12 conversion using hbono's algorithmhclam@chromium.org2011-09-075-399/+535
* Add check for zero-sized source YUV + tests.scherkus@chromium.org2011-09-012-191/+155
* Apply limits consistent with offline audio contexts.cevans@chromium.org2011-09-011-0/+1
* Create media.dll / libmedia.so.darin@chromium.org2011-08-2930-51/+105
* make URL handling transparent to media pipeline.wjia@chromium.org2011-08-243-39/+4