aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* inputStream updates from httpTestWarren Dukes2004-05-186-38/+72
* can parse inputStream_http can parse mime typeWarren Dukes2004-05-183-15/+51
* assume all streams are mp3's, we'll need to open the streams before callingWarren Dukes2004-05-182-8/+3
* bug fixes for playing streamsWarren Dukes2004-05-181-2/+4
* yes! rudimentary stream playing for mp3's!Warren Dukes2004-05-189-36/+57
* oops forgot to add theseWarren Dukes2004-05-184-0/+665
* add new inputStream stuff, hopefully something major isn't foobar'dWarren Dukes2004-05-189-54/+41
* ignore crc stuff for mp3's cause some mp3's have foobar'd CRC'sWarren Dukes2004-05-171-0/+1
* fix bug where db_update wasn't being set in readDirectoryDBWarren Dukes2004-05-171-6/+3
* move ipv6supported from listen.c to utils.cWarren Dukes2004-05-153-10/+16
* fix a bug in update if unable to open mp4 file, would cause a segfaultWarren Dukes2004-05-151-0/+1
* don't close STDIN_FILENO, not suppose to dup2 a closed fdWarren Dukes2004-05-151-2/+1
* oops, fix an infinate loopWarren Dukes2004-05-141-1/+4
* redimentary addition of url's to playlistWarren Dukes2004-05-137-12/+56
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-134-82/+109
* fix foobar!Warren Dukes2004-05-111-1/+1
* maybe this fixes remoford's bug?!?Warren Dukes2004-05-111-1/+1
* use AM_LANGINFO_CODESET in configure.ac, old configure.ac wasn't checkingWarren Dukes2004-05-111-2/+2
* trash XMMS resampling, use ESD's instead, don't understand it, but it worksWarren Dukes2004-05-104-37/+28
* some debug codeWarren Dukes2004-05-102-3/+10
* ???Warren Dukes2004-05-101-1/+1
* some fixes for ogg_decodeWarren Dukes2004-05-101-5/+19
* fix a bug in channel conversionWarren Dukes2004-05-101-2/+2
* fix computation of conversion buffer sizeWarren Dukes2004-05-101-7/+26
* format conversion for 8->16 bis and mono->stereoWarren Dukes2004-05-101-12/+75
* resampling code blatantly ripped from xmms, needs testing and need toWarren Dukes2004-05-102-5/+57
* more little bits of code in prep for resample/audioFormat conversion,Warren Dukes2004-05-104-8/+47
* use memcpy for isCurrentAudioFormat()Warren Dukes2004-05-101-6/+1
* some more work on organizing code for resampling/audioFormat conversionWarren Dukes2004-05-1017-87/+100
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-107-20/+111
* add aliasMrJones to various placesWarren Dukes2004-05-082-0/+37
* finish adding AliasMrJones replayGain stuffWarren Dukes2004-05-082-0/+65
* add replayGain stuff for flac from AliasMrJonesWarren Dukes2004-05-077-97/+221
* implement new outputBuffering stuff for rest of decodersWarren Dukes2004-05-074-106/+37
* rewrite outputBuffer'ing abstraction a bit to be more effecient and easierWarren Dukes2004-05-074-63/+63
* new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes2004-05-0718-75/+103
* some begging code of abstracting out some simple buffer routine(s) for decodersWarren Dukes2004-05-071-0/+66
* mp4/aac now use InputStreamWarren Dukes2004-05-064-55/+58
* fix bug #223Warren Dukes2004-05-061-1/+1
* vim stuffWarren Dukes2004-05-052-0/+2
* clarify error for --no-create-dbWarren Dukes2004-05-051-0/+2
* flac uses abstracted inputStream stuffWarren Dukes2004-05-043-46/+154
* implement input abstraction for ogg and mp3Warren Dukes2004-05-044-27/+52
* start abstracting input layer for decodersWarren Dukes2004-05-044-25/+143
* clean-up a wee-bit of codeWarren Dukes2004-04-291-2/+7
* potential fix for CompBrain's segfault, i could test it if he ever gave meWarren Dukes2004-04-221-1/+2
* don't expose functions in utf8.h that don't need itWarren Dukes2004-04-171-6/+0
* ummm, undo last changes, they shouldn't need to be neccessaryWarren Dukes2004-04-171-3/+0
* close audio() and audioDriver() on decode process forkWarren Dukes2004-04-171-0/+3
* when updating, don't cause db reread on adding and then removing empty direct...Warren Dukes2004-04-161-16/+24