summaryrefslogtreecommitdiffstats
path: root/content/browser/media
Commit message (Expand)AuthorAgeFilesLines
* include-what-you-use: Fix some tracing-related includesprimiano2016-02-221-0/+1
* Remove obsolete Android version check for HLS.ddorwin2016-02-191-80/+83
* Refactored tests for old-style avc1/avc3 codec stringsservolk2016-02-191-15/+10
* Remove V4L2CaptureDelegate{Single,Multi}Plane, VCD::Client::OnIncomingCapture...mcasas2016-02-181-1/+0
* Implemented parsing for H.264/AVC codec idsservolk2016-02-181-76/+102
* Enable Android SurfaceView fullscreen video with WMPIwatk2016-02-184-4/+189
* Change AddPlayer from private to protectedtserng2016-02-162-7/+9
* [MediaSession] Record when media session duckszqzhang2016-02-163-0/+12
* Rewire media suspension to WebContentsAndroid::ReleaseMediaPlayers().dalecurtis2016-02-134-12/+17
* Update webrtc::DesktopCapturere clients to use SharedMemoryFactorysergeyu2016-02-121-6/+0
* Set the ContentVideoView size when the surface changeswatk2016-02-091-5/+7
* Deliver webrtc-internals updates in bulk, every 500ms at most.tommi2016-02-093-131/+258
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-091-0/+8
* Revert of Add support for 9- and 10-bit h264 videos. (patchset #27 of https:/...flackr2016-02-051-8/+0
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-051-0/+8
* Revert of Aura on Android: content/browser (patchset #9 id:160001 of https://...mfomitchev2016-01-281-2/+1
* Implement MediaSession on top of the WebMediaPlayerDelegate.dalecurtis2016-01-279-106/+594
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-271-3/+3
* Media Session: passing metadata from renderer/ to browser/.mlamouri2016-01-264-7/+56
* Remote player pause should not notify MediaSessionzqzhang2016-01-223-2/+11
* cursor renderer: Add support for windowsisheriff2016-01-211-10/+4
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-1/+1
* Add metrics regarding concurrent audible tabs in Chromium.mlamouri2016-01-208-26/+643
* Duck playback volume when receiving AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCKzqzhang2016-01-206-15/+103
* Web MIDI: Add an UMA to take a statistics of sysex message sizetoyoshim2016-01-201-2/+8
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-2/+2
* Refactor ContentVideoView to have a native client interfacewatk2016-01-192-21/+29
* Support CAST+WMPI on androidhubbe2016-01-152-1/+5
* Fix a issue in MediaSession when a media playback is completedzqzhang2016-01-151-1/+5
* Make `content` target build without unused data members on Linux.mlamouri2016-01-141-2/+1
* This is the second of three CLs for desktop chrome tab capture.gyzhou2016-01-145-107/+8
* MediaRecorder: fire onError if the amount of tracks of the MediaStream variesmcasas2016-01-141-8/+18
* Media Android: code cleanup around suspend and release of resources.mlamouri2016-01-133-16/+19
* Prevent a race condition with MidiHost IPC sending.ochang2016-01-132-3/+13
* Detangle android functionality from MediaWebContentsObserver.dalecurtis2016-01-135-232/+285
* Convert enable_hevc to buildflagservolk2016-01-121-1/+1
* Add UMA to check whether requestAudioFocus() is successful.mlamouri2016-01-123-2/+11
* Fixing and re-enabling aspect ratio and TwoGetUser* tests.phoglund2016-01-111-24/+3
* Re-add AC3/EAC3 audio demuxing supportservolk2016-01-091-0/+140
* This CL modifies the test verifying that illegal resume incpaulin2016-01-081-4/+9
* Don't take audio focus when playing video with no audiozqzhang2016-01-072-2/+7
* MediaRecorder: new illegal requestData() test.cpaulin2016-01-071-0/+6
* Rework of patch set Keep showing the media notification when paused from the ...zqzhang2016-01-075-111/+105
* Convert enable_mpeg2ts_parser GYP flag into a new-style buildflagservolk2016-01-072-3/+9
* MediaRecorder: added new two channel audio content browser test.cpaulin2016-01-061-2/+6
* Separate RenderViewHost from RenderWidgetHost, part 11: do the split.avi2016-01-051-34/+40
* Cleanup: Remove double semicolons.thestig2016-01-041-2/+3
* Global conversion of Pass()→std::move(): CrOS editiondcheng2015-12-311-1/+2
* Convert Pass()→std::move() in //content (Android edition)dcheng2015-12-302-3/+7
* Fix crash when view is already deletedisheriff2015-12-301-2/+4