Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (74)

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

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

Sur d’autres sites (11278)

  • avcodec/adpcmenc : Add FF_CODEC_CAP_INIT_CLEANUP

    15 mai 2020, par Limin Wang
    avcodec/adpcmenc : Add FF_CODEC_CAP_INIT_CLEANUP
    

    then we can remove adpcm_encode_close() in adpcm_encode_init() if have failed.
    so the goto error lable will be unnecessary and can be removed later.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/adpcmenc.c
  • avformat/mpegtsenc : cosmetic

    20 mai 2020, par Limin Wang
    avformat/mpegtsenc : cosmetic
    

    Merge the short lines after the last commit

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/mpegtsenc.c
  • avformat/udp : remove IPPROTO_IPV6 macro

    5 février 2022, par Limin Wang
    avformat/udp : remove IPPROTO_IPV6 macro
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/udp.c