summaryrefslogtreecommitdiffstats
path: root/media/midi
Commit message (Expand)AuthorAgeFilesLines
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-252-26/+16
* C++ readability review for agoodeagoode2015-06-222-70/+70
* Web MIDI: disable unsupported devices on WindowsTakashi Toyoshima2015-06-181-0/+8
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-171-1/+0
* media: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-173-5/+5
* Move safe_strerror to posix directory and the base namespace.brettw2015-06-091-6/+8
* [Android] Generate scripts at build time to run android tests.mikecase2015-06-032-0/+5
* Web MIDI ALSA: Enable hardware based device matchingagoode2015-05-213-115/+216
* Eliminate some trivial accessors and use "= default" for some required destru...agoode2015-05-202-46/+13
* Getting rid of duplicate includes from media/anujk.sharma2015-05-147-25/+0
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in m...anujk.sharma2015-05-132-8/+8
* MidiManagerAlsa: Enable manufacturer again, now with hotplugagoode2015-05-113-52/+412
* MidiManagerAlsa: start listening to udev events for sound cardsagoode2015-05-112-48/+172
* Web MIDI: namespace change from media to media::miditoyoshim2015-05-0841-14/+95
* GN Windows component build fixesbrettw2015-05-0520-70/+140
* win: Ref-counted classes should have non-public destructors, media/ edition.thakis2015-05-011-0/+8
* win: Work on reducing number of style plugin warnings.thakis2015-05-012-14/+34
* Reland: Web MIDI: split build rules for media/miditoyoshim2015-04-3013-23/+1134
* media/midi: Fix warnings found by clang chromium-style plugin on Windows.tfarina2015-04-292-2/+9
* Require udev for MidiManagerAlsaagoode2015-04-244-4/+9
* [WebMIDI] [Android] Set appropriate port properties.yhirano2015-04-2410-69/+334
* Revert of Web MIDI: split build rules for media/midi (patchset #19 id:340001 ...aboxhall2015-04-2213-1078/+19
* Web MIDI: split build rules for media/miditoyoshim2015-04-2213-19/+1078
* Apply automated fixits for Chrome clang plugin to views_unittests.dcheng2015-04-211-1/+1
* Web MIDI: style clean uptoyoshim2015-04-165-6/+6
* [gcc 4.x] Initialize web_port_index to 0 to fix build error while using GCC 4...vivek.vg2015-04-151-1/+1
* Remove USE_UDEV for now and enable hotplug for ALSAagoode2015-04-133-582/+1462
* Web MIDI: call AccumulateMidiBytesSent() after operation finishedtoyoshim2015-04-076-21/+39
* Web MIDI: Improve device change monitornig on Windowstoyoshim2015-04-072-210/+143
* Web MIDI: use GetVendorName() result only if it is availabletoyoshim2015-04-061-2/+4
* Web MIDI: fix a man vs machine racetoyoshim2015-04-032-13/+39
* Web MIDI: Support manufacturer field ID MM_MICROSOFTyukawa2015-04-031-3/+8
* Web MIDI: add MidiScheduler for send() with timestamptoyoshim2015-04-035-4/+111
* Use UsbIds::GetVendorName to retrieve USB vendor name.yukawa2015-04-031-19/+19
* Web MIDI: convert MMVERSION to "major.minor" format stringtoyoshim2015-04-021-2/+7
* Support MIDI device connection events on Windowsyukawa2015-03-312-364/+988
* Code clean-up of MidiManagerWin.yukawa2015-03-301-12/+12
* Rename AlsaRawmidi to AlsaCard and include the count of midi devices instead ...agoode2015-03-243-63/+78
* Use kMIDIPropertyDisplayName instead of kMIDIPropertyNameagoode2015-03-241-2/+4
* Web MIDI Linux: Fix enumeration when OPL3 devices are present, and fix manufa...agoode2015-03-242-28/+52
* Web MIDI Linux: Omit empty values in JSON, to make id generation more robustagoode2015-03-242-10/+30
* Fix for clang build warnings: undefined variables if !USE_UDEV.gunsch2015-03-201-0/+2
* Improve id quality, create opaque id, prep for hotplugagoode2015-03-193-99/+343
* Rename CardInfo to MidiDevice and factor out some device probing logicagoode2015-03-173-301/+330
* Web MIDI: Core MIDI related minor fixes and cleanuptoyoshim2015-03-122-56/+76
* Move UdevDecodeString from media/midi to device/udev_linuxagoode2015-03-093-60/+30
* Improve MidiManagerAlsa manufacturer reportingagoode2015-03-083-34/+266
* Web MIDI: add output port index check in MidiHosttoyoshim2015-03-051-2/+0
* Web MIDI: speculative valgrind fix for a unit test on mactoyoshim2015-03-031-5/+35
* Web MIDI: newly attached device was not registered to listentoyoshim2015-03-021-0/+2