Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (101)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

Sur d’autres sites (13258)

  • libavcodec/mips/h264dsp_msa.c : fix type in some function parameters

    12 octobre 2016, par Vicente Olivert Riera
    libavcodec/mips/h264dsp_msa.c : fix type in some function parameters
    

    This fixes a build problem for MIPS architecture that looks like this :

    libavcodec/mips/h264dsp_msa.c:2498:6 : error : conflicting types for
    ‘ff_weight_h264_pixels16_8_msa’
    void ff_weight_h264_pixels16_8_msa(uint8_t *src, int stride,

    This bug was introduced by commit bc26fe89275c267d169b468356c82ee59874407d :

    avcodec/h264 : Use ptrdiff_t for (bi)weight functions

    That commit changed the data type of some function parameters in some
    function definitions. However, the implementation of those functions in
    libavcodec/mips/h264dsp_msa.c wasn’t changed accordingly.

    Signed-off-by : Vicente Olivert Riera <Vincent.Riera@imgtec.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/h264dsp_msa.c
  • mips : intreadwrite : Only execute that code for mips r1 or r2

    25 septembre 2015, par Vicente Olivert Riera
    mips : intreadwrite : Only execute that code for mips r1 or r2
    

    MIPS R6 supports unaligned memory access and does not have
    the load/store-left/right family of instructions.

    Signed-off-by : Vicente Olivert Riera <Vincent.Riera at imgtec.com>
    Signed-off-by : Luca Barbato <lu_zero at gentoo.org>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavutil/mips/intreadwrite.h
  • configure : memalign is broken on djgpp 2.05

    13 novembre 2018, par Peter Ross
    configure : memalign is broken on djgpp 2.05
    

    djgpp 2.05 finally provides posix-compatible memalign, but it is broken,
    so use malloc instead.

    discussion : http://www.delorie.com/archives/browse.cgi?p=djgpp/2017/12/29/16:26:58

    • [DH] configure