summaryrefslogtreecommitdiffstats
path: root/media/midi/midi_manager_alsa.cc
Commit message (Expand)AuthorAgeFilesLines
* We have been seeing crashes in destruction in this class. It looks like there...agoode2016-03-111-39/+76
* Convert Pass()→std::move() in //mediadcheng2015-12-271-4/+4
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+2
* Switch to standard integer types in media/.Avi Drissman2015-12-191-15/+17
* Fix crash with MIDI send for MidiManagerAlsaagoode2015-12-071-2/+2
* Remove use of ScopedVector<MidiPort> in favor of std::vector<scoped_ptr<MidiP...agoode2015-12-011-35/+36
* ScopedPtrMap -> std::map from apps, ash, media, uilimasdf2015-11-201-4/+6
* include what you use: errno.h and string.h in media/mostynb2015-11-181-0/+1
* Web MIDI (ALSA): finalize on the IO thread that ran initializationtoyoshim2015-10-061-23/+22
* Web MIDI: add a new UMA entry for the final result codetoyoshim2015-07-091-10/+10
* Use more class member initializers in MidiManagerAlsa and remove a stale TODOagoode2015-06-261-7/+2
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-251-18/+12
* C++ readability review for agoodeagoode2015-06-221-55/+47
* media: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* Move safe_strerror to posix directory and the base namespace.brettw2015-06-091-6/+8
* Web MIDI ALSA: Enable hardware based device matchingagoode2015-05-211-42/+79
* Eliminate some trivial accessors and use "= default" for some required destru...agoode2015-05-201-40/+7
* Getting rid of duplicate includes from media/anujk.sharma2015-05-141-5/+0
* MidiManagerAlsa: Enable manufacturer again, now with hotplugagoode2015-05-111-7/+234
* MidiManagerAlsa: start listening to udev events for sound cardsagoode2015-05-111-48/+168
* Web MIDI: namespace change from media to media::miditoyoshim2015-05-081-0/+2
* Require udev for MidiManagerAlsaagoode2015-04-241-0/+1
* [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-131-416/+662
* Rename AlsaRawmidi to AlsaCard and include the count of midi devices instead ...agoode2015-03-241-37/+50
* Web MIDI Linux: Fix enumeration when OPL3 devices are present, and fix manufa...agoode2015-03-241-28/+44
* Web MIDI Linux: Omit empty values in JSON, to make id generation more robustagoode2015-03-241-10/+17
* 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-191-73/+226
* Rename CardInfo to MidiDevice and factor out some device probing logicagoode2015-03-171-241/+290
* Move UdevDecodeString from media/midi to device/udev_linuxagoode2015-03-091-40/+12
* Improve MidiManagerAlsa manufacturer reportingagoode2015-03-081-33/+139
* Web MIDI: make MidiManagerMac notify device connection statustoyoshim2015-02-191-2/+4
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-2/+1
* Cleanup: Call std::string::empty instead of comparing against "".thestig2015-01-101-1/+1
* Fix a memory leak in MidiManagerAlsa initialization.sudarsana.nagineni2014-09-011-0/+1
* Use seq instead of rawmidi for MidiManagerAlsaagoode@chromium.org2014-06-081-179/+323
* Web MIDI: make platform dependent initialization asynchronoustoyoshim@chromium.org2014-05-011-13/+8
* [WebMIDI] Add timestamp to received events on Android.yhirano@chromium.org2014-05-011-6/+4
* Make MidiManager::StartSession() asynchronoustoyoshim@chromium.org2014-04-111-3/+3
* Web MIDI: link with alsa even if cras is enabledtoyoshim@chromium.org2014-02-261-8/+8
* Revert "Web MIDI: enable important logs in release build"vollick@chromium.org2014-02-151-5/+5
* Web MIDI: enable important logs in release buildtoyoshim@chromium.org2014-02-151-5/+5
* Web MIDI: enable receiving functionality in Linux and Chrome OStoyoshim@chromium.org2014-02-061-2/+137
* Web MIDI: make naming convention be consistenttoyoshim@chromium.org2014-02-041-25/+26
* Web MIDI: provide better port info on ALSAtoyoshim@chromium.org2014-02-021-9/+19
* Do not compile Alsa based MIDI manager if use_alsa==0dnicoara@chromium.org2014-01-031-0/+169