summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Tweak some DVLOGs in media code.scherkus2014-09-032-1/+3
* Replace init_cb in Renderer::Initialize() with base::Closure.xhwang2014-09-038-23/+23
* Make Demuxer::Stop() synchronous.xhwang2014-09-0210-47/+32
* Explicitly #include <algorithm> in media/cast/logging/encoding_event_subscrib...Paweł Hajdan, Jr2014-09-021-0/+1
* Log error messages in windows video capturemagjed2014-09-016-34/+48
* Mac Video Capture: correct float framerate wrongly casted to intmcasas2014-09-011-1/+1
* Fix a memory leak in MidiManagerAlsa initialization.sudarsana.nagineni2014-09-011-0/+1
* CPU_ABI in Build has been deprecated using the Android L SDK.henrika2014-09-011-1/+0
* Updating buffered duration of local resource in androidamogh.bihani2014-09-011-5/+2
* Lower media::RendererImpl DVLOG level by 1.scherkus2014-08-301-20/+20
* Remove CDM_5 Supportjrummell2014-08-304-195/+28
* Remove RenderThreadImpl dependencies from WebMediaPlayerImpl.acolwell2014-08-305-8/+8
* Fix memory leaks related to PulseAudioInputStream.sudarsana.nagineni2014-08-291-1/+3
* Do not access an invalidated reference in media::WebMListParser::OnListEnd().earthdok2014-08-291-3/+4
* [Cast] In Audio/VideoSender, drop frames when too-long a duration is in-flight.miu2014-08-2912-155/+134
* Used native deinterleaved and float point format for the input streams.xians2014-08-295-135/+227
* Win Video Capture: add support for enumerating DirectShow WDM devicesmcasas2014-08-292-68/+80
* Remove duplicated code in for loop in VideoCapture on Windowsmagjed2014-08-291-5/+2
* Improve logging related to start/stop and failure of audio input streams in C...henrika2014-08-292-7/+30
* Remove time getters from AudioBufferQueue and AudioRendererAlgorithm.scherkus2014-08-295-170/+0
* [MIDI] Make android MIDI port id uniqueyhirano2014-08-291-2/+15
* Add tests to verify playback ends when audio/video durations differ.scherkus2014-08-293-0/+22
* media: Remove FilterCollection.xhwang2014-08-2917-270/+190
* Move common code and variables from audio/video sender to frame sender.hubbe2014-08-286-179/+90
* Manual fixups in media code for scoped_refptr operator T* removal.dcheng2014-08-281-11/+13
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-2824-164/+29
* Don't use libvpx if it is disabled in GN buildhclam2014-08-282-8/+12
* Add UMA for droppedframes countprabhur2014-08-281-0/+4
* Cast: Fix memory leak in cast_unittestshclam2014-08-281-15/+16
* Verify promise type before casting.jrummell2014-08-282-41/+105
* 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