summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Avoid deadlock between Pipeline and RendererImpl.xhwang2014-08-283-9/+12
* Cleanup: Remove unneeded media/ SSE2 checks and unused code. (try 2)thestig2014-08-2810-460/+25
* Don't try to decode more than one EOS at a time.sandersd2014-08-275-5/+58
* Mpeg2 TS parser: Es parsing using an ES byte queue.damienv2014-08-278-102/+150
* [Cast] Fix shutdown race between CastReceiverImpl/FrameReceiver and frame emi...miu2014-08-272-1/+17
* Revert of Used native deinterleaved and float point format for the input stre...xians2014-08-275-205/+138
* Used native deinterleaved and float point format for the input streams.xians2014-08-275-138/+205
* VideoCaptureDeviceWin: correct some typos and docs.mcasas2014-08-271-7/+8
* Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...tnagel2014-08-2724-29/+164
* Remove the last piece of deprecated synchronous IO code.xians2014-08-2724-164/+29
* Revert of Cleanup: Remove unneeded SSE2 checks and unused code. (patchset #4 ...thestig2014-08-278-17/+292
* Cleanup: Remove unneeded SSE2 checks and unused code.thestig2014-08-278-292/+17
* Remove implicit conversions from scoped_refptr to T* in media/dcheng2014-08-2746-159/+166
* Add the mp2t mimetype to the list of supported mime types.damienv2014-08-272-15/+0
* Disable deadlock-y tests in TSan instead of just suppressing the error.Jeffrey Yasskin2014-08-271-0/+3
* Extend media::VideoFrame to wrap CVPixelBuffer on OS X and iOS.jfroy2014-08-262-0/+80
* Work on GN build of Chrome.Brett Wilson2014-08-261-11/+6
* Cast logging: Additional stats for getStats() API.imcheng2014-08-268-39/+348
* Mac QTKit video capture: Correct DCHECK #inputs==1 locationmcasas2014-08-251-1/+1
* Add some remoting targets to GN build.Brett Wilson2014-08-251-0/+7
* Revert of Implement unit test specific test launcher timeout (patchset #6 of ...phajdan.jr2014-08-251-21/+14
* Implement unit test specific test launcher timeoutPaweł Hajdan, Jr2014-08-251-14/+21
* Disable slow FakeVideoCaptureDeviceTest.CaptureVariableResolutionPaweł Hajdan, Jr2014-08-251-1/+2
* Changing the behavior of ReleaseSession() from Close() to Remove()jrummell2014-08-233-29/+32
* media: Introduce Renderer interface and RendererImpl.xhwang2014-08-2322-803/+1699
* Implement adaptive target delay extensionhubbe@chromium.org2014-08-2221-74/+207
* Only log audio input silence state UMA stats for low latency mode and if not ...grunell@chromium.org2014-08-222-27/+68
* Fix DCHECKs in V4l2VideoDevice.wuchengli@chromium.org2014-08-222-15/+26
* Add dependency on widevine headers.brettw@chromium.org2014-08-221-1/+5
* Minor code redundancy cleanup.hubbe@chromium.org2014-08-228-200/+20
* Reduce demuxer benchmark iterations.rileya@chromium.org2014-08-221-1/+1
* Delete some dead fileshubbe@chromium.org2014-08-223-325/+0
* Minor cleanup of DecoderStreamTraits.rileya@chromium.org2014-08-214-40/+10
* Pass decoded picture size from VDA to clientkcwu@chromium.org2014-08-213-3/+29
* 2D Canvas doesn't blend video with the destination buffer.dongseong.hwang@intel.com2014-08-213-13/+75
* Mac QTKit Video Capture: Run QTCaptureSession teardown in UI thread, clean up...mcasas@chromium.org2014-08-213-30/+28
* Implement ClearKey message format as JSON.jrummell@chromium.org2014-08-198-19/+327
* Cast: Reject old RTCP packetshubbe@chromium.org2014-08-196-6/+96
* Fix some error states in VideoCaptureDeviceWin::AllocateAndStart.grunell@chromium.org2014-08-191-4/+11
* Cast: Deduplicate retransmission packets using audio packetshclam@chromium.org2014-08-1820-55/+390
* Fix passing of init_data_type size to CDM_4 and CDM_5.sandersd@chromium.org2014-08-181-12/+16
* Revert 290359 "Remove AudioBuffersState class."acolwell@chromium.org2014-08-1835-82/+177
* Remove AudioBuffersState class.acolwell@chromium.org2014-08-1835-177/+82
* Rewrite of RTCP parser.hubbe@chromium.org2014-08-1823-1912/+864
* Mac Video Capture: Change an ErrorMessage to LogMessagemcasas@chromium.org2014-08-182-2/+15
* Fix the unnecessary sleep when no back to back OnData call.xians@chromium.org2014-08-181-1/+4
* Fix windows compilation warning in es_parser_adts.damienv@chromium.org2014-08-182-2/+3
* Cast: cast_simulator to use the same settings at the extensionhclam@chromium.org2014-08-161-3/+3
* Cast: Increase max outstanding frames to 120hclam@chromium.org2014-08-161-1/+4
* Cast: Move retransmission to the transporthclam@chromium.org2014-08-1613-108/+311