Recherche avancée

Médias (91)

Autres articles (43)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (7044)

  • Anomalie #3569 (Fermé) : double "dans"

    16 octobre 2015, par marcimat ☺☮☯♫
  • openssl : Avoid double semicolons after the GET_BIO_DATA macro

    25 octobre 2016, par Martin Storsjö
    openssl : Avoid double semicolons after the GET_BIO_DATA macro
    

    When the macro is expanded with a semicolon following it and the
    macro itself contains a semicolon, we ended up in double semicolons,
    which is treated as a statement that disallows further declarations.

    This avoids errors about mixed declarations and statements on gcc,
    after ee050797664c.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/tls_openssl.c
  • h264_metadata : Fix double-free

    20 août 2017, par Mark Thompson
    h264_metadata : Fix double-free
    

    Whether the udu string should be freed depends on whether the SEI it
    gets added to was created internally by cbs or externally by the bsf.
    The current code frees it twice in the former case.

    • [DBH] libavcodec/h264_metadata_bsf.c