Recherche avancée

Médias (91)

Autres articles (68)

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

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

  • rtpproto : Check the size before reading buf[1]

    31 juillet 2013, par Martin Storsjö
    rtpproto : Check the size before reading buf[1]
    

    I doubt that anyone ever would try to send a 1 byte packet
    via the RTP protocol, but check just in case - it shouldn’t
    crash at least.

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

    • [DBH] libavformat/rtpproto.c
  • How to check number of channels in my audio wav file using ffmpeg command ?

    20 décembre 2017, par Ahmad Bilal

    I have one audio file in .wav format .Now i want to check how many channels this wave file has ? I have installed ffmpeg tool for this purpose. But i am confused about the proper syntax that i must enter in my Command line ? Can anybody help me in solving this issue ? thanks

  • avcodec/cbs_av1_syntax_template : Check ref_frame_idx before use

    4 août 2019, par Michael Niedermayer
    avcodec/cbs_av1_syntax_template : Check ref_frame_idx before use
    

    Fixes : index -1 out of bounds for type 'AV1ReferenceFrameState [8]'
    Fixes : 16079/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5758807440883712

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : James Almer <jamrial@gmail.com>
    See : [FFmpeg-devel] [PATCH 05/13] avcodec/cbs_av1_syntax_template : Check ref_frame_idx before use
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/cbs_av1_syntax_template.c