Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (101)

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

  • avcodec/internal : Move FF_MAX_EXTRADATA_SIZE to its only user

    2 août 2023, par Andreas Rheinhardt
    avcodec/internal : Move FF_MAX_EXTRADATA_SIZE to its only user
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/avcodec.c
    • [DH] libavcodec/internal.h
  • avformat/internal : Use forward declaration for AVCodecDescriptor

    2 août 2023, par Andreas Rheinhardt
    avformat/internal : Use forward declaration for AVCodecDescriptor
    

    This avoids including lavc/codec_desc.h everywhere and thereby
    forces users to include it directly instead of lazily and potentially
    unknowingly relying on indirect inclusions.

    Also add the proper inclusion to libavformat/demux.c, one of the
    two files that actually use the new field.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/demux.c
    • [DH] libavformat/internal.h
  • avcodec/libjxldec : use internal AVFrame as buffered space

    10 juillet 2023, par Leo Izen
    avcodec/libjxldec : use internal AVFrame as buffered space
    

    Before this commit, the decoder erroneously assumes that the AVFrame
    passed to the receive_frame is the same one each time. Now it keeps an
    internal AVFrame to write into, and copies it over when it's done.

    Signed-off-by : Leo Izen <leo.izen@gmail.com>

    • [DH] libavcodec/libjxldec.c