Alexander Kernozhitsky ca4b5edf21 Correct FFmpeg API usage
FFmpeg docs say that you must return AVERROR_EOF from the read callback, not zero. Still, Telegram just propagates the return value from IODevice::read() call, which returns zero in case of EOF.

I don't know whether this commit has any effect on the upstream build, but it fixes a bug in Debian build of Telegram, which is using FFmpeg 5.1 instead of 4.4. Still, it's also useful in the upstream, as it makes work with FFmpeg more correct.
2022-09-04 08:04:02 +04:00
2022-09-04 08:02:43 +04:00
2022-09-02 21:27:41 +04:00
2022-09-02 21:27:41 +04:00
2022-09-04 08:04:02 +04:00
2022-09-02 21:27:41 +04:00
2022-01-04 12:49:50 +04:00
2022-08-03 21:46:04 +04:00

Telegram Desktop Official Messenger

This is the complete source code and the build instructions for the official Telegram messenger desktop client, based on the Telegram API and the MTProto secure protocol.

Version Build Status Build Status Build Status

Preview of Telegram Desktop

The source code is published under GPLv3 with OpenSSL exception, the license is available here.

Supported systems

The latest version is available for

Old system versions

Version 2.4.4 was the last that supports older systems

Version 1.8.15 was the last that supports older systems

Third-party

Build instructions

S
Description
Desktop Telegram client with good customization and Ghost mode.
Readme GPL-3.0
350 MiB
Languages
C++ 74.4%
C 23.4%
Python 0.7%
Objective-C++ 0.6%
CMake 0.4%
Other 0.2%