tdesktop/Telegram/SourceFiles/media
John Preston f2801d4775 Fix possible crash in file download after error.
Regression was introduced in 2fa2fa41c5.

In file download failed handler we suggest to try to load the file
once again to the same location. After some changes we started to
forget filename before failed handler. That resulted in large files
loading to memory instead of hard drive.

Add a precondition in FileLoader to prevent such bugs in the future.
2017-08-30 19:15:34 +03:00
..
player Display and follow unread mentions in history. 2017-08-30 19:15:13 +03:00
view Fix crash in video player seeking. 2017-05-31 11:58:43 +03:00
media_audio.cpp Use nullptr instead of std::unique_ptr<Type>(). 2017-08-30 19:15:25 +03:00
media_audio.h Hide floating player if video message is visible. 2017-05-24 16:25:15 +03:00
media_audio_capture.cpp Add new Media::Audio::Instance for audio tracks. 2017-05-09 23:46:29 +03:00
media_audio_capture.h Add new Media::Audio::Instance for audio tracks. 2017-05-09 23:46:29 +03:00
media_audio_ffmpeg_loader.cpp Play notification sound using Media::Audio::Track. 2017-05-09 23:46:30 +03:00
media_audio_ffmpeg_loader.h Play notification sound using Media::Audio::Track. 2017-05-09 23:46:30 +03:00
media_audio_loader.cpp Add new Media::Audio::Instance for audio tracks. 2017-05-09 23:46:29 +03:00
media_audio_loader.h Play video messages as Type::Voice. 2017-05-24 16:25:09 +03:00
media_audio_loaders.cpp Hide floating player if video message is visible. 2017-05-24 16:25:15 +03:00
media_audio_loaders.h Play video messages as Type::Voice. 2017-05-24 16:25:09 +03:00
media_audio_track.cpp Animate call answer button with an outer ripple. 2017-05-09 23:46:39 +03:00
media_audio_track.h Animate call answer button with an outer ripple. 2017-05-09 23:46:39 +03:00
media_child_ffmpeg_loader.cpp Read after AVERROR_INVALIDDATA in video sound. 2017-05-26 17:18:58 +03:00
media_child_ffmpeg_loader.h Play video messages as Type::Voice. 2017-05-24 16:25:09 +03:00
media_clip_ffmpeg.cpp Fix possible crash in file download after error. 2017-08-30 19:15:34 +03:00
media_clip_ffmpeg.h Using media player for voice / video messages. 2017-05-24 16:25:12 +03:00
media_clip_implementation.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
media_clip_implementation.h Using media player for voice / video messages. 2017-05-24 16:25:12 +03:00
media_clip_qtgif.cpp Send mp4 and quicktime files as videos. 2017-03-10 17:12:51 +03:00
media_clip_qtgif.h Using media player for voice / video messages. 2017-05-24 16:25:12 +03:00
media_clip_reader.cpp Fix possible crash in file download after error. 2017-08-30 19:15:34 +03:00
media_clip_reader.h Add a floating player for round video messages. 2017-05-24 16:25:15 +03:00