Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (101)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (13660)

  • avfilter/vf_v360 : fix possible out of range values

    4 octobre 2020, par Paul B Mahol
    avfilter/vf_v360 : fix possible out of range values
    
    • [DH] libavfilter/vf_v360.c
  • avfilter/avf_showcqt : set range on fps/rate/r option

    8 juin 2016, par Muhammad Faiz
    avfilter/avf_showcqt : set range on fps/rate/r option
    

    see Ticket #5618

    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/avf_showcqt.c
  • avcodec/pngdec : improve handling of bad cICP range tags

    12 décembre 2023, par Leo Izen
    avcodec/pngdec : improve handling of bad cICP range tags
    

    FFmpeg doesn't support tv-range RGB throughout most of its pipeline, so
    we should keep the warning. However, in case something does support it
    we should at least keep it tagged properly. Additionally, the encoder
    writes this tag if the space is tagged as such so this makes a round
    trip work as it should.

    Also, PNG doesn't support nonzero matrices but we only warn and ignore
    in that case, so we have no reason to error out for illegal cICP ranges
    either (i.e. greater than 1).

    Signed-off-by : Leo Izen <leo.izen@gmail.com>
    Reported-by : Kacper Michajłow <kasper93@gmail.com>

    • [DH] libavcodec/pngdec.c