aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-04-16fix bug in prependCwdToPathDup()Warren Dukes1-2/+2
2004-04-16msells versions patch to list supported formatsWarren Dukes1-0/+20
2004-04-16*gasp* added a commentWarren Dukes1-0/+5
2004-04-16only write db in initMp3Directory() when stuff is updatedWarren Dukes1-7/+13
2004-04-16remove directory mtime from db!Warren Dukes3-59/+125
2004-04-15don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes4-14/+23
2004-04-15round crossfade for statusWarren Dukes1-1/+3
2004-04-15no point in tallying stats on writeDirectoryDB anymoreWarren Dukes1-2/+2
2004-04-15log cycling and a few cleanupsWarren Dukes9-23/+74