Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (15)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (3521)

  • avdevice/alsa : add av_warn_unused_result

    16 octobre 2015, par Ganesh Ajjanagadde
    avdevice/alsa : add av_warn_unused_result
    

    This does not trigger any warnings, but adds robustness.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavdevice/alsa.h
  • avfilter/vf_scale : fix off-by-one in loop bounds

    25 novembre 2024, par Niklas Haas
    avfilter/vf_scale : fix off-by-one in loop bounds
    

    Results in over-read of the array. Fortunately, the excess element was
    never actually used, but it still triggers ASAN (and could in theory trigger
    a segfault).

    Fixes : 04ce01df0bb2d66e143bcfcea439afc2a1b8d96e

    • [DH] libavfilter/vf_scale.c
  • lavu/cpu : disable MMX warning on non x86 platforms

    28 juin 2017, par Clément Bœsch
    lavu/cpu : disable MMX warning on non x86 platforms
    

    We have AV_CPU_FLAG_ARMV8 == AV_CPU_FLAG_SSE3 which causes a trigger of
    this MMX warning on AArch64.

    • [DH] libavutil/cpu.c