Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (97)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7941)

  • fatal error : 'Carbon/Carbon.h' file not found when trying to compile with glfw module macos monterey

    21 avril 2022, par Nowfal Salahudeen

    enter image description here

    


    i have searched about carbon in glfw. some answers says that it was removed. Any alternative solution for this ?

    


  • txd : Use the TextureDSP module for decoding

    20 mai 2015, par Vittorio Giovara
    txd : Use the TextureDSP module for decoding
    

    Using the internal DXTC routines brings support for non multiple of 4
    textures. A new test is added to cover this feature. Hashes differ
    since the decoding algorithm is different, though no visual changes
    have been spotted.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/s3tc.c
    • [DBH] libavcodec/s3tc.h
    • [DBH] libavcodec/txd.c
    • [DBH] tests/fate/video.mak
    • [DBH] tests/ref/fate/txd-16bpp
    • [DBH] tests/ref/fate/txd-odd
  • Introduce a TextureDSP module

    20 mai 2015, par Vittorio Giovara
    Introduce a TextureDSP module
    

    This module implements generic texture decompression from different
    families (DXTC, RGTC, BCn) and texture compression DXTC 1, 3, and 5.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/texturedsp.c
    • [DBH] libavcodec/texturedsp.h
    • [DBH] libavcodec/texturedspenc.c