4a541faf12by popular demand: have stop remember the current song and play will start playing from the stopped song.
Warren Dukes
2004-05-23 14:12:05 +0000
fbcb995a81cleanup EINTR checking in tag.c
Warren Dukes
2004-05-21 22:52:54 +0000
28e29a29e9fix a bug in decodeFirstFrame when just decoding tags and not passing a DecoderControl
Warren Dukes
2004-05-21 22:41:00 +0000
547e358796do input buffering in while sleeping loop of sending stuff to output buffer
Warren Dukes
2004-05-21 22:31:07 +0000
aea1ae9b9eforgot to clear the mad_stream buffer when doing a seek
Warren Dukes
2004-05-20 12:11:28 +0000
e40d39b05eremoved a debug statement
Warren Dukes
2004-05-20 11:28:10 +0000
a81573ef05non-blocking seeking, needs some testing! (this is not just for streams but new code for files seeking as well)
Warren Dukes
2004-05-19 23:48:34 +0000
c1fbcd03f0todo update and make firstFrame in mp3_decode less blocky!
Warren Dukes
2004-05-19 22:03:27 +0000
1be91059b0ok, after starting good, this is a little less blocky for playing streams
Warren Dukes
2004-05-18 20:27:12 +0000
e9ace46388nother little minor fix
Warren Dukes
2004-05-18 20:00:42 +0000
8613178a13slight fix for IS_file
Warren Dukes
2004-05-18 19:58:42 +0000
00fa2e38e7disable prebuffering in the beginning for now
Warren Dukes
2004-05-18 19:37:43 +0000
a19a79227cstreaming fixes and such, now it seems to work good, what an annoying bug to find
Warren Dukes
2004-05-18 19:32:05 +0000
a2b6583db6fix some wackiness due to attempted search table
Warren Dukes
2004-05-18 14:58:47 +0000
3a5a75cf87fix a mem leak when unknow type in decodeStart()
Warren Dukes
2004-05-18 13:19:30 +0000
c51ad71efarework stuff so that we can use mime-type of streams to detect type of file
Warren Dukes
2004-05-18 13:13:55 +0000
6c24180516inputStream updates from httpTest
Warren Dukes
2004-05-18 09:54:45 +0000
d4c7d6df6dcan parse inputStream_http can parse mime type
Warren Dukes
2004-05-18 09:34:22 +0000
45f8d47384assume all streams are mp3's, we'll need to open the streams before calling the decoder routines to fetch the mime-type!
Warren Dukes
2004-05-18 04:35:26 +0000
06422f729bbug fixes for playing streams
Warren Dukes
2004-05-18 04:04:54 +0000
746e7477e0yes! rudimentary stream playing for mp3's! be gentle
Warren Dukes
2004-05-18 03:37:55 +0000
aed844a67doops forgot to add these
Warren Dukes
2004-05-18 02:46:36 +0000
48a58073ddadd new inputStream stuff, hopefully something major isn't foobar'd
Warren Dukes
2004-05-18 02:46:13 +0000
ee79a3a8fdignore crc stuff for mp3's cause some mp3's have foobar'd CRC's
Warren Dukes
2004-05-17 19:47:21 +0000
0db46f0592fix bug where db_update wasn't being set in readDirectoryDB
Warren Dukes
2004-05-17 11:56:14 +0000
4f76ba5a42format conversion for 8->16 bis and mono->stereo
Warren Dukes
2004-05-10 17:08:46 +0000
872af20777resampling code blatantly ripped from xmms, needs testing and need to right conversion routines for bit conversion and channel conversion
Warren Dukes
2004-05-10 15:21:40 +0000
7626d9a547more little bits of code in prep for resample/audioFormat conversion, now to just write the actual audioFormat conversion code!
Warren Dukes
2004-05-10 14:06:23 +0000
9dd098f09buse memcpy for isCurrentAudioFormat()
Warren Dukes
2004-05-10 13:37:48 +0000
2ec1c5ff3csome more work on organizing code for resampling/audioFormat conversion
Warren Dukes
2004-05-10 12:35:18 +0000
cd3180c701stuff for configuring the audio output format (sampling rate, channels, bits)
Warren Dukes
2004-05-10 02:20:15 +0000
9edafa886badd aliasMrJones to various places
Warren Dukes
2004-05-08 12:04:23 +0000
04fdc209d9add replayGain stuff for flac from AliasMrJones
Warren Dukes
2004-05-07 22:42:54 +0000
ff3323334aimplement new outputBuffering stuff for rest of decoders
Warren Dukes
2004-05-07 19:35:39 +0000
c9f0d22f0arewrite outputBuffer'ing abstraction a bit to be more effecient and easier to interface. Also, use outputBuffer abstraction for ogg
Warren Dukes
2004-05-07 19:11:43 +0000
3794126e56new OutputBuffer abstraction stuff, implemented for mp3, now need to implement in other decoders
Warren Dukes
2004-05-07 15:58:04 +0000
9196023f14some begging code of abstracting out some simple buffer routine(s) for decoders
Warren Dukes
2004-05-07 02:42:49 +0000