Recherche avancée

Médias (1)

Mot : - Tags -/portrait

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

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10523)

  • avcodec/lossless_videoencdsp : Fix unaligned access

    13 mars 2024, par Andreas Rheinhardt
    avcodec/lossless_videoencdsp : Fix unaligned access
    

    HAVE_FAST_UNALIGNED being true does not imply that
    one can simply read from any pointer via *(long*).
    It is undefined behaviour in case the pointer is not
    sufficiently aligned ; and even if it is, it is (likely)
    a violation of the effective-type rules. Fix both
    of these by using the appropriate AV_[RW]N macros.

    Also, the current code used sizeof(long) as if this
    were the CPU's native arithmetic size, but this is
    not true on 64bit Windows. This has been fixed, too.

    This affected huffyuv FATE-tests.

    Tested-by : Sean McGovern <gseanmcg@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/lossless_videoencdsp.c
  • smacker : add sanity check for length in smacker_decode_tree()

    21 juin 2012, par Michael Niedermayer
    smacker : add sanity check for length in smacker_decode_tree()
    

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

    Bug-Id : 1098
    Cc : libav-stable@libav.org
    Signed-off-by : Sean McGovern <gseanmcg@gmail.com>

    • [DBH] libavcodec/smacker.c
  • avcodec/dxvenc : Use proper alignment, write endian-independent output

    26 février 2024, par Andreas Rheinhardt
    avcodec/dxvenc : Use proper alignment, write endian-independent output
    

    Fixes the dxv3enc-dxt1 FATE test with UBSan and on big-endian
    hardware.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Tested-by : Sean McGovern <gseanmcg@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/dxvenc.c