Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (54)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9996)

  • avformat/iamfenc : Remove unused headers

    19 mars 2024, par Andreas Rheinhardt
    avformat/iamfenc : Remove unused headers
    

    Forgotten in c95c8a0158073be84338d84c46529561bcc70a03.

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

    • [DH] libavformat/iamfenc.c
  • avcodec/huffyuvenc : Remove redundant call

    1er octobre 2022, par Andreas Rheinhardt
    avcodec/huffyuvenc : Remove redundant call
    

    All codecs here have the FF_CODEC_CAP_INIT_CLEANUP set,
    so ff_huffyuv_common_end() will be called automatically
    in encode_end() on error.

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

    • [DH] libavcodec/huffyuvenc.c
  • avformat/assenc : Fix potential NULL + 1

    14 mars 2023, par Andreas Rheinhardt
    avformat/assenc : Fix potential NULL + 1
    

    Incrementing a NULL pointer is undefined behaviour,
    yet this is what would happen in case trailer were NULL
    before the check.

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

    • [DH] libavformat/assenc.c