Recherche avancée

Médias (91)

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (4283)

  • lavfi/dnn_backend_tf : Request-based Execution

    5 juillet 2021, par Shubhanshu Saxena
    lavfi/dnn_backend_tf : Request-based Execution
    

    This commit uses TFRequestItem and the existing sync execution
    mechanism to use request-based execution. It will help in adding
    async functionality to the TensorFlow backend later.

    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_common.h
    • [DH] libavfilter/dnn/dnn_backend_openvino.c
    • [DH] libavfilter/dnn/dnn_backend_tf.c
  • Revision f8c06fb2ac : Disable early exit based on distortion in lossless In lossless coding, distorti

    5 décembre 2013, par Yaowu Xu

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



    Disable early exit based on distortion in lossless

    In lossless coding, distortion is always 0. Early exit based on this
    metric was incorrect.

    This CL also changed to use best_rd instead of distortion as the metric
    for easly exit as requested by Jim.

    Change-Id : I8ef3e407ac03b4abc3283b273f936a68fad5c2ab

  • Revision ed5755445c : Turns variance based partitioning on in Speed 7 Improves coding efficiency by a

    27 février 2014, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_if.c



    Turns variance based partitioning on in Speed 7

    Improves coding efficiency by about 1%, increases speed by
    about 15-20% over exsiting speed 7.

    Change-Id : Ibf5b9b5a5c8548e863ce19047c42b579aac21d19