summaryrefslogtreecommitdiff
path: root/sys/src/cmd/audio
AgeCommit message (Expand)Author
2022-08-22audio/zuke: redraw in a separate thread - no audio dropouts on scrolling, mor...Sigrid Solveig Haflínudóttir
2022-03-30libtags: m4a: do not div by zeroSigrid Solveig Haflínudóttir
2022-03-30libtags: wav: do not div by zero (fixup)Sigrid Solveig Haflínudóttir
2022-03-30libtags: wav: do not div by zeroSigrid Solveig Haflínudóttir
2022-03-30libtags: id3v2: make sure extra id3 tag does not cause infinite loopSigrid Solveig Haflínudóttir
2022-03-30libtags: flac: check sample rate before dividing by zero; also check number o...Sigrid Solveig Haflínudóttir
2022-02-21libFLAC: update to 1.3.4Sigrid Solveig Haflínudóttir
2022-02-09audio/flacdec: handle read errors properly to avoid endless looping saturatin...Sigrid Solveig Haflínudóttir
2022-01-19flacdec: do not loop forever on write/decode errorsSigrid Solveig Haflínudóttir
2021-11-03zuke: fix search function ignoring matching artist nameSigrid Solveig Haflínudóttir
2021-10-31libtags: no tags is still fine if format is knownSigrid Solveig Haflínudóttir
2021-10-28mkplist: add -s option to enable "simple" sort (thanks qwx)Sigrid Solveig Haflínudóttir
2021-10-28zuke: simplify volume control logicSigrid Solveig Haflínudóttir
2021-10-27zuke: reset before tokenize, increase player thread stackSigrid Solveig Haflínudóttir
2021-10-26zuke: do not change volume with delta == 0Sigrid Solveig Haflínudóttir
2021-10-26zuke: support other volume handles, update volume when /dev/audio is openedSigrid Solveig Haflínudóttir
2021-09-28libtags: opus: fix duration on truncated filesSigrid Solveig Haflínudóttir
2021-08-21mixfs: add reading (audio loopback)Sigrid Solveig Haflínudóttir
2021-05-28zuke: treat toggle as play in stopped stateSigrid
2021-05-27zuke: fix seeking in paused modeSigrid
2021-05-03libtags: upstream updatesSigrid
2021-04-30libtags: use nelemSigrid
2021-04-30libtags: trim text tags and ignore empty valuesSigrid
2021-04-29libtags: modules: ignore empty titleSigrid
2021-04-29libtags: use CP437 as the default encoding for module formatsSigrid
2021-04-24libtags, zuke: add *.mod support (thanks kemal)Sigrid
2021-04-23zuke: fix middle-click restarting playback if held while mouse pointer is movingSigrid
2021-04-22zuke: fix position formatter using a wrong typeSigrid
2021-04-13zuke: include libtags in CFLAGSSigrid
2021-04-13zuke: remove -G option (old playlists not supported anymore)Sigrid
2021-04-13audio/: zuke, mkplist, readtagsSigrid
2021-02-18audio/flacenc: fix usageSigrid
2021-02-11[9front] audio/flacenc: fix error check for fseekoMichael Forney
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