Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (53)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7742)

  • Revision 10bae82510 : Adds variance based fixed size partitioning Adds a method for determining a fix

    25 février 2014, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_rdopt.c



    Adds variance based fixed size partitioning

    Adds a method for determining a fixed size partition based on
    variance of a 64x64 SB. This method is added to rtc speed 6.
    Also fixes a bug in rtc_use_partition() and includes some
    refactoring related to partitioning search, and some cosmetics.

    Currently compared to speed 5, the coding efficiency of speed 6
    is -19% and that of speed 7 is -55%, in cbr mode.

    Change-Id : I057e04125a8b765906bb7d4bf7a36d1e575de7c6

  • vulkan : temporarily disable threading for ASIC-based hwaccels

    9 août, par Lynne
    vulkan : temporarily disable threading for ASIC-based hwaccels
    

    The issue is that a race condition exists between threads locking
    frames, which results in cyclic loops and deadlocks.

    Compute-based implementations are not affected.

    Fixes #20169

    • [DH] libavcodec/vulkan_av1.c
    • [DH] libavcodec/vulkan_h264.c
    • [DH] libavcodec/vulkan_hevc.c
    • [DH] libavcodec/vulkan_vp9.c
  • Revision 13930cf569 : Limit mv range to be based on partition size Previous change c4048dbd limits th

    23 août 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/common/vp9_enums.h


     Modify /vp9/encoder/vp9_encodeframe.c



    Limit mv range to be based on partition size

    Previous change c4048dbd limits the mv search range assuming max block
    size of 64x64, this commit change the search range using actual block
    size instead.

    Change-Id : Ibe07ab02b62bf64bd9f8675d2b997af20a2c7e11