Recherche avancée

Médias (91)

Autres articles (1)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (1726)

  • avutil/hwcontext_d3d11va : prefer DXGI 1.1 factory when available

    13 mars 2024, par Timo Rothenpieler
    avutil/hwcontext_d3d11va : prefer DXGI 1.1 factory when available
    

    A lot of modern stuff straight up fails on the old 1.0 factory, which is
    masked by the fact that it's only used when an explicit adapter is
    specified.

    • [DH] libavutil/hwcontext_d3d11va.c
  • network : prevent SIGPIPE on OSX

    28 mai 2015, par wm4
    network : prevent SIGPIPE on OSX
    

    OSX does not know MSG_NOSIGNAL. BSD (which OSX is based on) has got
    the socket option SO_NOSIGPIPE (even if modern BSDs also support
    MSG_NOSIGNAL).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/network.c
  • fate : increase fuzz on AAC LTP encoding test

    17 octobre 2015, par Rostislav Pehlivanov
    fate : increase fuzz on AAC LTP encoding test
    

    Fails on some newer systems (archlinux with a modern GCC version).

    • [DH] tests/fate/aac.mak