Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (77)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (9153)

  • avcodec/cabac_functions : Add missing headers

    8 août 2021, par Andreas Rheinhardt
    avcodec/cabac_functions : Add missing headers
    

    Fixes make checkheaders on PPC, for which no arch-specific header
    exists that indirectly includes attributes.h.

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

    • [DH] libavcodec/cabac_functions.h
  • avformat/amr : Don't reset AVFormatContext.priv_data

    6 janvier 2022, par Andreas Rheinhardt
    avformat/amr : Don't reset AVFormatContext.priv_data
    

    The AMR muxer doesn't have a private context, so it's priv_data
    will be NULL. If it weren't, simply setting it to NULL would lead
    to a memleak.

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

    • [DH] libavformat/amr.c
  • avcodec/libxevd : Set AV_CODEC_CAP_DR1

    27 février 2024, par Andreas Rheinhardt
    avcodec/libxevd : Set AV_CODEC_CAP_DR1
    

    This decoder uses av_image_copy() to copy decoded images
    to buffers obtained via ff_get_buffer() ; ergo it can handle
    user-provided buffers.

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

    • [DH] libavcodec/libxevd.c