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