Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (82)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (12808)

  • configure : Special case libfreetype test

    6 décembre 2013, par Alexander Strasser
    configure : Special case libfreetype test
    

    Include the freetype header, in-directly through a macro, like it
    is done in the drawtext filter. Do not break if the header is moved.

    Unfortunately the drawtext filter included the file where the include
    macros are defined in a wrong way. This is not needed and breaks the
    build. Remove that #include line too.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] configure
    • [DH] libavfilter/vf_drawtext.c
  • lavf/avio : Remove unnecessary escaping of ’ in string literals

    11 mars 2017, par Alexander Strasser
    lavf/avio : Remove unnecessary escaping of ’ in string literals
    

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavformat/avio.c
  • lavf/wavdec : Fix seeking in files with unaligned offsets

    13 août 2013, par Alexander Strasser
    lavf/wavdec : Fix seeking in files with unaligned offsets
    

    A file with a prepended ID3 tag of an uneven length was found
    in the wild.

    Check if the wav data starts at an uneven offset and use that
    information to correct the seeking calculation in wav_seek_tag,
    which used to only seek to even byte positions.

    Regression since ac87eaf856e0fb51917266b899bb15d19b907baf

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavformat/wavdec.c