summaryrefslogtreecommitdiff
path: root/src/i_swap.h
AgeCommit message (Collapse)Author
2014-04-27music: Add loop point Ogg/Flac metadata support.Simon Howard
ZDoom has defined a format for Vorbis metadata comments named LOOP_START and LOOP_END that allow the start and end points to be defined in .ogg and .flac files for looping music. Add support for these (they are used in Brandon Blume's SC-55 recordings).
2007-08-31Make SHORT and LONG macros return signed values; this is the behaviourSimon Howard
of the versions in the original source and some code depends on it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 962
2007-03-15Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamedSimon Howard
to i_swap.h. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 857