tdesktop/Telegram/SourceFiles/media/audio
John Preston 19ce1edc16 Use base::SafeRound instead of std::round.
Previous assertion violations because of NaN from std::round were
in video streaming, see commits 27d58ba07b, 8f5830d520.

Now the crashes happened in the ConvertScale() call from a background
thread when preparing an image from clipboard for sending to a chat.
2021-09-27 12:13:57 +04:00
..
media_audio.cpp Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
media_audio.h Moved AudioMsgId to separated file. 2021-09-01 01:23:20 +03:00
media_audio_capture.cpp Decreased record bitrate of voice messages. 2021-09-01 01:23:20 +03:00
media_audio_capture.h Added touchbar hiding while recording voice message. 2020-11-17 12:56:51 +03:00
media_audio_ffmpeg_loader.cpp Fix deprecation warnings when building with FFmpeg 4.2. 2020-11-06 11:21:34 +03:00
media_audio_ffmpeg_loader.h Move Media::Clip::Reader and FileLocation to td_ui. 2020-10-30 18:32:18 +03:00
media_audio_loader.cpp Move Media::Clip::Reader and FileLocation to td_ui. 2020-10-30 18:32:18 +03:00
media_audio_loader.h Move Media::Clip::Reader and FileLocation to td_ui. 2020-10-30 18:32:18 +03:00
media_audio_loaders.cpp Build with QT_NO_KEYWORDS 2021-03-04 12:07:54 +04:00
media_audio_loaders.h Build with QT_NO_KEYWORDS 2021-03-04 12:07:54 +04:00
media_audio_track.cpp Removed unused observable trackFinished from Media::Audio::Instance. 2021-06-16 09:31:32 +03:00
media_audio_track.h Removed unused observable trackFinished from Media::Audio::Instance. 2021-06-16 09:31:32 +03:00
media_child_ffmpeg_loader.cpp Fix -Wunused-variable warnings 2021-07-13 21:43:34 +03:00
media_child_ffmpeg_loader.h Move Media::Clip::Reader and FileLocation to td_ui. 2020-10-30 18:32:18 +03:00
media_openal_functions.cpp Detect OpenAL effects at runtime 2020-07-02 11:30:13 +04:00
media_openal_functions.h Detect OpenAL effects at runtime 2020-07-02 11:30:13 +04:00