Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (112)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (13502)

  • avfilter/vf_paletteuse : Add missing parentheses

    27 novembre 2021, par Andreas Rheinhardt
    avfilter/vf_paletteuse : Add missing parentheses
    

    Fixes a mistake in dea673d0d548c864ec85f9260d8900d944ef7a2a.
    GCC emitted a -Wint-in-bool-context warning because of that.

    Reviewed-by : Soft Works <softworkz@hotmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_paletteuse.c
  • avcodec/psymodel : Use av_memdup() where appropriate

    3 juin, par Andreas Rheinhardt
    avcodec/psymodel : Use av_memdup() where appropriate
    

    Also "fixes" the inverted order of arguments in the av_malloc_array()
    calls and therefore part of ticket #11620.

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

    • [DH] libavcodec/psymodel.c
  • avcodec/vvc_parser : Constify parser

    29 juin 2023, par Andreas Rheinhardt
    avcodec/vvc_parser : Constify parser
    

    The discrepancy between the definition and the declaration
    in parsers.c is actually UB.

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

    • [DH] libavcodec/vvc_parser.c