Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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 ;

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (13232)

  • Revision aac3adb3c5 : vpxdec.sh : fix vp9_webm_less_than_50_frames w/valgrind add a check for the stat

    8 avril 2015, par James Zern

    Changed Paths :
     Modify /test/vpxdec.sh



    vpxdec.sh : fix vp9_webm_less_than_50_frames w/valgrind

    add a check for the status line to awk and better report failure given
    the program output will be lost in this case

    Change-Id : I1348a80108c81099d609f2e2227dd2c31bd8cd54

  • avfilter/avf_concat : check for possible integer overflow

    13 septembre 2020, par Paul B Mahol
    avfilter/avf_concat : check for possible integer overflow
    

    Also check that segment delta pts is always bigger than input pts.

    There is nothing much currently that can be done to recover from
    this situation so just return AVERROR_INVALIDDATA error code.

    • [DH] libavfilter/avf_concat.c
  • avformat/hlsenc : Fix check for SPS

    20 octobre 2020, par Andreas Rheinhardt
    avformat/hlsenc : Fix check for SPS
    

    Check all the six bits, not only the two bits that are set for SPS.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/hlsenc.c