Recherche avancée

Médias (91)

Autres articles (54)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • libFLAC/md5 : Fix for cast-align warnings on ARM.

    29 juin 2014, par Erik de Castro Lopo
    libFLAC/md5 : Fix for cast-align warnings on ARM.
    

    Rather than the buffer into format_input_() as a FLAC__byte pointer, pass
    it as a pointer to a union of three pointers, one each for for FLAC__byte,
    FLAC__int16 and FLAC_int32.
    This should have zero measurable performance impact.

    • [DH] src/libFLAC/include/private/md5.h
    • [DH] src/libFLAC/md5.c
  • src/flac/decode.c : Fix a cast-align warning from GCC.

    27 juin 2014, par Erik de Castro Lopo
    src/flac/decode.c : Fix a cast-align warning from GCC.
    

    The old code was creating an array of FLAC__int8, and then casting
    that to a set of signed and unsigned 16 and 32 bit integers. This
    was replaced with a single union containing all the requred array.

    This solution means that there are fewer pointer casts and actually
    gives the compiler more information with which to generate fast code.

    • [DH] src/flac/decode.c
  • pngenc : Drop pointless pointer cast in png_write_row()

    29 juillet 2014, par Diego Biurrun
    pngenc : Drop pointless pointer cast in png_write_row()
    
    • [DBH] libavcodec/pngenc.c