2020-04-09 23:08:38 by Nia Alarie | Files touched by this commit (2) |
Log message: mpv: Clean up some cruft in ao_netbsd. |
2020-04-09 22:53:40 by Nia Alarie | Files touched by this commit (3) |
Log message: mpv: ao_netbsd changes... - Implement get_space properly and use AUDIO_GETBUFINFO more - Simplify implemention of get_delay and set period_size |
2020-04-08 14:17:02 by Nia Alarie | Files touched by this commit (3) |
Log message: mpv: ao_netbsd improvements. Fixes playing very small audio files. - Get the preferred sample rate from the device. This ensures sample rate conversion is done in user space, which is a Good Idea and should improve output quality. This backend is now Even More NetBSD. - Implement drain(). - Bump up the buffer size. Bump PKGREVISION |
2020-04-07 15:47:04 by Ryo ONODERA | Files touched by this commit (1) |
Log message: mpv: Add libossaudio to fix build under recent NetBSD-current |
2020-03-18 12:49:21 by Leonardo Taccari | Files touched by this commit (3) |
Log message: mpv: Adjust two MP_ERR printf-s (missing \n and wrong `device' was printed) OK <nia>, thanks! |
2020-03-17 12:36:04 by Nia Alarie | Files touched by this commit (1) |
Log message: mpv: remove comments |
2020-03-17 12:22:31 by Nia Alarie | Files touched by this commit (1) |
Log message: mpv: Cosmetic changes in options.mk |
2020-03-17 12:21:49 by Nia Alarie | Files touched by this commit (1) |
Log message: mpv: Re-enable OSS on NetBSD. Requested by leot |
2020-03-16 22:28:23 by Nia Alarie | Files touched by this commit (1) |
Log message: mpv: Clean up options.mk and add a JACK option (off by default) |
2020-03-16 22:20:43 by Thomas Klausner | Files touched by this commit (1) |
Log message: mpv: pkglint cleanup (whitespace only) |