Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (19)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (3041)

  • avfilter/vf_geq : Simplify creating string

    21 septembre 2021, par Andreas Rheinhardt
    avfilter/vf_geq : Simplify creating string
    

    Also fixes a Wformat-truncation warning from GCC.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_geq.c
  • avformat/utils : Don't allocate zero-sized array

    27 août 2021, par Andreas Rheinhardt
    avformat/utils : Don't allocate zero-sized array
    

    It is unnecessary and also ill-defined : av_malloc() returns a 1-byte
    block of memory in this case, but this is not documented.

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

    • [DH] libavformat/utils.c
  • swscale/swscale_unscaled : Actually use X2->RGBA64 conversions

    31 mars, par Andreas Rheinhardt
    swscale/swscale_unscaled : Actually use X2->RGBA64 conversions
    

    The conversion functions were added in
    e7382b4d0101f02e61fdf5ad2c48aca500bb413f, yet they were never
    really enabled. Found via -ffunction-sections and —gc-sections.

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

    • [DH] libswscale/swscale_unscaled.c