Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (98)

  • 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.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10426)

  • avcodec/hevc : Update the USE_SAO_SMALL_BUFFER case for the alignment requirements...

    2 février 2015, par Christophe Gisquet
    avcodec/hevc : Update the USE_SAO_SMALL_BUFFER case for the alignment requirements in FFmpeg
    

    Use edge emu buffers
    And enable the code unconditionally

    Speed difference without USE_SAO_SMALL_BUFFER and with the new code :
    Decicycles : 26772->26220 (BO32), 83803->80942 (BO64)

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_filter.c
  • avcodec/ffv1enc : Allocate smaller packet if the worst case size cannot be allocated

    8 décembre 2016, par Michael Niedermayer
    avcodec/ffv1enc : Allocate smaller packet if the worst case size cannot be allocated
    

    We are checking during encoding if there is enough space as version 4 needs that
    check.

    Fixes Ticket6005

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1enc.c
  • avcodec/ffv1dec : update progress in case of broken pointer chains

    16 octobre 2015, par Michael Niedermayer
    avcodec/ffv1dec : update progress in case of broken pointer chains
    

    Fixes deadlock
    Fixes Ticket4932

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1dec.c