| Commit message (Expand) | Author | Files | Lines |
2004-03-18 | we don't need these! | Warren Dukes | 2 | -214/+0 |
2004-03-18 | mp4/aac cleanups | Warren Dukes | 4 | -109/+84 |
2004-03-18 | initial mp4/aac decoder, hasn't been tested at all yet, just compiles | Warren Dukes | 6 | -45/+342 |
2004-03-18 | weee | Warren Dukes | 2 | -4/+8 |
2004-03-18 | bunch of autotool cleanups | Warren Dukes | 41 | -69/+79 |
2004-03-17 | metadata parsing for mp4 files is working, next need to work on AAC | Warren Dukes | 3 | -10/+127 |
2004-03-17 | make playlist restart from current position in song when using state file | Warren Dukes | 2 | -2/+6 |
2004-03-17 | have AAC and MP4 types | Warren Dukes | 7 | -4/+61 |
2004-03-17 | remove unnecessary junk | Warren Dukes | 2 | -625/+0 |
2004-03-17 | import mp4ff, since its not installed correctly by faad2 | Warren Dukes | 17 | -2/+5398 |
2004-03-17 | fix a few snafoo's in configure.ac | Warren Dukes | 7 | -0/+71 |
2004-03-12 | autogen.sh updates | Warren Dukes | 2 | -0/+4 |
2004-03-11 | move time back into MpdTag | Warren Dukes | 6 | -36/+46 |
2004-03-10 | remove some no longer used functions | Warren Dukes | 4 | -26/+0 |
2004-03-10 | increment playlist version on update, so clients know to update | Warren Dukes | 2 | -0/+3 |
2004-03-10 | move adding and removeing from tables from directory.c to song.c | Warren Dukes | 3 | -29/+53 |
2004-03-10 | update when mtimes are not the same | Warren Dukes | 1 | -1/+1 |
2004-03-10 | fix it so that mpd will work if mtime is 0 (for those strange folk) | Warren Dukes | 5 | -54/+63 |
2004-03-10 | move time from tag info to song info. | Warren Dukes | 13 | -62/+80 |
2004-03-09 | clean up logging for creating and updating the db | Warren Dukes | 1 | -3/+6 |
2004-03-09 | when stripping return chars, just replace them with spaces | Warren Dukes | 1 | -2/+2 |
2004-03-09 | remove empty directories | Warren Dukes | 1 | -0/+21 |
2004-03-09 | use BIGENDIAN for ov_read, instead of changing endianness unneccessarily | Warren Dukes | 1 | -5/+8 |
2004-03-09 | exit on any unknown line in the db | Warren Dukes | 1 | -0/+1 |
2004-03-09 | lets exit on unknown line in songinfo db | Warren Dukes | 1 | -0/+1 |
2004-03-09 | strip return characters that are in the id3 tags | Warren Dukes | 5 | -3/+23 |
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 | 6 | -8/+8 |
2004-03-06 | git-svn-id: https://svn.musicpd.org/mpd/trunk@213 09075e82-0dd4-0310-85a5-a0d... | Warren Dukes | 2 | -4/+8 |
2004-03-05 | make a set of nested if statements less ambigous | Warren Dukes | 1 | -1/+4 |
2004-03-05 | make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audio | Warren Dukes | 1 | -1/+2 |
2004-03-05 | fix crossfading issue with ogg | Warren Dukes | 2 | -10/+13 |
2004-03-05 | fix a minor issue! | Warren Dukes | 1 | -1/+1 |
2004-03-05 | fix a booboo | Warren Dukes | 1 | -2/+2 |
2004-03-05 | skip over all bad frames | Warren Dukes | 1 | -8/+12 |
2004-03-05 | put it back the way it was | Warren Dukes | 1 | -4/+5 |
2004-03-05 | mute all frames that are "SKIP"'d | Warren Dukes | 1 | -4/+5 |
2004-03-05 | lets SKIP all recorable stream errors | Warren Dukes | 1 | -8/+6 |
2004-03-05 | see if we can skip past tags | Warren Dukes | 2 | -6/+35 |
2004-03-05 | obotomize mixing a bit | Warren Dukes | 1 | -6/+8 |
2004-03-04 | cleanup a few errors when compiling libmad and libid3tag | Warren Dukes | 2 | -2/+2 |
2004-03-04 | update to 0.15.1 of libmad and libid3tag | Warren Dukes | 87 | -233/+539 |
2004-03-04 | clean up a bit | Warren Dukes | 1 | -6/+3 |
2004-03-04 | git-svn-id: https://svn.musicpd.org/mpd/trunk@194 09075e82-0dd4-0310-85a5-a0d... | Warren Dukes | 2 | -11/+23 |
2004-03-03 | fix gcc-2.95 compilation errors | Warren Dukes | 3 | -4/+8 |
2004-03-02 | rewrite error message for wrong number of config args | Warren Dukes | 1 | -1/+1 |
2004-03-02 | don't use automake-1.8 | Warren Dukes | 2 | -4/+8 |
2004-03-01 | memset erroredFile to 0 | Warren Dukes | 1 | -0/+1 |
2004-03-01 | fix a typecast | Warren Dukes | 1 | -2/+2 |
2004-02-29 | fix a bug where getting OS Mixer volume may fail, and we were closing | Warren Dukes | 1 | -1/+0 |