Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (100)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (15450)

  • libavutil : Make avpriv_open a library-internal function on msvcrt

    9 août 2013, par Martin Storsjö
    libavutil : Make avpriv_open a library-internal function on msvcrt
    

    Add one copy of the function into each of the libraries, similarly
    to what we do for log2_tab. When using static libs, only one
    copy of the file_open.o object file gets included, while when
    using shared libraries, each of them get a copy of its own.

    This fixes DLL builds with a statically linked C runtime, where
    each DLL effectively has got its own instance of the C runtime,
    where file descriptors can’t be shared across runtimes.

    On systems not using msvcrt, the function is not duplicated.

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

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/file_open.c
    • [DH] libavdevice/Makefile
    • [DH] libavdevice/file_open.c
    • [DH] libavformat/Makefile
    • [DH] libavformat/file_open.c
    • [DH] libavutil/internal.h
  • avcodec/internal : Fix doxy for ff_alloc_packet2() return value

    31 mars 2015, par Michael Niedermayer
    avcodec/internal : Fix doxy for ff_alloc_packet2() return value
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/internal.h
  • libavcodec : Clarify the documentation of the internal codec capability flags

    2 avril 2015, par Martin Storsjö
    libavcodec : Clarify the documentation of the internal codec capability flags
    

    The previous documentation was very vague and almost misleading.

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

    • [DH] libavcodec/internal.h