| Commit message (Expand) | Author | Files | Lines |
2004-11-10 | merge changes from metadata-rewrite branch | Warren Dukes | 1 | -56/+66 |
2004-11-02 | rewrite replaygain code, needs testing | Warren Dukes | 1 | -26/+24 |
2004-09-08 | flac spelling fixes from np | Warren Dukes | 1 | -2/+2 |
2004-08-13 | don't call replaygain and cause preamp to beused if no replaygain tag exists | Warren Dukes | 1 | -4/+4 |
2004-06-28 | set flac_metadata_respond(VORBIS_COMMENT) so that flac responds to vorbis com... | Warren Dukes | 1 | -0/+2 |
2004-06-28 | fix some memory leaks in flac_plugin - from normalperson | Warren Dukes | 1 | -12/+22 |
2004-06-02 | '\n' are bad | Warren Dukes | 1 | -4/+0 |
2004-05-31 | mod_plugin, just for tarzeau | Warren Dukes | 1 | -0/+4 |
2004-05-31 | icynames are now copied to title of streams | Warren Dukes | 1 | -14/+16 |
2004-05-31 | little cleanup of plugin stuff | Warren Dukes | 1 | -8/+5 |
2004-05-31 | flac_plugin | Warren Dukes | 1 | -8/+147 |
2004-05-30 | fixed seek, its now blocking again | Warren Dukes | 1 | -3/+6 |
2004-05-29 | fix TIcho's seeking while paused bug | Warren Dukes | 1 | -1/+1 |
2004-05-21 | do input buffering in while sleeping loop of sending stuff to output buffer | Warren Dukes | 1 | -2/+2 |
2004-05-19 | non-blocking seeking, needs some testing! (this is not just for streams | Warren Dukes | 1 | -0/+1 |
2004-05-19 | try to make seeking more non-blocking | Warren Dukes | 1 | -1/+0 |
2004-05-18 | yes! rudimentary stream playing for mp3's! | Warren Dukes | 1 | -2/+1 |
2004-05-18 | add new inputStream stuff, hopefully something major isn't foobar'd | Warren Dukes | 1 | -1/+1 |
2004-05-10 | trash XMMS resampling, use ESD's instead, don't understand it, but it works | Warren Dukes | 1 | -2/+3 |
2004-05-10 | some more work on organizing code for resampling/audioFormat conversion | Warren Dukes | 1 | -13/+16 |
2004-05-07 | add replayGain stuff for flac from AliasMrJones | Warren Dukes | 1 | -90/+115 |
2004-05-07 | implement new outputBuffering stuff for rest of decoders | Warren Dukes | 1 | -19/+11 |
2004-05-07 | new OutputBuffer abstraction stuff, implemented for mp3, now need to | Warren Dukes | 1 | -3/+3 |
2004-05-04 | flac uses abstracted inputStream stuff | Warren Dukes | 1 | -46/+149 |
2004-04-22 | potential fix for CompBrain's segfault, i could test it if he ever gave me | Warren Dukes | 1 | -1/+2 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-11 | add --disable-audio configure option | Warren Dukes | 1 | -1/+0 |
2004-04-03 | when converting from bps -> kbps, divide by 1000, not 1024 | Warren Dukes | 1 | -1/+1 |
2004-04-01 | use our own portable version of usleep using select() | Warren Dukes | 1 | -1/+1 |
2004-03-22 | aac decoding! | Warren Dukes | 1 | -1/+1 |
2004-03-20 | i don't think we need to swap byte order for flac either | Warren Dukes | 1 | -3/+0 |
2004-03-18 | bunch of autotool cleanups | Warren Dukes | 1 | -1/+2 |
2004-03-10 | move time from tag info to song info. | Warren Dukes | 1 | -0/+9 |
2004-03-09 | fix a compiler error, bug for bigendian | Warren Dukes | 1 | -1/+1 |
2004-03-06 | make some usleeps longer, just to try to stave off busy waiting | Warren Dukes | 1 | -1/+1 |
2004-02-26 | add bitrate reporting to flac | Warren Dukes | 1 | -2/+17 |
2004-02-25 | some more cleanups | Warren Dukes | 1 | -1/+1 |