TGTGInsighttelegram intelligenceLIVE / telegram public index
← Telegram github commits and releases
Telegram github commits and releases avatar

TGINSIGHT POST

Post #19683

@tgappsupdates

Telegram github commits and releases

Views129Post view count
PostedApr 904/09/2026, 10:46 AM
Post content

Post content

TelegramMessenger/Telegram-iOS/master • 95a03d9 • 4 files, +155/-0 subcodec TelegramMessenger/Telegram-iOS/master • d147c63 • 23 files, +2739/-2762 Refactoring TelegramMessenger/Telegram-iOS/master • e8dc34c • 2 files, +45/-0 feat: add BUILD files for SubcodecAnimationCacheImpl and SubcodecMultiAnimationRendererImpl TelegramMessenger/Telegram-iOS/master • 095c294 • 1 files, +286/-0 feat: add SubcodecAnimationCacheImpl writer and ARGB-to-YUV conversion Implements utility helpers, BT.709 ARGB→YUV 4:2:0 conversion with alpha un-premultiplication, and AnimationCacheItemWriterImpl that feeds frames to SCSprite and writes metadata alongside the .mbs output. Co-Authored-By: Claude Sonnet 4.6 <[email protected]> TelegramMessenger/Telegram-iOS/master • 7052e7e • 1 files, +514/-0 feat: add SubcodecAnimationCacheImpl public class with protocol conformance and subcodec API Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> TelegramMessenger/Telegram-iOS/master • dc20b26 • 1 files, +381/-0 feat: add SubcodecMultiAnimationRendererImpl internal types - SurfaceGroup, SpriteContext, frame extraction Co-Authored-By: Claude Sonnet 4.6 <[email protected]> TelegramMessenger/Telegram-iOS/master • d6d633e • 1 files, +272/-0 feat: add SubcodecMultiAnimationRendererImpl public class with MultiAnimationRenderer conformance Co-Authored-By: Claude Sonnet 4.6 <[email protected]> TelegramMessenger/Telegram-iOS/master • 9338361 • 3 files, +16/-14 fix: correct Swift-ObjC bridging in subcodec animation modules Fix compilation errors in SubcodecAnimationCacheImpl and SubcodecMultiAnimationRendererImpl: NSData->Data sink closure types, withSink->sink argument labels for advanceFrame/emitFrameIfNeeded, unused variable warning, and redundant Void return assignment. Add both modules as deps to ChatEntityKeyboardInputNode to verify they compile in the full build. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> TelegramMessenger/Telegram-iOS/master • 3d6fabe • 1 files, +174/-96 Update safari #telegram_ios