scummvm/scumm/smush
2003-07-06 01:41:34 +00:00
..
.cvsignore added .cvsignore 2002-08-24 21:39:28 +00:00
channel.h get rid of 11025 Hz special case (I hope this is correct; only case I know of where 11025 Hz are used is during the Dig intro 2003-06-21 20:57:01 +00:00
chunk_type.h fix for little endian systems 2003-03-13 02:30:06 +00:00
chunk.cpp cleanup 2003-06-21 20:33:46 +00:00
chunk.h renamed ContChunk -> MemoryChunk; avoid code duplication by introducing BaseChunk 2003-05-25 11:39:08 +00:00
codec1.cpp adhere to our coding style conventions; removed some unneccessary code 2003-06-07 00:45:32 +00:00
codec37.cpp adhere to our coding style conventions; removed some unneccessary code 2003-06-07 00:45:32 +00:00
codec37.h moved bomp stuff into own files; removed some of our 6 (!) bomp decoders 2003-05-30 19:00:33 +00:00
codec47.cpp adhere to our coding style conventions; removed some unneccessary code 2003-06-07 00:45:32 +00:00
codec47.h moved bomp stuff into own files; removed some of our 6 (!) bomp decoders 2003-05-30 19:00:33 +00:00
imuse_channel.cpp get rid of 11025 Hz special case (I hope this is correct; only case I know of where 11025 Hz are used is during the Dig intro 2003-06-21 20:57:01 +00:00
saud_channel.cpp Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augmented by some more changes of mine 2003-06-14 18:52:30 +00:00
smush_font.cpp Fixed text-positioning regressions in the Full Throttle intro and in The 2003-06-09 12:24:05 +00:00
smush_font.h Fixed text-positioning regressions in the Full Throttle intro and in The 2003-06-09 12:24:05 +00:00
smush_mixer.cpp increased SmushMixer stream size to 500K, this seems to help in Fullthrottle. Apparently, audio data is streamed faster than it's played, and in at least one case there's ~500KB being stream in quick successions (many packets, each 16KB), which is why 100K are not sufficient 2003-07-06 01:41:34 +00:00
smush_mixer.h got rid of member var 'first' 2003-06-21 20:40:34 +00:00
smush_player.cpp fix for the 'invalid seeks' that sometimes occured at the end of smush playback (well I hope - at least now I can't reproduce the problem anymore with my testcases) 2003-07-01 23:50:36 +00:00
smush_player.h init _base to 0 2003-06-20 11:21:53 +00:00