並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 5 件 / 5件

新着順 人気順

MSVCの検索結果1 - 5 件 / 5件

  • Amazon Kinesis Video Streamsを使ってストリーム映像をAWS上に流してみる【Windows(MSVC)】 | DevelopersIO

    Amazon Kinesis Video Streamsを使ってストリーム映像をAWS上に流してみる【Windows(MSVC)】 1 はじめに CX事業本部の平内(SIN)です。 AWS Kinesis Video Streams(以下、Kinesis Video Streams)では、C++,Java,Android用の プロデューサーライブラリが提供されています。 この中で、C++では、各種OS用のものをコンパイルすることで、GStreamer用のエレメント(シンク)を構築することが出来ます。 ここDevelopers.IOでもMacや、RaspberryPI上でこれを試している記事が公開されています。 Amazon Kinesis Video Streamsを使ってストリーム映像をAWS上に流してみる【MacBook Pro】– ClassmethodサーバーレスAdvent Ca

      Amazon Kinesis Video Streamsを使ってストリーム映像をAWS上に流してみる【Windows(MSVC)】 | DevelopersIO
    • AddressSanitizer (ASan) for Windows with MSVC

      ⌚ This post was last updated on March 24th, 2021 with the latest information on ASan support. Note: This feature is now generally available. To get started, take a look at the official AddressSanitizer for Windows with MSVC documentation. Many experience improvements have been made since this blog post was published, and our docs have the latest information. We are pleased to announce AddressSanit

        AddressSanitizer (ASan) for Windows with MSVC
      • MSVC STL の最近の改良

        この記事は C++ Advent Calendar 2022 23 日目の参加記事です。 Microsoft Visual Studio の C++ 標準ライブラリ (MSVC STL) は、2019 年 9 月にオープンソース化され、GitHub 上で更新の様子を追跡できるようになりました。 リポジトリの最新コードは、リリース版の Visual Studio よりも数ヶ月ほど先行している点に注意が必要です。更新が反映されるタイミングは Changelog で確認できます。 本記事では、上記リポジトリで確認できる、最近実装された興味深い改良を 2 つ紹介します。 1. アルゴリズム関数のベクトル演算対応 範囲に対して検索の操作を行うアルゴリズム関数の一部が、適切な条件を満たす場合に、ベクトル演算 (SIMD) を用いて実行されるようになりました。 記事執筆時点での最新の MSVC STL

          MSVC STL の最近の改良
        • Address Sanitizer for MSVC Now Generally Available - C++ Team Blog

          This post was last updated on March 10th, 2021. Special thanks to Aaron Gorenstein who provided most of the content for this blog post. Special thanks as well to Kevin Cadieux and Jim Radigan who also made contributions. You can check out a demo on this feature in the latest Visual Studio Toolbox episode on YouTube: Visual Studio Toolbox Live – What’s New in Visual Studio 2019 version 16.9? – YouT

            Address Sanitizer for MSVC Now Generally Available - C++ Team Blog
          • GStreamerをWindows向け(MSVC)かつIntel MEDIA SDK対応でビルドする - Qiita

            はじめに ※手っ取り早く利用する場合はWindows版のバイナリ版が配布されています。 https://gstreamer.freedesktop.org/data/pkg/windows/ GStremerをWindows向けにビルドする手順を現時点(2019年4月)のものをまとめました。 この記事の内容も将来には古くなって参照するべきでないものになるかもしれないので注意。 以下の条件でのGStreamerビルドを行います。 Windows10 上でWindowsネイティブのGStreamerをビルド Intel MEDIA SDKの利用 Visual C++ Runtimeの使用 ビルド環境とターゲット環境は同一 ビルド後の対応機能(プラグイン)についてはgst-inspectの結果を参照してください。 バイナリ配布されているものとほぼ同様の品ぞろえのようです。H.264,H.265,

              GStreamerをWindows向け(MSVC)かつIntel MEDIA SDK対応でビルドする - Qiita
            1