Recherche avancée

Médias (91)

Autres articles (77)

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

  • 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

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

Sur d’autres sites (4045)

  • avcodec/wmalosslessdec : Simplify flushing, avoid NULL + 0

    27 septembre 2022, par Andreas Rheinhardt
    avcodec/wmalosslessdec : Simplify flushing, avoid NULL + 0
    

    Return immediately if not enough leftover bits are available
    when flushing. This is simpler and also avoids an
    init_get_bits(gb, NULL, 0) (which currently leads to NULL + 0,
    which is UB ; this affects the lossless-wma(|-1|-2|-rawtile)
    FATE tests).

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

    • [DH] libavcodec/wmalosslessdec.c
  • avcodec/svq1enc : Don't add to NULL

    17 mars, par Andreas Rheinhardt
    avcodec/svq1enc : Don't add to NULL
    

    It is undefined behavior. Pass a dummy buffer instead.
    Fixes "runtime error : applying non-zero offset 1024 to null pointer".
    affected the SVQ1 vsynth FATE tests.

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

    • [DH] libavcodec/svq1enc.c
  • avcodec/bsf : Set EOF flag only in pkt == NULL

    26 juillet 2016, par Jan Sebechlebsky
    avcodec/bsf : Set EOF flag only in pkt == NULL
    

    Set BSF EOF flag only if pkt == NULL in av_bsf_send_packet().

    Signed-off-by : Jan Sebechlebsky <sebechlebskyjan@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/bsf.c