Age | Commit message (Expand) | Author |
2011-03-17 | use a DEFAULT_RATE macro instead of hardcoding 44100, no object change | Alexandre Ratchov |
2010-11-05 | unbreak compilation without DEBUG defined | Alexandre Ratchov |
2010-10-21 | use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding | Alexandre Ratchov |
2010-09-08 | aucat: getpwnam: No such file or directory | Theo de Raadt |
2010-08-20 | polish the code: remove few unused #includes, add missing ones, | Alexandre Ratchov |
2010-08-19 | fix NULL pointer deref in midicat option parsing when ``-'' is | Alexandre Ratchov |
2010-07-31 | remove 2 years old compatibility mode | Alexandre Ratchov |
2010-07-10 | In midi server mode, don't terminate the midi thru box if there are | Alexandre Ratchov |
2010-07-10 | fix parameter handling: don't try to open a ``default'' midi port | Alexandre Ratchov |
2010-07-06 | various tweaks to previous; ok ratchov | Jason McIntyre |
2010-07-06 | Handle all streams the same way because there's no actual | Alexandre Ratchov |
2010-06-29 | If the device isn't opened yet (as can be the case with '-a off'), | Jacob Meuser |
2010-06-25 | don't attempt to drain devices after they are destroyed, which | Alexandre Ratchov |
2010-06-20 | fix midicat(1) device mode when only -i or only -o is used (ie | Alexandre Ratchov |
2010-06-05 | don't prime server buffers, because it's ugly and conceptually | Alexandre Ratchov |
2010-06-05 | Don't send the initial position as a clock tick with a negative delta. | Alexandre Ratchov |
2010-06-04 | Allow the audio device to be opened only while it's actually used. | Alexandre Ratchov |
2010-05-08 | prime play buffers as soon as the device is opened, otherwise a | Alexandre Ratchov |
2010-05-02 | Clean up device handling code to clarify different initialization phases | Alexandre Ratchov |
2010-05-02 | Don't systematically fill with silence the mixer output. This | Alexandre Ratchov |
2010-04-24 | if there are no files to play in legacy mode, print the usage message | Alexandre Ratchov |
2010-04-24 | rename ibuflist/obuflist -> ins/outs to cut long lines | Alexandre Ratchov |
2010-04-22 | Allow multiple users to share the same aucat server. If aucat is | Alexandre Ratchov |
2010-04-21 | when creating the ``default'' subdevice, use last parameters of the | Alexandre Ratchov |
2010-04-21 | adds the necessary bits to join channels (ex stereo->mono) or | Alexandre Ratchov |
2010-04-06 | aucat (server): | Alexandre Ratchov |
2010-04-03 | backout last change, committed by mistake, sorry... | Alexandre Ratchov |
2010-04-03 | doc fixes from jmc | Alexandre Ratchov |
2010-01-14 | Use -C option to specify recorded channel range instead of -c which | Alexandre Ratchov |
2010-01-11 | When resuming from suspend, prime play buffers with silence, | Alexandre Ratchov |
2010-01-10 | Add traces to help tracking subtle timing bugs often causing | Alexandre Ratchov |
2010-01-05 | Make the way .wav files are handled closer to the way sockets are | Alexandre Ratchov |
2009-11-21 | use strtonum(3) and strtol(3) instead of sscanf(3) | Alexandre Ratchov |
2009-11-21 | spelling | Theo de Raadt |
2009-11-03 | Allow any program using aucat to act as MMC slave and MTC master | Alexandre Ratchov |
2009-10-27 | add missing word in error message | Alexandre Ratchov |
2009-10-10 | don't use a references to the device file to check the current mode | Alexandre Ratchov |
2009-10-10 | make dev_done() common to audio and MIDI, and drop dev_thrudone() | Alexandre Ratchov |
2009-10-10 | use dev_done() for loopback devices too and remove dev_loopdone() | Alexandre Ratchov |
2009-10-05 | add -d flag. When started in server mode, if the -d flag is | Alexandre Ratchov |
2009-09-27 | remove all debug traces | Alexandre Ratchov |
2009-08-26 | oops, forgot to update usage(); | Jason McIntyre |
2009-08-19 | don't try to process -o arguments using the input file list, fixes | Alexandre Ratchov |
2009-08-19 | organize midi code like audio code, no functional change | Alexandre Ratchov |
2009-08-17 | allow midicat to take multiple -i and -o options | Alexandre Ratchov |
2009-08-17 | if one or more MIDI devices are specified in server mode, subscribe | Alexandre Ratchov |
2009-07-25 | fix comments, remove no longer needed declaration, reorder includes | Alexandre Ratchov |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |
2009-04-27 | make -v option apply also to implicit default socket | Alexandre Ratchov |
2009-03-17 | - rename the arg to -b "nframes" and sync usage() | Jason McIntyre |