Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (20)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

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

  • AVOptions : do not range check flag options.

    26 octobre 2013, par Anton Khirnov
    AVOptions : do not range check flag options.
    

    It does not make sense in the vast majority of use cases, no currently
    defined AV_OPT_TYPE_FLAGS options in Libav set the range to anything
    nontrivial, and many of those get it wrong (the "correct" range is
    INT_MIN to INT_MAX so that the builtin constant "all" works).

    • [DBH] libavutil/opt.c
  • avfilter/vf_extractplanes : tag alpha plane as full range

    27 octobre 2023, par Niklas Haas
    avfilter/vf_extractplanes : tag alpha plane as full range
    

    Alpha planes are explicitly full range, even for limited range YUVA
    formats. Mark them as such.

    • [DH] libavfilter/vf_extractplanes.c
  • avfilter/vf_alphamerge : warn if input not full range

    27 octobre 2023, par Niklas Haas
    avfilter/vf_alphamerge : warn if input not full range
    

    Alpha planes must always be full range, so complain loudly if fed
    limited range grayscale input.

    • [DH] libavfilter/vf_alphamerge.c