Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (58)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (15639)

  • avfilter/f_metadata : do not return the frame early if there is no metadata

    22 juin 2021, par Marton Balint
    avfilter/f_metadata : do not return the frame early if there is no metadata
    

    The early return caused isses for the "add" mode (got fixed in
    c95dfe5cce98cde3e7fb14fbd04b3897f3927cec) and the "select" mode needs a similar
    fix. It is probably better to fully remove the check, since all modes work
    correctly with NULL metadata.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/f_metadata.c
  • hevcdec : do not set decoder-global SPS prematurely

    18 décembre 2016, par Anton Khirnov
    hevcdec : do not set decoder-global SPS prematurely
    

    It should only be set after the decoder state has been fully initialized
    for using that SPS.
    Fixes possible invalid reads on get_format() failure.

    CC : libav-stable@libav.org

    • [DBH] libavcodec/hevcdec.c
  • avcodec/vvcdec : ensure every CTU belongs to a slice

    23 novembre 2024, par Nuo Mi
    avcodec/vvcdec : ensure every CTU belongs to a slice
    

    According to section 6.3.3 "Spatial or component-wise partitionings,"
    CTUs should fully cover slices with no overlaps, gaps, or additions.
    No overlaps are ensured by task_init_parse.
    No gaps and no additions are ensured by this patch.

    Co-authored-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/thread.c