Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (88)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

Sur d’autres sites (8599)

  • avformat/aviobuf : Don't use incompatible function pointer type for call

    6 septembre 2023, par Andreas Rheinhardt
    avformat/aviobuf : Don't use incompatible function pointer type for call
    

    It is undefined behaviour even in cases where it works
    (it works because both are pointers). Instead change
    the functions involved to use the type expected by the AVIO-API
    and add inline wrappers for our internal callers.

    Reviewed-by : Tomas Härdin <git@haerdin.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/avio.c
    • [DH] libavformat/aviobuf.c
    • [DH] libavformat/url.h
  • avcodec/tests/avcodec : Mark frame-thrd encoder incompatible with delay

    23 août 2022, par Andreas Rheinhardt
    avcodec/tests/avcodec : Mark frame-thrd encoder incompatible with delay
    

    The API for frame-threaded encoders only works
    for one-in-one-out encoders.

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

    • [DH] libavcodec/tests/avcodec.c
  • avcodec/mjpegdec : bayer and rct are incompatible

    13 août 2022, par Michael Niedermayer
    avcodec/mjpegdec : bayer and rct are incompatible
    

    Fixes : out of array read
    Fixes : 49434/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-5208501080686592

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mjpegdec.c