summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix uninitialized variable that is making the memory bots unhappy.acolwell@chromium.org2014-01-041-1/+1
* Add kDuplicatePacketReceived packet event.hguihot@chromium.org2014-01-0416-61/+250
* Fix ChunkDemuxer end of stream, duration, and append window logic for text tr...acolwell@chromium.org2014-01-034-38/+264
* Convert base::MemoryMappedFile to use File instead of PlatformFile.rvargas@chromium.org2014-01-035-32/+20
* When stopping QTKit video capture, call stopRunning before removeInput:.bemasc@chromium.org2014-01-031-1/+3
* Do not compile Alsa based MIDI manager if use_alsa==0dnicoara@chromium.org2014-01-034-22/+25
* Web MIDI: minimum support for Linux and Chrome OS (reland)toyoshim@chromium.org2014-01-034-2/+212
* Replace |reference_id| with |session_id| in ClearKeyCdm.xhwang@chromium.org2013-12-282-16/+17
* Use |key_system| in ClearKeyCdm's constructor.xhwang@chromium.org2013-12-282-17/+8
* Fix buffered range computation so it includes text tracks and conforms to the...acolwell@chromium.org2013-12-273-141/+280
* Cast: move net->transportmikhal@chromium.org2013-12-2672-432/+378
* Move ClearKeyCdm files to media/cdm/ppapi/external_clear_key/.xhwang@chromium.org2013-12-2614-54/+54
* Implement file locking in CdmFileIOImpl.xhwang@chromium.org2013-12-264-15/+164
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-257-21/+22
* Fix v4l2 video capture does not work issue.penghuang@chromium.org2013-12-241-0/+1
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-231-6/+7
* Fix custom buffer size support for WASAPI.dalecurtis@chromium.org2013-12-232-47/+6