Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (103)

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

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

  • Use a .gitignore file instead of the files field in package.json.

    15 février 2012, par Sebastian Tschan

    + .gitignore m package.json Use a .gitignore file instead of the files field in package.json.

  • vc1 : Fix mb_height for field pictures

    14 décembre 2013, par Michael Niedermayer
    vc1 : Fix mb_height for field pictures
    

    Tables are always allocated now with sufficient space for either progressive
    or interlaced content. The alternative would be to detect a change
    and reallocate.

    This fixes decoding of a sample.

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

    • [DBH] libavcodec/vc1.c
    • [DBH] libavcodec/vc1dec.c
  • cuesheet.c : Allow quotes around ISRC field

    26 avril 2016, par Erik de Castro Lopo
    cuesheet.c : Allow quotes around ISRC field
    

    With this change, flac now accepts cuesheets where the ISRC field is
    enclosed in double quotes. Added a test for this as well.

    Closes : https://sourceforge.net/p/flac/bugs/436/

    • [DH] src/share/grabbag/cuesheet.c
    • [DH] test/cuesheet.ok
    • [DH] test/cuesheets/good.005.quoted.isrc.cue