Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (101)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8324)

  • avformat/hls : Remove redundant resetting of pointer

    19 mai 2020, par Andreas Rheinhardt
    avformat/hls : Remove redundant resetting of pointer
    

    ff_id3v2_free_extra_meta() takes a ID3V2ExtraMeta ** so that it can
    already reset the pointer.

    Reviewed-by : Jun Zhao <mypopy@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/hls.c
  • avcodec/mss2dsp : use FF_PTR_ADD to add offsets to a pointer

    22 juin, par James Almer
    avcodec/mss2dsp : use FF_PTR_ADD to add offsets to a pointer
    

    Fixes : libavcodec/mss2dsp.c:59:14 : runtime error : applying zero offset to null pointer

    Tested-by : Kacper Michajlow <kasper93@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/mss2dsp.c
  • tcp : Explicitly convert a pointer to a boolean integer

    9 septembre 2013, par Martin Storsjö
    tcp : Explicitly convert a pointer to a boolean integer
    

    This fixes warnings about making integers from pointers without
    a cast, and avoids the theoretical case where the lower 32 bits of
    the pointer would all be zero where the implicit cast wouldn’t give
    the right result.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/tcp.c