Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Apr 20, 2024
1 parent 2eabb2f commit a99a6d4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,14 @@ Apache-v2.

## History

* 1.10.0:
* Supported for NV12 format transcoding. [#132](https://github.com/kekyo/FlashCap/issues/132)
* Supported buffer pooling. [#135](https://github.com/kekyo/FlashCap/issues/135) [#138](https://github.com/kekyo/FlashCap/issues/138)
* Fixed leakage of cancel requests when asynchronous locks are waiting. [#142](https://github.com/kekyo/FlashCap/issues/142)
* Fixed V4L2 sometimes incorrectly selecting the interoperable library to use in mixed 64/32 userland environments such as x86_64 and aarch64. [#43](https://github.com/kekyo/FlashCap/issues/43)
* Fixed V4L2 where repeating `StartAsync()` and `StopAsync()` could cause no frames to be generated. [#124](https://github.com/kekyo/FlashCap/issues/124)
* Fixed V4L2 where devices and characteristics are not enumerated. [#126](https://github.com/kekyo/FlashCap/issues/126) [#127](https://github.com/kekyo/FlashCap/issues/127)
* (Maybe loongarch64 is degrade, PRs are welcome. See also: [#144](https://github.com/kekyo/FlashCap/pull/144))
* 1.9.0:
* loongarch64 Linux is now supported [#100](https://github.com/kekyo/FlashCap/issues/100)
* 1.8.0:
Expand Down
8 changes: 8 additions & 0 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,14 @@ Apache-v2.

## 履歴

* 1.10.0:
* NV12フォーマットのトランスコードに対応しました。 [#132](https://github.com/kekyo/FlashCap/issues/132)
* バッファプーリングに対応しました。 [#135](https://github.com/kekyo/FlashCap/issues/135) [#138](https://github.com/kekyo/FlashCap/issues/138)
* 非同期ロックが待機する場合に、キャンセル要求がリークする事があるのを修正しました。 [#142](https://github.com/kekyo/FlashCap/issues/142)
* V4L2で、x86_64aarch64のような64/32ユーザーランド混在環境で、使用すべき相互運用ライブラリを誤って選択する事がある問題を修正しました。 [#43](https://github.com/kekyo/FlashCap/issues/43)
* V4L2で、`StartAsync()`と`StopAsync()`を繰り返すと、フレームが発生しないくなる事がある問題を修正しました。 [#124](https://github.com/kekyo/FlashCap/issues/124)
* V4L2で、デバイスや特性が列挙されない場合がある問題を修正しました。 [#126](https://github.com/kekyo/FlashCap/issues/126) [#127](https://github.com/kekyo/FlashCap/issues/127)
* (もしかしたら、loongarch64はデグレードしているかもしれません。PRを歓迎します。参考: [#144](https://github.com/kekyo/FlashCap/pull/144))
* 1.9.0:
* loongarch64 Linuxに対応しました [#100](https://github.com/kekyo/FlashCap/issues/100)
* 1.8.0:
Expand Down

0 comments on commit a99a6d4

Please sign in to comment.