kotatogram-desktop/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
media_audio_capture.h
media_audio_ffmpeg_loader.cpp
media_audio_ffmpeg_loader.h
media_audio_loader.cpp
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
media_audio_track.h
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
media_clip_implementation.h Using media player for voice / video messages. 2017-05-24 16:25:12 +03:00
media_clip_qtgif.cpp
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