Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (63)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • 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

Sur d’autres sites (7600)

  • cmdutils : replace strncpy() with direct assignment

    24 février 2021, par Anton Khirnov
    cmdutils : replace strncpy() with direct assignment
    

    Only one character is actually rewritten.

    Fixes truncation warnings, such as
    warning : ‘strncpy’ output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation]
    in gcc 10.2.0

    • [DH] fftools/cmdutils.c
  • openal-dec : replace av_destruct_packet with av_free_packet

    8 août 2015, par Andreas Cadhalpun
    openal-dec : replace av_destruct_packet with av_free_packet
    

    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavdevice/openal-dec.c
  • fftools/ffmpeg : replace ff_dlog() with av_log()

    25 mars 2023, par Anton Khirnov
    fftools/ffmpeg : replace ff_dlog() with av_log()
    

    ff_dlog() is a lavu internal macro, and av_log() at trace level is just
    as good here.

    • [DH] fftools/ffmpeg.c