Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (11254)

  • swscale/swscale_unscaled : fix right column handling in planarCopyWrapper

    16 novembre 2013, par Michael Niedermayer
    swscale/swscale_unscaled : fix right column handling in planarCopyWrapper
    

    Found-by : Михаил <Micky53@mail.ru>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libswscale/swscale_unscaled.c
  • avfilter/vf_weave : Fix odd height handling

    22 décembre 2023, par Michael Niedermayer
    avfilter/vf_weave : Fix odd height handling
    

    Fixes : out of array access
    Fixes : tickets/10743/poc10ffmpeg

    Found-by : Zeng Yunxiang and Li Zeyuan
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_weave.c
  • lavfi/dnn : DNNAsyncExecModule Execution Failure Handling

    8 août 2021, par Shubhanshu Saxena
    lavfi/dnn : DNNAsyncExecModule Execution Failure Handling
    

    This commit adds the case handling if the asynchronous execution
    of a request fails by checking the exit status of the thread when
    joining before starting another execution. On failure, it does the
    cleanup as well.

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

    • [DH] libavfilter/dnn/dnn_backend_common.c
    • [DH] libavfilter/dnn/dnn_backend_tf.c