summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Split apart the PPAPI GN targetsbrettw2015-02-141-1/+1
* mac: Add profiling for VideoCaptureDeviceFactoryMac::EnumerateDeviceNameserikchen2015-02-131-0/+17
* Enable size_t to int truncation warnings in PPAPIbrettw2015-02-131-2/+2
* clang/win: Fix compile error.Nico Weber2015-02-131-1/+1
* Moved scoped_histogram_timer to the main histogram_macros.h since this is bro...rkaplow2015-02-136-53/+2
* This cl change so that the if a capturer is started using MJPEG, the BITMAPIN...perkj2015-02-137-47/+75
* Add the "is_ensemble" build variable.wtc2015-02-123-23/+42
* Remove an unneeded header include and update a comment.wtc2015-02-112-2/+1
* Add flag --require-audio-hardware-for-testing.watk2015-02-1117-296/+212
* gpu video: optimize HW video to SW canvas and implement it for WebRTC.dongseong.hwang2015-02-119-118/+56
* [Cast] Size-Adaptable platform video encoders.miu2015-02-1128-833/+1343
* Remove unused code in WebContentDecryptionModuleImpljrummell2015-02-112-52/+0
* Enable unprefixed EME browser testsjrummell2015-02-112-3/+8
* Handle extended codecs in requestMediaKeySystemAccess()jrummell2015-02-111-4/+10
* Remove unneeded dependency, forward declaration, and header include.wtc2015-02-103-3/+0
* Fix ODR violations in media unit tests.thestig2015-02-102-81/+74
* Remove Client= from demuxer_stream.mojomdalecurtis2015-02-106-28/+43
* Remove Client= from media_renderer.mojomdalecurtis2015-02-106-27/+21
* Remove Client= syntax from mojo CDM implementations.dalecurtis2015-02-105-15/+25
* Add .dSYM paths for test isolate files that have ASan support on Macglider2015-02-101-0/+8
* Cast: Fix incorrect end to end latency estimationhclam2015-02-102-4/+2
* Cast: Add an option to turn on non-blocking IO on Windowshclam2015-02-094-1/+23
* media: VideoFrame: add offset for shared memory bufferslionel.g.landwerlin2015-02-092-0/+14
* Parsing of encoded duration for unencrypted opus streams.chcunningham2015-02-099-132/+601
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-092-2/+3
* Remove unused methods in WebContentDecryptionModuleSessionImpljrummell2015-02-092-33/+0
* Revert of Fix a crash that MediaPlayerAndroid weak_ptr is incorrectly used ac...qinmin2015-02-093-141/+35
* media:AudioBuffer : Add missing break statementmikhal2015-02-091-0/+1
* MidiManagerUsb should not trust indices provided by renderer.yhirano2015-02-092-1/+51
* Revert of Refactored pixel format resize operations in media/video/capture i...phoglund2015-02-076-51/+7
* [Cast] Repurpose CastInitializationStatus for variable frame size support.miu2015-02-0733-300/+354
* Refactored pixel format resize operations in media/video/capture into a func...emircan2015-02-076-7/+51
* media: Enable Opus support in Clank <video> and MSEvigneshv2015-02-069-14/+106
* Fix video->canvas with alpha in SW video->HW canvas case.rileya2015-02-061-3/+4
* Assert RendererScheduler thread usagejdduke2015-02-061-1/+1
* Purge AudioOutputDispatcher after close delay if no proxies exist.dalecurtis2015-02-055-11/+112
* Check InitDataType is supported by key system when creating sessionjrummell2015-02-053-0/+26
* Use the supplied memory for YUV decoding.bratell2015-02-051-2/+21
* Enumerate MJPEG as the prefered format if set.perkj2015-02-052-25/+33
* Revert of Mac Video Capture: Add support for pixel format NV12 for AVFoundati...magjed2015-02-051-28/+3
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-0515-182/+168
* Don't update Media.EME.KeySystemSupport UMA for unprefixed EMEjrummell2015-02-053-7/+45
* Use cached Key frames to avoid browser seekqinmin2015-02-058-93/+149
* [cast/test] Use AudioConverter in FakeMediaSource to play back 6-channel WEBM's.miu2015-02-044-32/+44
* Remove vrk@chromium.org from media OWNERS.xhwang2015-02-041-1/+0
* Support MSan/TSan in test isolation and test_env.pyearthdok2015-02-041-0/+6
* Fix componene debug build failure because of src/media/blinkdongseong.hwang2015-02-042-0/+2
* media: Remove stray X11 conditional in GN buildspang2015-02-041-1/+1
* Update player_utils.js to use 2-parameter rMKSA.sandersd2015-02-041-1/+2
* Handle createCDM() when frame destroyedjrummell2015-02-034-20/+51