summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Linux video capture: handle devices that don't enumerate any frame ratesmagjed2014-09-093-7/+17
* Adding media.MicrophoneVolume UMA stat.henrika2014-09-092-6/+22
* Add content_shell_test_apk and several dependenciescjhopman2014-09-093-54/+54
* Fix potential deadlock between Pipeline and VideoRendererImpl.scherkus2014-09-091-1/+5
* [Cast] RTT clean-up to the max!miu2014-09-0911-454/+195
* MediaLog: Log selected audio/video decoder name.xhwang2014-09-0933-47/+126
* Remove PROMISES_SUPPORTED check now that the promises code has landed.jrummell2014-09-084-35/+15
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-084-0/+7
* Suppress build time warningsqinmin2014-09-081-0/+6
* Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cleanuphubbe2014-09-088-464/+306
* Include Mac media glue code in iOS builds.jfroy2014-09-082-1/+19
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+4
* Add support for 24kHz audio sample rate and remove the validation checktommi2014-09-082-1/+5
* Fixed NO_DATA_ERROR on Mac.xians2014-09-081-20/+24
* Reduce amount of power measurements for input audio.henrika2014-09-081-1/+1
* Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...burnik2014-09-081-25/+7
* Update Pepper interface for EMEjrummell2014-09-084-21/+84
* GN: fix up //media/base linux dependenciesjamesr2014-09-071-0/+4
* Remove an useless ifndef NDEBUG in video_capture_types.ccsebmarchand2014-09-071-2/+0
* Revert of Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cle...noel2014-09-078-306/+462
* Cast: Re-factor rtcp_sender.cc into rtcp_builder.cc and do some cleanuphubbe2014-09-078-462/+306
* Convert GN visibility variables to lists.brettw2014-09-062-2/+2
* Cast: Merge common functionality from audio/video sender into frame_sender.hubbe2014-09-069-454/+414
* Move WebMediaPlayerImpl and its dependencies to media/blink.acolwell2014-09-0649-4/+7958
* Fix TrackRunIterator to generate a parse error when it encounters a reserved ...acolwell2014-09-062-5/+35
* Protect access to Pipeline::renderer_ with a lock.scherkus2014-09-051-4/+9
* Cast: Get rid of frame_id_maphubbe2014-09-0511-396/+269
* tryAllocPixels returns bool, allocPixels requires successreed2014-09-051-1/+1
* Fix if-statement in win video capture that ignores fake DirectShow filtersmagjed2014-09-051-36/+33
* Adding Media.InputStreamDuration to UMA histograms for low-latency input audi...henrika2014-09-052-2/+19
* Make index parameters in Ranges method match the type returned by size()acolwell2014-09-051-4/+4
* Convert channel layout for cras_inputhychao2014-09-051-0/+36
* Move Mac media glue code from media/video/capture/mac to media/base/mac.jfroy2014-09-0511-25/+40
* media: add basic MediaRenderer mojom and TypeConverterstim2014-09-059-0/+402
* Cast: merge InsertCoded{Audio,Video}Frame into InsertFramehubbe2014-09-047-35/+32
* [Checkstyle] Enable additional name checks for Java.Aurimas Liutikas2014-09-043-4/+4
* Have AudioRendererImpl advance time until it's told to stop.Andrew Scherkus2014-09-047-148/+189
* Add ToString function for media::VideoCaptureFormatmagjed2014-09-046-19/+16
* Use video-only test clips for media_perftests video benchmarks.Andrew Scherkus2014-09-041-7/+4
* Cast: Make vp8 3-buffer mode workhubbe2014-09-047-194/+158
* Remove OnMediaResourcesReleased callback passed to MediaPlayerAndroidqinmin2014-09-0311-55/+4
* [Android] Fix findbugs errors.newt2014-09-031-1/+0
* Add missing expectation for BasicPlayback_VP8_WebVTT_WebM test.scherkus2014-09-031-2/+2
* Increase DVLOG level of BitReader::SkipBits() from 0 to 1 and add TODO.scherkus2014-09-031-1/+2
* Add support for pixel format UYVY in Linux video capturemagjed2014-09-031-1/+5
* Revert of Reland 501823002: Used native deinterleaved and float point format...xians2014-09-035-227/+135
* Win Video Capture: add DirectShow WDM devices capabilities enumeration.mcasas2014-09-035-82/+106
* 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