Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (65)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

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

Sur d’autres sites (11885)

  • avformat/vpcc : parse bitstream data to get profile and bitdepth

    11 novembre 2022, par James Almer
    avformat/vpcc : parse bitstream data to get profile and bitdepth
    

    Profile can be derived from values codecpar pixel format only with software
    formats. For hardware formats, we're forced to parse a frame header to get
    the required information.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/dashenc.c
    • [DH] libavformat/movenc.c
    • [DH] libavformat/vpcc.c
    • [DH] libavformat/vpcc.h
  • avcodec/nvenc : remove unsupported AV1 High Profile

    10 novembre 2022, par Timo Rothenpieler
    avcodec/nvenc : remove unsupported AV1 High Profile
    
    • [DH] configure
    • [DH] libavcodec/nvenc.c
  • avcodec/codec_internal : add cap for ICC profile support

    28 juin 2022, par Niklas Haas
    avcodec/codec_internal : add cap for ICC profile support
    

    Codecs that can read/write ICC profiles deserve a special capability so
    the common logic in encode.c/decode.c can decide whether or not there
    needs to be any special handling for ICC profiles. The motivation here
    is to be able to use it to decide whether or not an ICC profile needs to
    be generated in the encode path, but it might as well get added to
    decoders as well for purely informative reasons.

    It's not entirely clear to me whether the "thp" and "smvjpeg" variants
    of "mjpeg" should have this capability set or not, given that the code
    technically supports it but I somehow doubt these files may contain
    them. In either case, this cap is purely informative for decoders so it
    doesn't matter too much either way.

    It's also not entirely clear whether the "amv" encoder should signal ICC
    profile support, but again erring on the side of caution, we probably
    *shouldn't* be generating (and encoding !) ICC profiles for this type of
    media file.

    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libavcodec/codec_internal.h
    • [DH] libavcodec/libjxldec.c
    • [DH] libavcodec/libjxlenc.c
    • [DH] libavcodec/mjpegdec.c
    • [DH] libavcodec/mjpegenc.c
    • [DH] libavcodec/pngdec.c
    • [DH] libavcodec/pngenc.c
    • [DH] libavcodec/tiff.c
    • [DH] libavcodec/webp.c