summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix crash caused by calling GetBufferedRanges() before init segment gets appe...acolwell@chromium.org2012-06-212-2/+15
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-06-201-1/+1
* Coverity: Fix uninitialized scalar variables.kmadhusu@chromium.org2012-06-204-21/+85
* Change VideoDecoder::ReadCB to take const scoped_refptr<VideoFrame>&.xhwang@chromium.org2012-06-204-6/+6
* Revert 143115 - Provide a Chrome-owned buffer to FFmpeg for video decoding, i...nirnimesh@chromium.org2012-06-205-121/+51
* Provide a Chrome-owned buffer to FFmpeg for video decoding, instead ofrbultje@chromium.org2012-06-205-51/+121
* Fix ChunkDemuxer so it properly outputs buffered ranges.acolwell@chromium.org2012-06-208-319/+353
* Add UMA reporting for GpuVideoDecoder::Initialize status.fischman@chromium.org2012-06-205-2/+41
* Add Decryptor interface.xhwang@chromium.org2012-06-1911-70/+115
* Add element_type in scoped_refptr.xhwang@chromium.org2012-06-191-5/+2
* Fix for a ChromeOS uninitialized variable warning.strobe@google.com2012-06-191-2/+11
* Android: native targets shouldn't depend on java targets.torne@chromium.org2012-06-191-1/+0
* Revert 142862 - Change the way we are stopping audio stream on Mac once again.kkania@chromium.org2012-06-193-79/+56
* Change the way we are stopping audio stream on Mac once again.enal@chromium.org2012-06-183-56/+79
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-1620-121/+481
* Allow any AVC level in Media Source ISO BMFF codec strings.strobe@google.com2012-06-152-6/+14
* Change the code to use 2 buffers on presumable good Windows boxes.enal@chromium.org2012-06-155-24/+54
* Revert 142430 - Do not stop audio physical stream immediately after logical o...kkania@chromium.org2012-06-156-70/+58
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-156-58/+70
* Fixes a bug related to Start/Stop/Start/Stop calling sequences in WASAPIAudio...henrika@chromium.org2012-06-152-10/+45
* Implement ISO BMFF support in Media Source (try 2).strobe@google.com2012-06-1524-0/+3193
* Use NSS for symmetric key crypto operations on Windows and Mac.ddorwin@chromium.org2012-06-151-1/+1
* Roll FFmpeg to pick up security fixes.dalecurtis@google.com2012-06-151-2/+5
* Revert 142268 - Implement ISO BMFF support in Media Source.gbillock@chromium.org2012-06-1524-3192/+0
* Implement ISO BMFF support in Media Source.strobe@google.com2012-06-1424-0/+3192
* Change the way we are stopping audio stream on Mac.enal@chromium.org2012-06-144-46/+44
* Notify SourceBufferStream of each cluster's start time as it gets parsedvrk@google.com2012-06-149-35/+245
* Move forward declaration of DecoderBuffer into media namespace.xhwang@chromium.org2012-06-141-1/+2
* Fix sign inversion of 24-bit wav files.rtoy@google.com2012-06-141-1/+1
* Fix the ant warning of 'includeantruntime was not set' in android buildshouqun.liu@intel.com2012-06-131-1/+1
* Media: Don't use a scoped handle for a wait object.rvargas@chromium.org2012-06-132-19/+15
* Calculate the buffered ranges in ChunkDemuxer::GetBufferedRanges()annacc@chromium.org2012-06-135-6/+306
* Revert 141770 - Do not stop audio physical stream immediately after logical o...cpu@chromium.org2012-06-138-83/+87
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-128-87/+83
* Return the results of Append in ChunkDemuxer::On{Audio,Video}Buffers()annacc@chromium.org2012-06-121-8/+2
* Add MP4 DASH test fileacolwell@chromium.org2012-06-121-0/+0
* Ensure GpuVideoDecoder satisfies outstanding reads before firing callback ind...fischman@chromium.org2012-06-121-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2012-06-121-1/+4
* Implement support for 2 source ids (1 for audio and 1 for video).annacc@chromium.org2012-06-124-72/+342
* CrasOutput: Handle Close() being called after a failed Open().dgreid@chromium.org2012-06-121-2/+8
* Remove duplicate CPU detection code; use base::CPU instead.dalecurtis@chromium.org2012-06-129-194/+51
* Replace Pipeline::SetNetworkActivity() with BufferedDataSource -> WebMediaPla...fischman@chromium.org2012-06-1213-62/+3
* Switch to using avcodec_decode_audio4, avcodec_alloc_context3.dalecurtis@chromium.org2012-06-117-86/+118
* Revert 141476 - Do not stop audio physical stream immediately after logical o...sail@chromium.org2012-06-116-70/+58
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-116-58/+70
* Update ChunkDemuxer to allow midstream initialization segments that match the...acolwell@chromium.org2012-06-113-33/+161
* Make the other Java modules debuggablehaitao.feng@intel.com2012-06-081-1/+1
* open camera with O_RDWR.wjia@chromium.org2012-06-081-1/+2
* Fix gcc 4.7 building problems.pkasting@chromium.org2012-06-081-7/+12
* Coverity: Fix pass by value error in source_buffer_stream::DeleteAfter() func...kmadhusu@chromium.org2012-06-081-2/+2