Age | Commit message (Expand) | Author |
2010-11-20 | clean up cases of ;; | Theo de Raadt |
2010-11-14 | Terminate midi thru boxes trying to drain but that have no | Alexandre Ratchov |
2010-11-05 | Add experimental support for 24-bit arithmetic, meaning that full | Alexandre Ratchov |
2010-11-05 | unbreak compilation without DEBUG defined | Alexandre Ratchov |
2010-11-05 | Convert ulaw/alaw to native format (ie using ADATA_XXX defines) rather | Alexandre Ratchov |
2010-11-04 | Replace ``short'' by a new ``adata_t'' typedef corresponding to | Alexandre Ratchov |
2010-11-04 | legacy.c is not used any longer | Alexandre Ratchov |
2010-10-21 | When the end of a stream is reached (ie mix_eof() called) other | Alexandre Ratchov |
2010-10-21 | fix style and typos in messages and comments | Alexandre Ratchov |
2010-10-21 | use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding | Alexandre Ratchov |
2010-09-18 | add forgotten ``return NULL'' when a .wav file fails to get the | 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-31 | remove forgotten debug message | Alexandre Ratchov |
2010-07-10 | When a file is created, initialize its ``busy cycles'' counter to zero. | 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 | Try to detect busy loops caused by misbehaving audio drivers | 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 | explicitely initialize members of struct dev in dev_open() | Jacob Meuser |
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 | Take into account wav ``riff'' header when calculating the offset | Alexandre Ratchov |
2010-06-05 | when parsing wav headers, check that a data chuck actually exists | Alexandre Ratchov |
2010-06-05 | in dev_close(), first terminate streams recording from the hardware, | Alexandre Ratchov |
2010-06-05 | When closing the device, request clients using a midi control slot | 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 | when attaching files to play or record to the device, check that | Alexandre Ratchov |
2010-06-04 | midi control aproc structure is can be destroyed before any stream | Alexandre Ratchov |
2010-06-04 | Allow the audio device to be opened only while it's actually used. | Alexandre Ratchov |
2010-05-27 | include stdint.h | Alexandre Ratchov |
2010-05-25 | enable support for ``extended'' .wav files since certain programs | Alexandre Ratchov |
2010-05-08 | prime play buffers as soon as the device is opened, otherwise a | Alexandre Ratchov |
2010-05-08 | Fix sign in dev_getpos(). Indeed, positive device playback latency | Alexandre Ratchov |
2010-05-08 | don't take into account recording latency in dev_getpos(), since | Alexandre Ratchov |
2010-05-07 | remove ``abspos'' counters, from the pre-libsndio era. Since play and | Alexandre Ratchov |
2010-05-07 | Since aucat uses libsndio, play and rec clocks are the same, so | Alexandre Ratchov |
2010-05-07 | don't prime audio buffers if the device is only started to serve | Alexandre Ratchov |
2010-05-06 | allow volumes of uninitialized slots to be set | Alexandre Ratchov |
2010-05-04 | make the mixer process data as soon as it's pushed by one of its | Alexandre Ratchov |
2010-05-04 | if the ``device'' is in loopback mode (ie no audio device), then | 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-05-02 | use clock_gettime() and interval timers instead of gettimeofday() | Alexandre Ratchov |
2010-05-02 | in the resampling code, handle the case ``diff == 0'', to avoid producing | Alexandre Ratchov |