summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Convert enable_mpeg2ts_parser GYP flag into a new-style buildflagservolk2016-01-077-88/+132
* GN: Make :shared_memory_support a public_dep of //media.jbroman2016-01-061-1/+1
* Replace WebAudio MediaCodec usage with FFmpeg. A ~4x improvement.dalecurtis2016-01-067-613/+0
* Remove the "target" argument from CopyTextureChromium.erikchen2016-01-061-5/+4
* clang: Enable -Wfor-loop-analysis.thakis2016-01-061-1/+0
* Add capture_time back to Packetkey to let the PacedSender order thexjz2016-01-065-24/+23
* Add mixer calls to AlsaWrappercleichner2016-01-062-4/+126
* Disable non-crash dumps since we have a large enough list now.dalecurtis2016-01-061-0/+4
* Fix possible loss of data warnings in media_unitteststmoniuszko2016-01-051-3/+3
* Auto tuning cpu_used and min_quantizer.xjz2016-01-0512-152/+134
* Optimizations to improve run times of cast_unittests.miu2016-01-059-600/+450
* Vp9Parser: Change bit size of the SEG_LVL_ALT_Q field from 7 to 8scott.d.phillips2016-01-052-5/+5
* Fix handling of empty codecs in KeySystemConfigSelector::IsSupportedContentTypeservolk2016-01-051-10/+28
* Catch all possible exceptions from MediaCodec.configure()timav2016-01-041-0/+12
* Vp9Parser: correct reading of `log2_tile_rows` fieldscott.d.phillips2016-01-041-2/+3
* Improve logging of EME callsjrummell2016-01-044-17/+27
* Rewrite most of the scopers in //base/mac to use ScopedTypeRef or ScopedGeneric.Robert Sesek2016-01-041-2/+2
* Prepare for -Wall for third-party code, -Wextra for chromium_codethakis2015-12-311-1/+1
* Add audio_unittests_run compatibility target.kbr2015-12-311-0/+9
* Convert Pass()→std::move() in //media (Android Cast edition)dcheng2015-12-3012-59/+77
* Improve RTCP unit testsisheriff2015-12-302-130/+165
* Remove random lonely semicolons.thestig2015-12-301-8/+8
* Global conversion of Pass()→std::move(): Linux GN static library editiondcheng2015-12-301-3/+4
* cast: Split Rtcp into two for sender and receiverisheriff2015-12-3027-754/+874
* Replace uses of raw uint32's with a type-checked RtpTimeTicks data type.miu2015-12-2981-448/+1106
* Global conversion of Pass()→std::move() on OS=linux chromecast=1dcheng2015-12-297-24/+33
* Initialize input AUHAL before using it.henrika2015-12-281-2/+13
* Adding AGC stats in combination with report of missing input audio on Machenrika2015-12-282-6/+8
* Convert Pass()→std::move() in //mediadcheng2015-12-27135-808/+865
* Switch to standard integer types in base/.avi2015-12-266-0/+9
* Switch to standard integer types in media/, take 2.avi2015-12-23738-625/+2220
* Use data pipe to pass DecoderBuffer contentsjrummell2015-12-225-15/+202
* Reverts the yuv changes in 97785eaf0f3b8f017a38fe738ade818754492483Avi Drissman2015-12-2016-532/+531
* Add missing macros includes in media/.avi2015-12-19309-0/+310
* Switch to standard integer types in media/.Avi Drissman2015-12-19670-5874/+5775
* Only copy actual video frame bytes when converting to mojojrummell2015-12-182-23/+78
* Switch from build-time to run-time flags for Project Spitzer.xhwang2015-12-187-47/+48
* Remove WebURL::spec()kinuko2015-12-181-1/+1
* Deletes PlatformMojoMediaClient.alokp2015-12-184-91/+23
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-1857-148/+251
* Check if ChromeOS keyboard mic is available directly in GetInputStreamParamet...grunell2015-12-187-24/+1
* Blacklist MediaCodec for VP8 on Samsung S4 Minitimav2015-12-182-91/+105
* Trigger MSE players UMA by user events onlytimav2015-12-183-16/+22
* media: Pass SecurityLevel in MediaDrmBridge creation.xhwang2015-12-175-82/+72
* Pass MojoMediaClient instance to MojoMediaApplication constructor.alokp2015-12-179-43/+63
* Also makes buffered_data_source_host use an IntervalMap instead of Ranges.hubbe2015-12-172-10/+17
* Disable VideoCaptureDeviceTest.CaptureMjpeg on Win10.kjellander2015-12-171-0/+7
* Revert of Forward the number of skipped frames by the OS in audio playout. (p...grunell2015-12-1757-251/+148
* Refactor MediaCodecBridge to add support for NDK APIsqinmin2015-12-1726-1572/+2272
* Clank VideoCaptureCamera, speculative crash fix in getCameraParameters()mcasas2015-12-161-1/+1