Re: 最新版の修正情報で気になったもの

投稿ツリー


このトピックの投稿一覧へ

通常 Re: 最新版の修正情報で気になったもの

msg# 1.50
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2014/1/29 8:48
完全無欠猫  長老 居住地: 兵庫  投稿数: 750
Crash関係:
SHA-1: 1c0cdc385f68f3714fbf087acfb2696ee1c8383d
* Fixes for keyframe selection
 Using tracks with constant zero weight used to crash
 keyframe selection since it was trying to use missing
 parameter blocks for Jacobian evaluation,
 Also fixed possible issues with wrong camera block being
 marked as variable. This could technically happen when
 having zero weighted tracks. Made it so all camera blocks
 are marked as variable for now.

気になったもの:
SHA-1: 9178dc9d384f18ab2f23656fb6b01a3b444526ef
* Rework detector API and implement Harris detector
 Switch the detector API to a single function which accepts
 a float image and detector options. This makes usage of
 feature detection more unified across different algorithms.
 Options structure is pretty much straightforward and contains
 detector to be used and all the detector-specific settings.
 Also implemented Harris feature detection algorithm which
 is not as fast as FAST one but is expected to detect more
 robust feature points. It is also likely that less features
 are detected, but better quality than quantity.
 Blender will now use Harris detector by default, later we'll
 remove FAST detector.

SHA-1: 2b858b45c26b52cdbf80528b6445248adc8eb7f1
* audaspace: use new libavcodec audio encoding API where available

SHA-1: f99e581ae13c2c563f66cb0c31d3dfceeec21af7
* libavformat API usage: use avformat_close_input() instead of av_close_input_file()

SHA-1: 414e40c353cad08493e90585cd1261297c96570f
* libavformat API usage: use avg_frame_rate instead of r_frame_rate
 r_frame_rate is a guessed number defined as "the least common multiple of
 all framerates in the stream". It has been deprecated and removed in new
 Libav releases.
 Use avg_frame_rate instead, which is the average framerate of the
 stream.

SHA-1: b7f8bfef2506dfd44d638e2280f00e301823fb2c
* libavcodec API usage: use new video encoding API
 avcodec_encode_video() has been replaced with avcodec_encode_video2()
 in new libavcodec versions.

SHA-1: 8fa4517a208127e1773c21382deb1e8844ffdc9b
* BGE: remove freestyle from stubs, all functions were out of use

投票数:0 平均点:0.00

  条件検索へ


ログイン

ユーザ名:

パスワード:



パスワード紛失

クイックリンク

2021/07/01版
●Blender.org
BlenderFoundation
- Blenderのダウンロード
- 公式チュート等
- 公式マニュアル(和訳)

●ニュース(英文)
BlenderNation

●Blenderコミュニティ
blenderartists.org

●Blender Q&A
- Blender Stack Exchange

●テストビルド
Buildbot(自動生成)


●開発関連
公式開発サイト
Blender開発blog
Blender Wiki