Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (105)

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

  • ffmpeg_filter : fix pointer to local outside scope

    27 avril 2014, par Michael Niedermayer
    ffmpeg_filter : fix pointer to local outside scope
    

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

    • [DH] ffmpeg_filter.c
  • ffmpeg : move field order decision making to encoder initialization

    20 septembre 2020, par Jan Ekström
    ffmpeg : move field order decision making to encoder initialization
    

    We now have the possibility of getting AVFrames here, and we should
    not touch the muxer's codecpar after writing the header.

    Results of FATE tests change as the MXF and Matroska muxers actually
    write down the field/frame coding type of a stream in their
    respective headers. Before this change, these values in codecpar
    would only be set after the muxer was initialized. Now, the
    information is also available for encoder and muxer initialization.

    • [DH] fftools/ffmpeg.c
    • [DH] tests/ref/fate/concat-demuxer-extended-lavf-mxf_d10
    • [DH] tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10
    • [DH] tests/ref/fate/rgb24-mkv
    • [DH] tests/ref/lavf/mxf_d10
  • yop : Clear all references to the AVBuffer in the local AVPacket

    19 septembre 2013, par Martin Storsjö
    yop : Clear all references to the AVBuffer in the local AVPacket
    

    This makes sure that it doesn’t try to free an AVBuffer belonging
    to an earlier packet when we free the local packet at the end.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/yop.c