]> git.alsa-project.org Git - alsa-lib.git/history - test
test: update midifile library to ANSI C
[alsa-lib.git] / test /
2025-07-31 Adam Sampsontest: update midifile library to ANSI C master
2025-02-02 Jaroslav Kyselatest/playmidi1: fix compilation caused by conflict...
2024-08-15 Takashi Iwaitest: Add an example program to inquire UMP Endpoint...
2024-06-19 Takashi Iwaitest: Add an example program to create a virtual UMP...
2024-02-23 Giulio Morotests: latency.c - fix copy-n-paste typos (sw -> hw...
2023-08-30 Jaroslav Kyselareshuffle included files to include config.h as first
2023-08-22 Jaroslav Kyselatest: oldapi - fix the clang-16 compilation error
2023-02-03 SASANO Takayoshitest: BSD-like fixes
2023-02-03 SASANO Takayoshitype_compat.h: use ESPIPE instead of EPIPE when ESTRPIP...
2022-11-24 Jaroslav Kyselatest: latency - --policy option - allow using SCHED_OTHER
2022-11-24 Jaroslav Kyselatest: latency - add --policy option to allow using...
2022-11-23 Jaroslav Kyselatest: latency - usleep should not be used in the block...
2022-11-23 Jaroslav Kyselatest: latency - add -y option (I/O usleep)
2022-11-14 Jaroslav Kyselalatency: add timestamps to the POS lines
2022-11-14 Jaroslav Kyselatest: latency - add more realtime tests
2022-11-14 Jaroslav Kyselatest: latency - use snd_pcm_format_physical_width()
2021-12-01 Jaroslav Kyselaconf: introduce snd_config_load_string()
2021-11-30 Jaroslav Kyselaconf: fix test/lsb/config.c
2021-11-30 Jaroslav Kyselaconf: improve simple integer math expressions - brackets
2021-11-30 Jaroslav Kyselaconf: add possibility to evaluate simple integer math...
2021-10-28 Jaroslav Kyselarawmidi: rename enum snd_rawmidi_framing to snd_rawmidi...
2021-10-28 Jaroslav Kyselarawmidi: define more abstract API for the timestamp...
2021-08-20 David Henningssontest: rawmidi: Add test for rawmidi framing API
2021-04-13 Jaroslav Kyselatest: audio_time - fix timestamp2ns() and usage()
2020-12-17 David Henningssontest/audio_time: Make use of SND_PCM_AUDIO_TSTAMP_TYPE...
2020-05-03 Jaroslav Kyselatest: pcm_min - add snd_pcm_drain() call and indentatio...
2019-04-09 Quipyowert2Printf unsigned longs with %lu instead of %ld (playmidi1.c)
2019-04-09 Quipyowert2Printf unsigned ints with %u instead of %i (pcm.c)
2019-04-09 Quipyowert2Printf unsigned long longs with %llu (mixtest.c)
2019-04-09 Quipyowert2Printf unsigned longs with %lu instead of %li (midifile.c)
2019-04-09 Quipyowert2Printf unsigned long with %lu instead of %li (latency.c)
2019-03-01 Jaroslav Kyselatest/latency: use frame bytes correctly in writebuf()
2018-10-24 Jaroslav Kyselatest/audio_time: remove unused variables
2018-10-24 Jaroslav Kyselatest: rename code to more approriate mixtest
2018-10-24 Jaroslav Kyselatest/code: make it work again
2018-10-24 Jaroslav Kyselatest/latecy: fix typo in tstamp compare
2018-05-15 Takashi Sakamototest: use position offset macro of TLV data
2017-11-24 Takashi Sakamototest: correct emulation for channel-map TLV
2017-11-14 Jaroslav KyselaChange FSF address (Franklin Street)
2017-11-13 Takashi Sakamototest: obsolete usage of APIs of dimensional information
2017-10-03 Antonio Ospitetest/seq-decoder: enable timestamping for external...
2017-08-24 Takashi Sakamototest: apply optimization for v4.14 kernel about changes...
2017-05-25 Takashi Sakamototest: add a test for list operation to user-defined...
2016-09-30 Takashi Sakamototest: use actual information for TLV operation
2016-07-17 Takashi Sakamotoctl: rename APIs to add an element set so that their...
2016-07-07 Takashi Sakamototest: add linker flag with pthread for pcm-multi-thread...
2016-07-07 Takashi Iwaitest: Add pcm-multi-thread program
2016-07-07 Takashi Sakamotoctl: fix a test for user-defined element set in a point...
2016-06-30 Takashi Sakamotoctl: support dimension test for user-defined element set
2016-06-30 Takashi Sakamotoctl: optimize a test for user-defined element set to...
2016-06-30 Takashi Sakamotoctl: optimize a test for user-defined element set to...
2016-06-17 Takashi Sakamotoctl: add test program for control element set
2015-07-02 Pierre-Louis Bossarttest: audio_time: show report validity and accuracy
2015-07-02 Pierre-Louis Bossarttest: fix audio_time with new get/set audio_tstamp_config
2015-06-01 Christophe Lohrtest/pcm_min: Fix error messages
2015-06-01 Christophe Lohrtest/pcm: Fix generated values with float PCM format
2014-07-14 Takashi Iwaitest/audio_time: Set timestamp type explicitly
2014-06-13 Jordi MallachAdd -lm to test programs to fix build failure.
2014-02-26 Patrick Welcheautotools: update style
2013-11-04 Takashi Iwaitest/chmap: Add missing usage text for -s option
2012-10-24 Pierre-Louis Bossartpcm: support for audio timestamps
2012-09-22 Pierre-Louis Bossarttest: add audio_time
2012-09-13 Takashi Iwaitest/chmap: Fix wrong malloc size
2012-09-13 Takashi IwaiPCM: Add string conversion helper functions for chmap
2012-09-13 Takashi IwaiFix duplicated channel entry in test/chmap.c
2012-09-13 Takashi IwaiPCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_t
2012-09-13 Takashi IwaiAdd SND_CHMAP_NA and bit flag definitions
2012-09-13 Takashi IwaiFollow channel position definitions to mixer channel...
2012-09-11 Takashi IwaiAdd test/chmap program
2012-08-08 Mario Domenech Goularttest/latency.c: Fix string argument to getopt_long...
2012-04-24 John SpencerFix invalid long long format specifier
2011-05-04 Takashi IwaiFix printf for size_t
2011-04-20 Raymond Yautest/latency: print error message when 2 periods per...
2011-01-31 Jaroslav Kyselaucm: allow bind modifier to specific instances, other...
2011-01-24 Jaroslav KyselaMerge branch 'ucm'
2010-11-10 Jaroslav Kyselaucm: fix parser for sequences and fix wrong strcmp
2010-10-26 Jaroslav Kyselaucm: debug parser
2010-10-13 Jaroslav Kyselaucm: implemented card list feature
2010-08-04 Jaroslav Kyselatest/latency: fix timediff calculation
2009-08-03 Clemens Ladischadd config tests
2009-07-08 Clemens Ladischtest/lsb/midi_event.c: check for buffer size check
2009-07-08 Clemens Ladischtest/lsb/midi_event.c: abort on fatal errors
2009-07-06 Takashi IwaiMerge branch 'master' of git@git.alsa-project.org:alsa-lib
2009-07-06 Takashi Iwaitest/pcm.c: float format support
2009-07-06 Clemens Ladischadd midi event tests
2009-07-06 Takashi Iwaitest/pcm.c: Generic linear PCM support
2009-07-06 Takashi Iwaitest/pcm.c: Fix S24 format
2009-07-03 Kenneth Johanssontest/pcm.c: Sample generation on big endian platforms...
2008-09-15 Jaroslav Kyselatest/pcm: Fix error messages in async callback and...
2008-07-10 Takashi Iwaitest/pcm.c: Fix SND_PCM_FORMAT_S24 support
2008-07-10 Takashi IwaiFix type-punning in test/pcm.c
2008-05-09 Jaroslav KyselaImplemented snd_pcm_sw_params_(set|get)_period_event...
2008-02-22 Aldrin Martoqadd a test code for snd_seq_client_info_event_filter_*()
2008-01-08 Takashi IwaiRemove sleep_min and tick
2008-01-08 Takashi IwaiRemove PCM xfer_align
2007-12-21 Takashi IwaiRemove obsolete seq event entries in seq-decoder
2007-11-12 Clemens Ladischmidiloop: use blocking mode
2007-10-15 Jaroslav KyselaChanged Jaroslav Kysela's e-mail from perex@suse.cz...
2006-10-27 Jaroslav Kyselachange iface argument for namehint function to const...
2006-10-11 Jaroslav Kyselaadd snd_device_name_hint() function and initial impleme...
next