| Commit message (Expand) | Author | Age | Files | Lines |
* | Move H264Parser and H264BitReader to media/filters. | posciak@chromium.org | 2014-01-10 | 7 | -0/+1834 |
* | Pass Chrome user agent string to Android media player | jinsukkim@chromium.org | 2014-01-10 | 4 | -6/+16 |
* | Add Galaxy S4 and Nexus 4 to platform AEC whitelist. | ajm@chromium.org | 2014-01-10 | 1 | -1/+3 |
* | Introduce USB MIDI descriptor parser | yhirano@chromium.org | 2014-01-10 | 5 | -0/+451 |
* | Revert 244098 "Fix chromeos=1 so Pulse is preferred when use_cra..." | dcheng@chromium.org | 2014-01-10 | 1 | -3/+6 |
* | Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h. | scherkus@chromium.org | 2014-01-10 | 28 | -50/+46 |
* | Fix chromeos=1 so Pulse is preferred when use_cras=0. | dalecurtis@chromium.org | 2014-01-10 | 1 | -6/+3 |
* | Attempt to fix issue 332427 by deleting LoggingImpl in CastEnvironment on the... | imcheng@chromium.org | 2014-01-10 | 1 | -1/+20 |
* | Eliminate video capture thread in renderer | hclam@chromium.org | 2014-01-10 | 3 | -0/+53 |
* | AesDecryptor callbacks now used in a thread-safe manner | jrummell@chromium.org | 2014-01-10 | 2 | -4/+14 |
* | Copy test stream for h264_parser_unittest to media/test/data. | posciak@chromium.org | 2014-01-10 | 1 | -0/+0 |
* | Remove media::BindToLoop() in favour of media::BindToCurrentLoop(). | scherkus@chromium.org | 2014-01-09 | 12 | -80/+63 |
* | Added code for AVFoundation Finch Experiment enabling | mcasas@chromium.org | 2014-01-09 | 1 | -2/+7 |
* | Implement UdpTransport for Cast | hclam@chromium.org | 2014-01-09 | 8 | -252/+391 |
* | Drop data offset in PP_EncryptedBlockInfo. | xhwang@chromium.org | 2014-01-09 | 1 | -1/+0 |
* | Handle plugin instance crash in ContentDecryptorDelegate. | xhwang@chromium.org | 2014-01-09 | 1 | -1/+9 |
* | Fix various operations in ChunkDemuxer that were not being applied to text tr... | acolwell@chromium.org | 2014-01-09 | 3 | -108/+320 |
* | Cast:Adding cast_transport_config and cleaning up | mikhal@chromium.org | 2014-01-09 | 79 | -444/+596 |
* | Provide fake audio parameters when devices don't exist. | dalecurtis@chromium.org | 2014-01-09 | 1 | -8/+11 |
* | Drop DecryptConfig::data_offset_. | xhwang@chromium.org | 2014-01-08 | 17 | -118/+96 |
* | Always clear callback after WaveOut Stop(). | dalecurtis@chromium.org | 2014-01-08 | 1 | -19/+5 |
* | Revert 243647 "Cast:Adding cast_transport_config and cleaning up" | noamsml@google.com | 2014-01-08 | 78 | -586/+434 |
* | Cast:Adding cast_transport_config and cleaning up | mikhal@chromium.org | 2014-01-08 | 78 | -434/+586 |
* | Cast: Adding support for GPU accelerated encode | pwestin@google.com | 2014-01-08 | 26 | -280/+1132 |
* | Convert video capture pipline to base::TimeTicks | sheu@chromium.org | 2014-01-08 | 10 | -17/+16 |
* | Media Galleries API Metadata: Add audio video metadata extractor. | tommycli@chromium.org | 2014-01-08 | 4 | -0/+375 |
* | Revert 242936 "When stopping QTKit video capture, call stopRunni..." | bemasc@chromium.org | 2014-01-08 | 1 | -3/+1 |
* | Add presubmit check for correct MessageLoopProxy usage in src/media/. | scherkus@chromium.org | 2014-01-07 | 1 | -6/+30 |
* | Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/. | scherkus@chromium.org | 2014-01-07 | 52 | -378/+380 |
* | Update FFmpegDemuxer unknown duration logic to work for video-only streams. | acolwell@chromium.org | 2014-01-07 | 2 | -20/+37 |
* | Use decoder's timestamp instead of the timestamp from AU during prerolling | qinmin@chromium.org | 2014-01-07 | 2 | -100/+43 |
* | Make VideoDecoder use (kAborted, NULL) to signify an aborted decode, instead ... | rileya@chromium.org | 2014-01-06 | 8 | -15/+15 |
* | GpuVideoDecoder: replace gvd_loop_proxy_ with a clearer single-threaded story. | fischman@chromium.org | 2014-01-04 | 2 | -28/+35 |
* | Fix uninitialized variable that is making the memory bots unhappy. | acolwell@chromium.org | 2014-01-04 | 1 | -1/+1 |
* | Add kDuplicatePacketReceived packet event. | hguihot@chromium.org | 2014-01-04 | 16 | -61/+250 |
* | Fix ChunkDemuxer end of stream, duration, and append window logic for text tr... | acolwell@chromium.org | 2014-01-03 | 4 | -38/+264 |
* | Convert base::MemoryMappedFile to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-03 | 5 | -32/+20 |
* | When stopping QTKit video capture, call stopRunning before removeInput:. | bemasc@chromium.org | 2014-01-03 | 1 | -1/+3 |
* | Do not compile Alsa based MIDI manager if use_alsa==0 | dnicoara@chromium.org | 2014-01-03 | 4 | -22/+25 |
* | Web MIDI: minimum support for Linux and Chrome OS (reland) | toyoshim@chromium.org | 2014-01-03 | 4 | -2/+212 |
* | Replace |reference_id| with |session_id| in ClearKeyCdm. | xhwang@chromium.org | 2013-12-28 | 2 | -16/+17 |
* | Use |key_system| in ClearKeyCdm's constructor. | xhwang@chromium.org | 2013-12-28 | 2 | -17/+8 |
* | Fix buffered range computation so it includes text tracks and conforms to the... | acolwell@chromium.org | 2013-12-27 | 3 | -141/+280 |
* | Cast: move net->transport | mikhal@chromium.org | 2013-12-26 | 72 | -432/+378 |
* | Move ClearKeyCdm files to media/cdm/ppapi/external_clear_key/. | xhwang@chromium.org | 2013-12-26 | 14 | -54/+54 |
* | Implement file locking in CdmFileIOImpl. | xhwang@chromium.org | 2013-12-26 | 4 | -15/+164 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 7 | -21/+22 |
* | Fix v4l2 video capture does not work issue. | penghuang@chromium.org | 2013-12-24 | 1 | -0/+1 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -6/+7 |
* | Fix custom buffer size support for WASAPI. | dalecurtis@chromium.org | 2013-12-23 | 2 | -47/+6 |