1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 16:49:55 +00:00
openmw-tes3mp/apps/openmw/mwsound
elsid b4794e8ca5
Avoid virtual call in OpenAL_Output dtor
/home/elsid/dev/openmw/apps/openmw/mwsound/openal_output.cpp:1492:5: warning: Call to virtual function during destruction [clang-analyzer-optin.cplusplus.VirtualCall]
    deinit();
    ^
/home/elsid/dev/openmw/apps/openmw/mwsound/openal_output.cpp:1492:5: note: This destructor of an object of type '~OpenAL_Output' has not returned when the virtual method was called
/home/elsid/dev/openmw/apps/openmw/mwsound/openal_output.cpp:1492:5: note: Call to virtual function during destruction
2019-11-17 18:50:11 +01:00
..
alext.h http to https for supported urls (#1625) 2018-03-08 21:23:24 +01:00
efx-presets.h Include alext.h to get OpenAL extension definitions 2017-09-14 16:00:40 -07:00
efx.h Include alext.h to get OpenAL extension definitions 2017-09-14 16:00:40 -07:00
ffmpeg_decoder.cpp Fix the last audio packet getting lost 2019-03-09 21:25:16 +03:00
ffmpeg_decoder.hpp Rewrite media decoder to use FFMpeg 3.2+ API (task #4686) 2018-11-03 22:34:25 +04:00
loudness.cpp Fixes for building in MSVC 2017-06-13 19:38:12 +09:00
loudness.hpp Analyze the loudness data as the stream is decoded for playback 2016-06-27 21:32:54 +02:00
movieaudiofactory.cpp Remove redundant includes 2019-02-23 08:02:12 +04:00
movieaudiofactory.hpp replace boost::shared_ptr in extern and components 2017-06-09 19:08:53 +02:00
openal_output.cpp Avoid virtual call in OpenAL_Output dtor 2019-11-17 18:50:11 +01:00
openal_output.hpp Use loudness data for 2D voiceover (bug #4947) 2019-04-04 19:07:29 +03:00
sound.hpp Make the PlayMode and PlayType enums scoped 2017-09-15 02:36:59 -07:00
sound_buffer.hpp Include cleanup 2016-06-27 22:10:30 +02:00
sound_decoder.hpp Restore exception throwing to the decoder 2017-12-09 11:00:56 -08:00
sound_output.hpp Use loudness data for 2D voiceover (bug #4947) 2019-04-04 19:07:29 +03:00
soundmanagerimp.cpp Encode ID's in all places to UTF-8 (bug #3977) 2019-10-10 20:52:32 +04:00
soundmanagerimp.hpp Use sayDone() only for scripting backward compatibility 2019-09-06 09:19:41 +04:00