index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
td
/
telegram
/
VideosManager.h
Age
Commit message (
Expand
)
Author
2026-05-21
Repair video properties from alternative videos if possible.
levlam
2026-04-01
Various improvements.
levlam
2026-03-27
Add and use VideosManager::get_live_photo_video_file_id.
levlam
2026-03-10
Support live photo video upload.
levlam
2026-01-01
Update copyright year.
levlam
2025-06-30
Reload videos with unsupported storeboard.
levlam
2025-01-21
Send video cover to the server.
levlam
2025-01-20
Add inputMessageVideo.start_timestamp.
levlam
2025-01-01
Update copyright year.
levlam
2024-09-30
Use telegram_api::object_ptr with InputFile.
levlam
2024-09-30
Save hls_file_ids separately.
levlam
2024-09-12
Add td_api::alternativeVideo.
levlam
2024-09-11
Store video codec.
levlam
2024-07-27
Add td_api::editStoryCover.
levlam
2024-07-16
Add storyVideo.main_frame_timestamp.
levlam
2024-01-01
Update copyright year.
levlam
2023-06-23
Add storyVideo.is_animation.
levlam
2023-06-05
Add separate class td_api::storyVideo.
levlam
2023-06-05
Support precise video duration.
levlam
2023-05-19
Add video.preload_prefix_size.
levlam
2023-01-01
Update copyright year.
levlam
2022-12-20
Add has_spoiler flag to messagePhoto and messageVideo.
levlam
2022-08-04
Use WaitFreeHashMap for document storages.
levlam
2022-08-03
Remove unused can_delete_old parameter.
levlam
2022-07-20
Asynchronously destroy some big data storages.
levlam
2022-05-11
Add layer 143 to secret chats.
levlam
2022-06-02
Add Dimensions.h.
levlam
2022-04-10
Add PhotoSize.h.
levlam
2022-02-08
Fix includes and formatting.
levlam
2022-02-07
td: replace most of std::unordered_map usages to td::FlatHashMap
Arseny Smirnov
2022-01-01
Update copyright year.
levlam
2021-10-27
Unify td/telegram/include order.
levlam
2021-08-28
Make get_document_object methods const.
levlam
2021-08-26
Remove unneeded document.is_changed.
levlam
2021-01-01
Update copyright year.
levlam
2020-07-07
Add td_api::animatedChatPhoto.
levlam
2020-05-30
Add animated thumbnail support for animations and videos
levlam
2020-01-01
Update copyright year.
levlam
2019-03-01
Update layer to 92: minithumbnails support.
levlam
2019-02-21
Unify names of ParserT/StorerT classes.
levlam
2019-01-01
Update copyright year.
levlam
2018-09-27
Make get_*_duration const.
levlam
2018-09-27
Use td::unique_ptr instead of std::unique_ptr whenever possible.
levlam
2018-02-07
Update layer 75:
levlam
2018-01-30
Update layer to 75. Support entities in captions.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov