Skip to content

Commit

Permalink
CHANGES を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Dec 25, 2024
1 parent 5ef022a commit d5ceac9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
- boost::asio::deadline_timer が間接的にインクルードされなくなったので、websocket.h に boost/asio/deadline_timer.hpp のインクルードを追加して利用可能にする
- boost::json::error_code が削除されたので boost::system::error_code に置き換える
- @voluntas @torikizi @melpon
- [UPDATE] libwebrtc を m131.6778.4.0 にあげる
- [UPDATE] libwebrtc を m132.6834.4.0 にあげる
- H.265 Patch の修正に伴い、C++ SDK の H.265 に関する設定を変更
- examples と test に `rtc::CreateRandomString` のヘッダを追加
- `SetRtpTimestamp``frame.timestamp` から `frame.rtp_timestamp` に変更
- `scalable_track_source.h``scalable_track_source.cpp``absl::optional``std::optional` に変更
- `nvcodec_video_decoder.h``vpl_video_decoder.h``#include <optional>` を追加
- `nvcodec_video_decoder.cpp``vpl_video_decoder.cpp``absl::nullopt``std::nullopt` に変更
- Android の test アプリの cmake バージョンを VERSION と合わせる
- `requested_resolution``scale_resolution_down_to` に変更されたのでリネーム
- `ExportKeyingMaterial` が廃止されたため `ExportSrtpKeyingMaterial` に変更
- `ExportKeyingMaterial` は引数を 6 つ利用できたが `ExportSrtpKeyingMaterial` では 1 つしか利用できないため互換処理を追加
- @tnoho @torikizi @melpon
- [UPDATE] Xcode のバージョンを 15.4 にあげる
- @tnoho
Expand Down

0 comments on commit d5ceac9

Please sign in to comment.