summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Remove VideoRenderer::NaturalSizeChangedCB.scherkus@chromium.org2014-01-168-77/+26
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-152-2/+2
* Add Stop() to AudioDecoder.rileya@chromium.org2014-01-1515-77/+454
* Split the bit reader functionalities from the byte stream provider.damienv@chromium.org2014-01-156-111/+349
* Prevent stall of text cues by selecting next range elementmatthewjheaney@chromium.org2014-01-154-50/+149
* GTTF: Run perf tests seriallyphajdan.jr@chromium.org2014-01-142-1/+56
* Let WebSourceBufferImpl::setMode() update SourceState::sequence_mode_wolenetz@chromium.org2014-01-143-8/+70
* Eliminate video capture thread in rendererhclam@chromium.org2014-01-143-0/+53
* Revert 244590 "Remove VideoRenderer::NaturalSizeChangedCB."scherkus@chromium.org2014-01-148-24/+83
* Remove VideoRenderer::NaturalSizeChangedCB.scherkus@chromium.org2014-01-138-83/+24
* Fix memory leak in tests.pwestin@google.com2014-01-122-0/+7
* Clean-up: Remove the very last few uses of base::Time from src/media/miu@chromium.org2014-01-123-11/+6
* Add Sync Sample Box parsing to detect when all samples are considered random ...acolwell@chromium.org2014-01-114-3/+124
* Revert 244074 "Eliminate video capture thread in renderer"thakis@chromium.org2014-01-113-53/+0
* Pass through channel layout on OSX if hardware supports it.dalecurtis@chromium.org2014-01-111-33/+28
* Fix for AudioEncoder crash when using cast.streaming API.miu@chromium.org2014-01-111-2/+3
* Fix chromeos=1 so Pulse is preferred when use_cras=0.dalecurtis@chromium.org2014-01-109-28/+43
* Move H264Parser and H264BitReader to media/filters.posciak@chromium.org2014-01-107-0/+1834
* Pass Chrome user agent string to Android media playerjinsukkim@chromium.org2014-01-104-6/+16
* Add Galaxy S4 and Nexus 4 to platform AEC whitelist.ajm@chromium.org2014-01-101-1/+3
* Introduce USB MIDI descriptor parseryhirano@chromium.org2014-01-105-0/+451
* Revert 244098 "Fix chromeos=1 so Pulse is preferred when use_cra..."dcheng@chromium.org2014-01-101-3/+6
* Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h.scherkus@chromium.org2014-01-1028-50/+46
* Fix chromeos=1 so Pulse is preferred when use_cras=0.dalecurtis@chromium.org2014-01-101-6/+3
* Attempt to fix issue 332427 by deleting LoggingImpl in CastEnvironment on the...imcheng@chromium.org2014-01-101-1/+20
* Eliminate video capture thread in rendererhclam@chromium.org2014-01-103-0/+53
* AesDecryptor callbacks now used in a thread-safe mannerjrummell@chromium.org2014-01-102-4/+14
* Copy test stream for h264_parser_unittest to media/test/data.posciak@chromium.org2014-01-101-0/+0
* Remove media::BindToLoop() in favour of media::BindToCurrentLoop().scherkus@chromium.org2014-01-0912-80/+63
* Added code for AVFoundation Finch Experiment enablingmcasas@chromium.org2014-01-091-2/+7
* Implement UdpTransport for Casthclam@chromium.org2014-01-098-252/+391
* Drop data offset in PP_EncryptedBlockInfo.xhwang@chromium.org2014-01-091-1/+0
* Handle plugin instance crash in ContentDecryptorDelegate.xhwang@chromium.org2014-01-091-1/+9
* Fix various operations in ChunkDemuxer that were not being applied to text tr...acolwell@chromium.org2014-01-093-108/+320
* Cast:Adding cast_transport_config and cleaning upmikhal@chromium.org2014-01-0979-444/+596
* Provide fake audio parameters when devices don't exist.dalecurtis@chromium.org2014-01-091-8/+11
* Drop DecryptConfig::data_offset_.xhwang@chromium.org2014-01-0817-118/+96
* Always clear callback after WaveOut Stop().dalecurtis@chromium.org2014-01-081-19/+5
* Revert 243647 "Cast:Adding cast_transport_config and cleaning up"noamsml@google.com2014-01-0878-586/+434
* Cast:Adding cast_transport_config and cleaning upmikhal@chromium.org2014-01-0878-434/+586
* Cast: Adding support for GPU accelerated encodepwestin@google.com2014-01-0826-280/+1132
* Convert video capture pipline to base::TimeTickssheu@chromium.org2014-01-0810-17/+16
* Media Galleries API Metadata: Add audio video metadata extractor.tommycli@chromium.org2014-01-084-0/+375
* Revert 242936 "When stopping QTKit video capture, call stopRunni..."bemasc@chromium.org2014-01-081-3/+1
* Add presubmit check for correct MessageLoopProxy usage in src/media/.scherkus@chromium.org2014-01-071-6/+30
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-0752-378/+380
* Update FFmpegDemuxer unknown duration logic to work for video-only streams.acolwell@chromium.org2014-01-072-20/+37
* Use decoder's timestamp instead of the timestamp from AU during prerollingqinmin@chromium.org2014-01-072-100/+43
* Make VideoDecoder use (kAborted, NULL) to signify an aborted decode, instead ...rileya@chromium.org2014-01-068-15/+15
* GpuVideoDecoder: replace gvd_loop_proxy_ with a clearer single-threaded story.fischman@chromium.org2014-01-042-28/+35