194
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix a segfault when time: or audio: is malformatted More... about 20 years ago
when converting from bps -> kbps, divide by 1000, not 1024 More... about 20 years ago
use EXIT_SUCCESS and EXIT_FAILURE More... about 20 years ago
exit with proper return value (i.e. don't do 'return ret', silly normalperson) More... about 20 years ago
oops, forgot to update Changelog More... about 20 years ago
for alsa mixer default to Master element, not the first element More... about 20 years ago
move sys/types.h include in utils.c, so it works for FreeBSD, from MDR More... about 20 years ago
update changelog More... about 20 years ago
need to include utils.h for my_usleep More... about 20 years ago
use our own portable version of usleep using select() More... about 20 years ago
clear TODO More... about 20 years ago
use 16-bit signed ints for storing positions in the ring buffer More... about 20 years ago
lets cleanup some file type detection and not call stat() so much More... about 20 years ago
update stuff for 0.10.3 release More... about 20 years ago
fix for loading playlists on platforms where char is unsigned (like PPC) More... about 20 years ago
cleanup reading from interface, when argArrayLength returned by buffer2array is 0, we weren't dealing with this well at all! More... about 20 years ago
allow to disable alsa More... about 20 years ago
update for 0.10.3 More... about 20 years ago
add --disable-iconv More... about 20 years ago
version bump More... about 20 years ago
some cleanups More... about 20 years ago
forgot a ; More... about 20 years ago
just to be carfile, make sure to null terminate when using strncpy More... about 20 years ago
close audio device on pause, after we say we have paused, makes pause seem more responsive More... about 20 years ago
don't generate .bz2 for make dist More... about 20 years ago
put back More... about 20 years ago
bsd seems to want sys/time.h More... about 20 years ago
minor fix ups for types More... about 20 years ago
fix and detect differences between faad2 1.1 and 2.0 More... about 20 years ago
fix some changelog grammar More... about 20 years ago