Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (93)

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

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

  • avformat/os_support : Support long file names on Windows

    26 mai 2022, par softworkz
    avformat/os_support : Support long file names on Windows
    

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

    • [DH] libavformat/os_support.h
  • libavfilter/vf_vpp_qsv : fix uninitialized variable problem

    15 septembre 2021, par Wenbin Chen
    libavfilter/vf_vpp_qsv : fix uninitialized variable problem
    

    This two variables may be used below with uninitialized value.
    Now fix them.

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Reviewed-by : Xiang, Haihao <haihao.xiang@intel.com>
    Reviewed-by : Soft Works <softworkz@hotmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/vf_vpp_qsv.c
  • avformat/hls demuxer : Add WebVTT subtitle support

    21 février, par softworkz
    avformat/hls demuxer : Add WebVTT subtitle support
    

    This add support for WebVTT subtitles in HLS streams.
    Just like for separate audio streams, it supports all available
    WebVTT streams in all renditions.
    No new options are added, it just works and provides subtitles streams
    like any other demuxer.
    The code prevents downloading subtitle segments which are farther
    in the future than the main segments, to avoid loading hundreds
    of subtitle segments in advance.

    Signed-off-by : softworkz <softworkz@hotmail.com>

    • [DH] libavformat/hls.c