comparison ChangeLog @ 525:c91f3d7cd641 trunk

[svn] - mpg123: fix warnings in compilation, added function prototype to common.h
author giacomo
date Mon, 22 Jan 2007 14:52:22 -0800
parents bb7312f3ec1a
children 5fa8b0ca6d61
comparison
equal deleted inserted replaced
524:bb7312f3ec1a 525:c91f3d7cd641
1 2007-01-22 21:35:34 +0000 Giacomo Lozito <james@develia.org>
2 revision [1134]
3 - flac 112 plugin: last fix; hopefully, everything is ok now; for both 112 and 113 playback works and http stream works
4 trunk/src/flac112/plugin.c | 43 ++++++++++++++++++++++++-------------------
5 1 file changed, 24 insertions(+), 19 deletions(-)
6
7
1 2007-01-22 21:30:28 +0000 Giacomo Lozito <james@develia.org> 8 2007-01-22 21:30:28 +0000 Giacomo Lozito <james@develia.org>
2 revision [1132] 9 revision [1132]
3 - flac 113 plugin: do not try to pick tuple from file if file is not accessible via stdio (and stop crashing when such attempts are done); TODO: pick tags from flac via vfs 10 - flac 113 plugin: do not try to pick tuple from file if file is not accessible via stdio (and stop crashing when such attempts are done); TODO: pick tags from flac via vfs
4 trunk/src/flac113/fileinfo.c | 5 +++++ 11 trunk/src/flac113/fileinfo.c | 5 +++++
5 trunk/src/flac113/plugin.c | 3 --- 12 trunk/src/flac113/plugin.c | 3 ---