Mercurial > audlegacy-plugins
comparison ChangeLog @ 999:d338a8beb3d6 trunk
[svn]
- We do not need the internal libflac anymore
author | ertzing |
---|---|
date | Sat, 05 May 2007 04:20:17 -0700 |
parents | 799b321bd9bd |
children | d980b7e5bf1d |
comparison
equal
deleted
inserted
replaced
998:799b321bd9bd | 999:d338a8beb3d6 |
---|---|
1 2007-05-04 17:59:01 +0000 William Pitcock <nenolod@sacredspiral.co.uk> | |
2 revision [2160] | |
3 Return 1 if we encounter an unknown tuple, this seems to happen in files | |
4 generated by iTunes 7. This works because the file will already be | |
5 rejected if it isn't ALAC; the format identification tuple is always first. | |
6 This is however a hack at best, and we should probably look into why this | |
7 is happening (has iTunes 7 changed the format for M4A containers again?) | |
8 | |
9 trunk/src/alac/demux.c | 4 +++- | |
10 1 file changed, 3 insertions(+), 1 deletion(-) | |
11 | |
12 | |
1 2007-05-01 19:49:27 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> | 13 2007-05-01 19:49:27 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> |
2 revision [2134] | 14 revision [2134] |
3 - fix a bug which counts number of frames twice in handling xing header. | 15 - fix a bug which counts number of frames twice in handling xing header. |
4 - now fileinfo dialog calculates play length even though TLEN tag exists so that it can overwrite wrong TLEN tag. | 16 - now fileinfo dialog calculates play length even though TLEN tag exists so that it can overwrite wrong TLEN tag. |
5 | 17 |