Commit Graph

9 Commits

Author SHA1 Message Date
bnnm
782c5927f6 Cache filesize and check when reading over filesize
Improves performance especially for buggy metas (before it would try to
fread every streamfile.read call when offset > filesize)
2017-01-15 20:58:47 +01:00
bnnm
a79cc5546b Fix a rare case of silence/0-read at the edge of some files
This was only noticeable in some FFmpeg files, since it uses an IO
buffer size that didn't align with foobar's.
2017-01-02 15:41:18 +01:00
Chris Moeller
45d3be3232 Updated foobar2000 foostream interface to support newer STREAMFILE interface 2014-04-23 21:47:05 -07:00
Chris Moeller
142cfc971d Raised path length limit to 32767 characters, controlled by a global enum definition 2013-05-26 20:55:50 -07:00
Chris Moeller
e9b490f3b4 Fixed foobar2000 input handling paths greater than 259 bytes in length 2013-05-26 20:08:54 -07:00
josh-w
637ff7d24f Fixed streamfile offset at EOF
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@787 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2010-04-30 12:05:08 +00:00
josh-w
788e397b4e Closes file handles on file close, no longer crashes if files don't exist, minor config dialog fix
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@752 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2010-03-03 04:05:18 +00:00
josh-w
cf1bf43a1f Updated extension list, added fading, fixed end of track bug
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@745 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2010-02-26 07:45:06 +00:00
josh-w
caa264ddca initial foobar2000 stuff
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@199 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-05-26 13:29:21 +00:00