Recherche avancée

Médias (0)

Mot : - Tags -/performance

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (61)

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

  • 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

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (8498)

  • the ffmpeg python library doesn't work on heroku

    24 mars 2020, par Androeed Hack

    There is a python application (3.6.10) on Heroku. The app has functions for playing music in voice chat when using the FfmegAudio module. When calling the command, it returns an error :

    ...
    raise CommandInvokeError(exc) from discord.ext.commands.errors ... AttributeError 'NoneType' object has no attribute 'stop'

    My app has a buildpack package https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
    Localy everthing works.

  • Update grabbag tests to work out-of-tree.

    15 février 2015, par Erik de Castro Lopo
    Update grabbag tests to work out-of-tree.
    
    • [DH] include/share/grabbag/picture.h
    • [DH] src/share/grabbag/picture.c
    • [DH] src/test_grabbag/picture/main.c
    • [DH] test/test_grabbag.sh
  • lavfi/opencl : Derive global work size from plane image sizes

    19 mars 2018, par Mark Thompson
    lavfi/opencl : Derive global work size from plane image sizes
    

    Add a new function to find the global work size given the output image and
    the required block alignment, then use it in the overlay, program and unsharp
    filters. Fixes the overlay and unsharp filters applying the kernel to
    locations outside the frame when subsampled planes are present.

    • [DH] libavfilter/opencl.c
    • [DH] libavfilter/opencl.h
    • [DH] libavfilter/vf_overlay_opencl.c
    • [DH] libavfilter/vf_program_opencl.c
    • [DH] libavfilter/vf_unsharp_opencl.c