Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (46)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (5480)

  • avformat/iamfenc : Remove always-false check

    19 mars 2024, par Andreas Rheinhardt
    avformat/iamfenc : Remove always-false check
    

    This muxer does not have the AVFMT_NOSTREAMS flag ; therefore
    it is checked generically that there is at least a stream.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/iamfenc.c
  • avutil/tx : Use proper deallocator

    25 novembre 2022, par Andreas Rheinhardt
    avutil/tx : Use proper deallocator
    

    May fix the FATE failures on x64 Windows here :
    https://fate.ffmpeg.org/report.cgi?slot=x86_64-msvc17-windows-native&time=20221125130443

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/tx.c
  • avfilter/af_atilt : Constify filter

    8 octobre 2021, par Andreas Rheinhardt
    avfilter/af_atilt : Constify filter
    

    (It is actually UB if a declaration and its definition differ wrt
    their types like they do in this case (the declaration in allfilters
    is const).)

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/af_atilt.c