Extra bloaty junk to modernise stuff a bit. https://fte.triptohell.info/moodles/qss/
Find a file
Ozkan Sezer 9fc3408391 snd_mp3.c: better skipping of tags:
( also see: https://bugzilla.libsdl.org/show_bug.cgi?id=4728 )

Instead of doing it 'as-we-go' every time, skip the tags at file-open
time only once.

The former implementation had the chance of not having the full tag in
the frame, that includes a possibility of even not having the complete
tag magic in the frame leading to not identifying a tag.

The new implementation skips all the tags at file-start and file-end,
and does that only once.

Also added are detection and skipping of extended ID3v1 and APEv1 tags.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1612 af15c1b1-3010-417e-b628-4374ebc0bcbd
2019-07-23 14:11:30 +00:00
Linux bgmusic.c: mark *.opus files as cdrip types. 2018-04-27 17:30:38 +00:00
MacOSX SDL2: rebuilt for Mac OS X from SDL2-hg-r12927 to test upcoming v2.0.10. 2019-07-04 11:21:50 +00:00
Misc re-diffed two patches so that they apply cleanly 2017-09-03 14:55:18 +00:00
Quake snd_mp3.c: better skipping of tags: 2019-07-23 14:11:30 +00:00
Windows SDL2: rebuilt for Windows from SDL2-hg-r12919 to test upcoming v2.0.10. 2019-07-03 07:39:47 +00:00
LICENSE.txt rename gnu.txt to LICENSE.txt 2014-09-21 14:02:30 +00:00
Quakespasm-Music.txt update README files to reflect further 0.85.10 changes so far. 2014-09-15 09:10:19 +00:00
Quakespasm.html bgmusic.c: mark *.opus files as cdrip types. 2018-04-27 17:30:38 +00:00
Quakespasm.txt bgmusic.c: mark *.opus files as cdrip types. 2018-04-27 17:30:38 +00:00