Recherche avancée

Médias (91)

Autres articles (95)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (7024)

  • mjpeg : Mark decoder family as thread safe

    11 mars 2015, par Vittorio Giovara
    mjpeg : Mark decoder family as thread safe
    

    No global variables are used and the VLC tables are allocated without
    static elements. This will allow using a JPEG decoding context within
    other decoders.

    • [DBH] libavcodec/jpeglsdec.c
    • [DBH] libavcodec/mjpegbdec.c
    • [DBH] libavcodec/mjpegdec.c
    • [DBH] libavcodec/mxpegdec.c
    • [DBH] libavcodec/sp5xdec.c
  • lavfi/vulkan : use all enabled queues in the queue family

    14 mai 2020, par Lynne
    lavfi/vulkan : use all enabled queues in the queue family
    

    This should significantly improve the performance with certain
    filterchains.

    • [DH] libavfilter/vf_avgblur_vulkan.c
    • [DH] libavfilter/vf_chromaber_vulkan.c
    • [DH] libavfilter/vf_overlay_vulkan.c
    • [DH] libavfilter/vf_scale_vulkan.c
    • [DH] libavfilter/vulkan.c
    • [DH] libavfilter/vulkan.h
  • Any alternative of Ffmpeg for Youtube live streaming app ?

    26 avril 2017, par samir.k433

    In this youtube live streaming app they are using Ffmpeg for encoding audio and video, and then for streaming to server. It’s somehow complex for me (specifically the build tasks).
    Is there any alternative instead of using Ffmpeg in this regard ?