index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tag.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()
Warren Dukes
2004-06-07
1
-1
/
+1
*
mechanism for updating metadata while decoding
Warren Dukes
2004-06-06
1
-1
/
+1
*
todo update
Warren Dukes
2004-06-06
1
-0
/
+6
*
'\n' are bad
Warren Dukes
2004-06-02
1
-0
/
+1
*
parsing mp3 id3v2 tags on the fly for streams
Warren Dukes
2004-06-01
1
-23
/
+26
*
more efficient of updating of metadata
Warren Dukes
2004-06-01
1
-1
/
+23
*
icynames are now copied to title of streams
Warren Dukes
2004-05-31
1
-5
/
+9
*
aac_plugin
Warren Dukes
2004-05-31
1
-18
/
+0
*
mp4_plugin
Warren Dukes
2004-05-31
1
-94
/
+0
*
audiofile_plugin
Warren Dukes
2004-05-31
1
-19
/
+0
*
little cleanup of plugin stuff
Warren Dukes
2004-05-31
1
-8
/
+8
*
flac_plugin
Warren Dukes
2004-05-31
1
-114
/
+0
*
mp3 and ogg plugin stuff
Warren Dukes
2004-05-31
1
-84
/
+0
*
cleanup EINTR checking in tag.c
Warren Dukes
2004-05-21
1
-3
/
+2
*
add new inputStream stuff, hopefully something major isn't foobar'd
Warren Dukes
2004-05-18
1
-2
/
+1
*
fix a bug in update if unable to open mp4 file, would cause a segfault
Warren Dukes
2004-05-15
1
-0
/
+1
*
mp4/aac now use InputStream
Warren Dukes
2004-05-06
1
-11
/
+13
*
add vim shiznit to end of all source files
Warren Dukes
2004-04-14
1
-0
/
+1
*
ok, rework myfprintf so it uses write() and never use any file stream
Warren Dukes
2004-04-13
1
-1
/
+0
*
block signals when writing db to ensure db isn't corrupted
Warren Dukes
2004-04-13
1
-0
/
+1
*
rename all ascii/utf8 stuff to latin1/utf8
Warren Dukes
2004-04-13
1
-1
/
+1
*
fix a small booboo and add some debugging stuff
Warren Dukes
2004-04-13
1
-0
/
+2
*
add my own utf8/ascii converters and utf8 validator
Warren Dukes
2004-04-13
1
-0
/
+29
*
we no longer need to block signals in tag.c, since update is now done
Warren Dukes
2004-04-11
1
-22
/
+0
*
add aac_decode.[ch] and start working on it
Warren Dukes
2004-03-21
1
-163
/
+7
*
parse length from Aac files and ID3 tags
Warren Dukes
2004-03-21
1
-1
/
+70
*
begin parsing work on AAC info parsing
Warren Dukes
2004-03-21
1
-1
/
+105
*
initial mp4/aac decoder, hasn't been tested at all yet, just compiles
Warren Dukes
2004-03-18
1
-35
/
+4
*
bunch of autotool cleanups
Warren Dukes
2004-03-18
1
-16
/
+0
*
metadata parsing for mp4 files is working, next need to work on AAC
Warren Dukes
2004-03-17
1
-9
/
+124
*
make playlist restart from current position in song when using state file
Warren Dukes
2004-03-17
1
-2
/
+4
*
have AAC and MP4 types
Warren Dukes
2004-03-17
1
-4
/
+18
*
fix a few snafoo's in configure.ac
Warren Dukes
2004-03-17
1
-0
/
+19
*
move time back into MpdTag
Warren Dukes
2004-03-11
1
-2
/
+31
*
move time from tag info to song info.
Warren Dukes
2004-03-10
1
-31
/
+2
*
strip return characters that are in the id3 tags
Warren Dukes
2004-03-09
1
-0
/
+13
*
use "$@" instead of "$*"
Warren Dukes
2004-02-25
1
-3
/
+3
*
oops, forgot to call utf8ToFsCharset when opening flac files for Metadata
Warren Dukes
2004-02-25
1
-2
/
+2
*
import from SF CVS
Warren Dukes
2004-02-23
1
-0
/
+368