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-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