1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 07:49:56 +00:00
openmw-tes3mp/apps/openmw/mwsound
Thoronador 1b8c975d5b minor performance improvements in apps/openmw
Checking for emptiness using size() might be inefficient, because
it can take linear time, while empty() is guaranteed to take only
constant time.

For non-primitive types, postfix ++ operators are inefficient
compared to prefix ++ operators, because post-increment usually
involves keeping a copy of the previous value around.
2014-04-27 19:10:23 +02:00
..
audiere_decoder.cpp fixed build error with Audiere coded enabled 2013-01-08 09:14:56 -08:00
audiere_decoder.hpp fixed build error with Audiere coded enabled 2013-01-08 09:14:56 -08:00
ffmpeg_decoder.cpp Fixed code issues found with unity build. Missing include guards, duplicated functions, ... 2014-03-16 23:49:06 +01:00
ffmpeg_decoder.hpp Fixed code issues found with unity build. Missing include guards, duplicated functions, ... 2014-03-16 23:49:06 +01:00
mpgsnd_decoder.cpp Use the decoder's sample offset for calculating the stream offset 2012-12-13 05:04:53 -08:00
mpgsnd_decoder.hpp Add missing decoder method declarations 2012-12-28 11:26:41 -08:00
openal_output.cpp remove our stdint.h version that uses boost and force usage of system stdint.h 2014-03-05 17:08:58 +01:00
openal_output.hpp Old door sound fades out on door open/close. Door sound is synchronised to angle on action. 2013-07-31 15:46:23 +02:00
sound.hpp Old door sound fades out on door open/close. Door sound is synchronised to angle on action. 2013-07-31 15:46:23 +02:00
sound_decoder.hpp Support float samples with ffmpeg 2013-02-26 10:19:33 -08:00
sound_output.hpp Old door sound fades out on door open/close. Door sound is synchronised to angle on action. 2013-07-31 15:46:23 +02:00
soundmanagerimp.cpp minor performance improvements in apps/openmw 2014-04-27 19:10:23 +02:00
soundmanagerimp.hpp Merge branch 'savedgame' 2014-02-01 18:16:32 +01:00