index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tag.c
Age
Commit message (
Expand
)
Author
2004-06-07
bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()
Warren Dukes
2004-06-06
mechanism for updating metadata while decoding
Warren Dukes
2004-06-06
todo update
Warren Dukes
2004-06-02
'\n' are bad
Warren Dukes
2004-06-01
parsing mp3 id3v2 tags on the fly for streams
Warren Dukes
2004-06-01
more efficient of updating of metadata
Warren Dukes
2004-05-31
icynames are now copied to title of streams
Warren Dukes
2004-05-31
aac_plugin
Warren Dukes
2004-05-31
mp4_plugin
Warren Dukes
2004-05-31
audiofile_plugin
Warren Dukes
2004-05-31
little cleanup of plugin stuff
Warren Dukes
2004-05-31
flac_plugin
Warren Dukes
2004-05-31
mp3 and ogg plugin stuff
Warren Dukes
2004-05-21
cleanup EINTR checking in tag.c
Warren Dukes
2004-05-18
add new inputStream stuff, hopefully something major isn't foobar'd
Warren Dukes
2004-05-15
fix a bug in update if unable to open mp4 file, would cause a segfault
Warren Dukes
2004-05-06
mp4/aac now use InputStream
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-04-13
ok, rework myfprintf so it uses write() and never use any file stream
Warren Dukes
2004-04-13
block signals when writing db to ensure db isn't corrupted
Warren Dukes
2004-04-13
rename all ascii/utf8 stuff to latin1/utf8
Warren Dukes
2004-04-13
fix a small booboo and add some debugging stuff
Warren Dukes
2004-04-13
add my own utf8/ascii converters and utf8 validator
Warren Dukes
2004-04-11
we no longer need to block signals in tag.c, since update is now done
Warren Dukes
2004-03-21
add aac_decode.[ch] and start working on it
Warren Dukes
2004-03-21
parse length from Aac files and ID3 tags
Warren Dukes
2004-03-21
begin parsing work on AAC info parsing
Warren Dukes
2004-03-18
initial mp4/aac decoder, hasn't been tested at all yet, just compiles
Warren Dukes
2004-03-18
bunch of autotool cleanups
Warren Dukes
2004-03-17
metadata parsing for mp4 files is working, next need to work on AAC
Warren Dukes
2004-03-17
make playlist restart from current position in song when using state file
Warren Dukes
2004-03-17
have AAC and MP4 types
Warren Dukes
2004-03-17
fix a few snafoo's in configure.ac
Warren Dukes
2004-03-11
move time back into MpdTag
Warren Dukes
2004-03-10
move time from tag info to song info.
Warren Dukes
2004-03-09
strip return characters that are in the id3 tags
Warren Dukes
2004-02-25
use "$@" instead of "$*"
Warren Dukes
2004-02-25
oops, forgot to call utf8ToFsCharset when opening flac files for Metadata
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes