Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (57)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (6728)

  • hwcontext_vulkan : remove VK_EXT_hdr_metadata from autoloaded extensions list

    2 janvier 2022, par Lynne
    hwcontext_vulkan : remove VK_EXT_hdr_metadata from autoloaded extensions list
    

    We don't use it. Was copied from libplacebo's recommended defaults.
    Creates problems with validation on Intel devices, where the driver
    still advertizes it, even though it's not usable without a swapchain.

    • [DH] libavutil/hwcontext_vulkan.c
  • lavfi/drawutils : reimplement ff_fill_rgba_map without hardcoding the list

    24 décembre 2021, par rcombs
    lavfi/drawutils : reimplement ff_fill_rgba_map without hardcoding the list
    

    Same outputs, but computed instead of statically known, so new formats will be
    supported more easily. Asserts in place to ensure we update this if we add
    anything incompatible with its logic.

    • [DH] libavfilter/drawutils.c
  • mov : expand the list of parsed metadata tags

    29 novembre 2014, par Vittorio Giovara
    mov : expand the list of parsed metadata tags
    

    Based on L-Smash code by Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>.

    • [DBH] libavformat/mov.c