summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Added WebRTC audio quality test using fake device; improved fake devicephoglund2015-01-093-25/+39
* Revert current time clamp on ended; clamp paused time instead.dalecurtis2015-01-094-15/+21
* Add session_type parameter to LoadSession()jrummell2015-01-0912-15/+29
* Update {virtual,override,final} for media/ to follow C++11 style.dcheng2015-01-096-11/+5
* Implement OnLegacySessionError() in CdmAdapter.xhwang2015-01-092-0/+17
* Changes to support CDM_7jrummell2015-01-085-281/+381
* Adding "target_frame_rate" variable in lieu of "max_frame_rate" for FrameRece...anujk.sharma2015-01-088-18/+19
* media: Remove obsolete MediaKeys::kInvalidSessionId.xhwang2015-01-081-2/+0
* media: Optimize HW Video to 2D Canvas copy.dongseong.hwang2015-01-0814-102/+254
* Pass key_information on SessionKeysChange messagejrummell2015-01-0821-30/+245
* Add vp8_bool_decoder and its unittest.owenlin2015-01-085-0/+463
* Pass seek event through pipeline during loading statesrirama.m2015-01-081-7/+5
* Rename CreateSession() to CreateSessionAndGenerateRequest()jrummell2015-01-0813-90/+80
* fix builds with vpx and/or ffmpeg disabledmostynb2015-01-075-5/+50
* Revert hardware decoder changes causing ChromeOS HW test crash.Rahul Chaturvedi2015-01-076-56/+17
* Update eme_player to handle SessionType changes.jrummell2015-01-071-1/+10
* media: Remove single session mode in MediaDrmBridge (Java).xhwang2015-01-072-66/+35
* Renaming "AudioBuffers" to "AudioFrames".anujk.sharma2015-01-074-15/+14
* Add browser_tests to the GN build.brettw2015-01-072-3/+4
* V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-076-17/+56
* Fix bits per line calculation in VideoFrame and coded size in V4L2 device.posciak2015-01-072-1/+11
* Roll ffmpeg DEPs for security fixes. Add regression tests.dalecurtis2015-01-061-0/+9
* Fix hanging the audio thread when the input stream cork fails.dalecurtis2015-01-061-1/+2
* Enable PipelineIntegrationTests in mojo!dalecurtis2015-01-066-217/+157
* replace COMPILE_ASSERT with static_assert in media/mostynb2015-01-0524-100/+102
* virtual/override specifier cleanup in media/.gunsch2015-01-053-6/+6
* Mojo Media Renderer Cross Thread Crashdtapuska2015-01-052-3/+16
* Cleanup: Update the path to gfx size headers.tfarina2015-01-0325-26/+26
* Add Vaapi support on Ozone/Freonlionel.g.landwerlin2015-01-021-3/+9
* Reland: Fix Flaky EncryptedMediaTestjrummell2015-01-0210-53/+71
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-3110-10/+10
* More miscellaneous fixes for {virtual,override,final} style.Daniel Cheng2014-12-3120-59/+47
* Reland: Refactor Vaapi video decoder/encoder in preparation of Freon supportlionel.g.landwerlin2014-12-252-2/+2
* Fix MojoCdmPromise resolving.xhwang2014-12-242-0/+4
* Add |is_encrypted| in mojo AudioDecoderConfig.xhwang2014-12-243-1/+20
* Enable logging in mojo:media app.xhwang2014-12-241-0/+22
* Revert of Fix Flaky EncryptedMediaTest (patchset #1 id:1 of https://coderevie...jrummell2014-12-231-7/+4
* Fix Flaky EncryptedMediaTestjrummell2014-12-231-4/+7
* Encrypted Media: Check "alg":"A128KW" in AesDecryptor.xhwang2014-12-235-56/+237
* Cleanup: Update the path to insets and point headers.tfarina2014-12-231-1/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-2325-41/+45
* Encrypted Media: Add DefaultCdmFactory.xhwang2014-12-226-29/+79
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-1/+0
* Revert of Refactor Vaapi video decoder/encoder in preparation of Freon suppor...dcheng2014-12-202-2/+2
* Refactor Vaapi video decoder/encoder in preparation of Freon supportlionel.g.landwerlin2014-12-202-2/+2
* Remove EME Ready eventjrummell2014-12-2011-33/+6
* Remove GetUsableKeyIds()jrummell2014-12-1920-185/+2
* Fix some override usage in media/dmichael2014-12-192-6/+6
* Linux Video Capture: Extracted V4L2CaptureDelegate as a nested class of Video...mcasas2014-12-192-196/+209
* The auto gain control test plays a file into the fake microphone. Then itphoglund2014-12-192-5/+7