summaryrefslogtreecommitdiff
path: root/sys/src/cmd/audio
AgeCommit message (Expand)Author
2021-01-12audio/flacenc: missed an argument in fprintf()Sigrid
2021-01-11libFLAC/mkfile: update version and build with -DNDEBUGSigrid
2021-01-11libvorbis: fix free() called on a wrong pointerSigrid
2021-01-11audio/flacencSigrid
2020-12-23libvorbis: 1.3.5 → 1.3.7 (fixes a bunch of CVE and other small issues)Sigrid
2020-11-02audio/wavdec: add -s optionSigrid
2020-08-18oggdec: give it enough chance to seek from the start, where first seek might ...Sigrid
2020-08-12audio/oggdec: allow -s 0Sigrid
2020-08-12audio/mp3dec: mad timer duration is all wrong, use samples insteadSigrid
2020-08-12audio/mp3dec: add -s SECONDS optionSigrid
2020-08-11audio/oggdec: add -s SECONDS option to seek before decodingSigrid
2020-08-11audio/flacdec: add -s SECONDS option to seek before decodingSigrid
2020-01-11libFLAC: 1.3.1 -> 1.3.3Sigrid
2019-09-07Libflac: Tell it that we have stdint.h so it finds SIZE_MAXOri Bernstein
2018-09-28audio/libogg: sync to ogg v1.3.3mischief
2018-09-08libvorbis: fix broken free() (thanks mischief)cinap_lenrek
2018-09-05audio/libogg: nuke old libogg.aumischief
2018-05-13audio/pcmconv: fix accidental cast to float instead of doubleBurnZeZ
2017-11-16audio/flacdec: add eof handler avoiding endless spinning on broken files (tha...cinap_lenrek
2017-02-01audio/flacdec: continue after decode error (thanks deuteron)cinap_lenrek
2016-06-20audio/flacdec: exit on decode error, print error messagecinap_lenrek
2016-03-10libvorbis: update to 1.3.5ftrvxmtrx
2016-03-05libFLAC/mkfile: -DFLAC__NO_ASMftrvxmtrx
2016-03-05libFLAC: update to 1.3.1ftrvxmtrx
2015-07-13libFLAC: fix compiler warnings by properly declaring void function argumentscinap_lenrek
2014-12-15audio/flacdec: fix pcmconv pipeline race (thanks mischief and henesy)cinap_lenrek
2014-09-16oggdec: recognize "begin of stream" packets and restart decodingcinap_lenrek
2014-03-26audio/oggdec: wait for pcmconv child process to exitcinap_lenrek
2014-03-03pcmconv: revert previous change, fix dither clippingcinap_lenrek
2014-03-03pcmconv: fix dither clippingcinap_lenrek
2014-02-05have to use NULL instead of nil for ape programs...cinap_lenrek
2014-02-05fix wrong type for terminating nil argument for execl()cinap_lenrek
2014-01-10mixfs: make mixbuffer addition atomiccinap_lenrek
2013-12-27audio/mixfs: implement Tstat to obtain buffer size, better underrun handlingcinap_lenrek
2013-12-26add audio/mixfs to allow simultanious playback streams over a single /dev/audiocinap_lenrek
2013-11-06mp3dec: fix volume for mp3deccinap_lenrek
2012-12-17audio/pcmconv: fix mistakecinap_lenrek
2012-12-14audio/pcmconv: implement stereo -> mono conversion (mixing)cinap_lenrek
2012-12-14audio/pcmconv: check bits for same format check not just frameszcinap_lenrek
2012-12-14audio: replace µlawdec, add big endian and µlaw audio formats to pcmconv, Â...cinap_lenrek
2012-12-13audio/pcmconv: ditheringcinap_lenrek
2012-12-12audio/pcmconv: cleanupcinap_lenrek
2012-12-12audio/pcmconv: implement filter coefficient interpolation, cleanupcinap_lenrek
2012-12-12audio/pcmconv: mistake for double to int conversion (thanks ftrvxmtrx)cinap_lenrek
2012-12-11audio/pcmconv: check number of input channelscinap_lenrek
2012-12-11audio/pcmconv: disable floating point exceptions for data conversioncinap_lenrek
2012-12-11audio: fix broken write() size for mp3dec/oggdec/flacdeccinap_lenrek
2012-12-11audio/pcmconv: implement band limited audio resampler using fir filtercinap_lenrek
2012-12-08µlaw audio support (from erik quanstro)cinap_lenrek
2012-12-08audio: add audio/pcmconv programcinap_lenrek