Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (23)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (3985)

  • avutil/buffer : free all pooled buffers immediately after uninitializing the pool

    20 février 2021, par James Almer
    avutil/buffer : free all pooled buffers immediately after uninitializing the pool
    

    No buffer will be fetched from the pool after it's uninitialized, so there's
    no benefit from waiting until every single buffer has been returned to it
    before freeing them all.
    This should free some memory in certain scenarios, which can be beneficial in
    low memory systems.

    Based on a patch by Jonas Karlman.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/buffer.c
  • vulkan_decode : halve execution pool size

    7 juin 2023, par Lynne
    vulkan_decode : halve execution pool size
    

    Determined experimentally, on various videos and hardware.
    On Intel, using less resources in-flight is around 15% faster,
    with similar results on Nvidia hardware.

    • [DH] libavcodec/vulkan_decode.c
  • avfilter picture pool : double free hotfix

    21 juin 2011, par Michael Niedermayer

    avfilter picture pool : double free hotfix