Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (99)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (12254)

  • avcodec/h2645_sei : validate Mastering Display Colour Volume SEI values

    13 avril 2024, par Kacper Michajłow
    avcodec/h2645_sei : validate Mastering Display Colour Volume SEI values
    

    As we can read in ST 2086 :

    Values outside the specified ranges of luminance and chromaticity values
    are not reserved by SMPTE, and can be used for purposes outside the
    scope of this standard.

    This is further acknowledged by ITU-T H.264 and ITU-T H.265. Which says
    that values out of range are unknown or unspecified or specified by
    other means not specified in this Specification.

    Signed-off-by : Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libavcodec/h2645_sei.c
  • avformat/srtpproto : pass options to nested protocol

    10 mai 2024, par Kacper Michajłow
    avformat/srtpproto : pass options to nested protocol
    

    This fixes passing options dict.

    Fixes some timeouts found by OSS-Fuzz.

    Signed-off-by : Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/srtpproto.c
  • avfilter/af_ashowinfo : fix scaling factor of replaygain peak values

    6 décembre 2024, par Kacper Michajłow
    avfilter/af_ashowinfo : fix scaling factor of replaygain peak values
    

    Commit 8542f9c4f17125d483c40c0c5723842f1c982f81 changed replaygain peak
    values to use 100k instead of UINT32_MAX as peak, with possibility of
    overflow. af_ashowinfo was never updated to reflect this, so we update
    it now.

    Fixes : 8542f9c4f17125d483c40c0c5723842f1c982f81
    Signed-off-by : Kacper Michajłow <kasper93@gmail.com>

    • [DH] libavfilter/af_ashowinfo.c