summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* make: remove override from WARNINGSHEADmasterJari Vetoniemi2019-02-25
* make: try to silence deprecations alwaysJari Vetoniemi2019-02-25
* Makefile -> GNUmakefileJari Vetoniemi2019-02-25
* make: append to WARNINGS instead of CFLAGSJari Vetoniemi2019-02-25
* make: use normal WARNING assignmentJari Vetoniemi2019-02-25
* make: Use -D_FORTIFY_SOURCE=2 by defaultJari Vetoniemi2019-02-25
* pcm: limit bits to 24Jari Vetoniemi2018-12-03
* pcm: should use sizeof(round)Jari Vetoniemi2018-12-03
* libasound: s/LIBASOUND/ASOUND/ woopsJari Vetoniemi2018-12-03
* fix hw param restore on device reopenJari Vetoniemi2018-11-23
* make convert return frames instead of bytesJari Vetoniemi2018-11-23
* steam crashes if capture is not availableJari Vetoniemi2018-11-03
* disable capture streams for nowJari Vetoniemi2018-11-03
* make set_periods_near return correct valueJari Vetoniemi2018-11-03
* implement snd_pcm_hw_params_get_formatJari Vetoniemi2018-11-03
* implement buffer_time_nearJari Vetoniemi2018-11-03
* refactor period time settersJari Vetoniemi2018-11-03
* use MIN/MAXJari Vetoniemi2018-11-03
* check that device has been startedJari Vetoniemi2018-11-03
* get rid of leftover codeJari Vetoniemi2018-11-03
* change the error messageJari Vetoniemi2018-11-03
* stack usage warning at 64kJari Vetoniemi2018-11-03
* tidy upJari Vetoniemi2018-11-03
* use const referenceJari Vetoniemi2018-11-03
* simulate mmap accessJari Vetoniemi2018-11-03
* saner transcoding, + f32 encoding supportJari Vetoniemi2018-11-03
* print out the pcm streamJari Vetoniemi2018-11-02
* unstub snd_pcm_format_descriptionJari Vetoniemi2018-11-02
* fix audio clipping on floating point formatsJari Vetoniemi2018-11-02
* FLOAT_* msb == 1 for consistencyJari Vetoniemi2018-11-02
* fix warningsJari Vetoniemi2018-11-02
* some hardeningJari Vetoniemi2018-11-02
* improve warningsJari Vetoniemi2018-11-02
* support formats regardless of getcaps supportJari Vetoniemi2018-11-02
* fix error handling in poll functionsJari Vetoniemi2018-11-02
* Move code around mor near to their relevancyJari Vetoniemi2018-11-02
* Check revents before timing out from pcm_waitJari Vetoniemi2018-11-02
* Fix some brainwartsJari Vetoniemi2018-11-02
* more correct hwparam setters/gettersJari Vetoniemi2018-11-01
* steam fixesJari Vetoniemi2018-11-01
* should return ENOENT on mismatchJari Vetoniemi2018-11-01
* s/ERRX/WARNX/gJari Vetoniemi2018-11-01
* remove some leftover codeJari Vetoniemi2018-11-01
* broke alsamixerJari Vetoniemi2018-11-01
* crap for making portaudio (audacity) workJari Vetoniemi2018-11-01
* tidy up code, and start checking up hwcapsJari Vetoniemi2018-11-01
* hide all logging under ASOUND_DEBUG env variableJari Vetoniemi2018-11-01
* implement snd_pcm_format_valueJari Vetoniemi2018-11-01
* format_mask_test: dont use continueJari Vetoniemi2018-11-01
* WARN on calloc failureJari Vetoniemi2018-11-01