Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (103)

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

  • avformat : Move MAX_PROBE_PACKETS to internal.h

    9 août 2015, par Michael Niedermayer
    avformat : Move MAX_PROBE_PACKETS to internal.h
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/avformat.h
    • [DH] libavformat/internal.h
  • amfenc : Add DXVA2 hardware frame input support

    14 avril 2018, par Alexander Kravchenko
    amfenc : Add DXVA2 hardware frame input support
    

    Adds support for AMF initialisation from a DXVA2 (Direct3D9) device, and
    then allows passing DXVA2 surfaces into an AMF encoder.

    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/amfenc.c
  • vf_hwmap : Add reverse mapping for hardware frames

    4 mars 2017, par Mark Thompson
    vf_hwmap : Add reverse mapping for hardware frames
    

    This is something of a hack. It allocates a new hwframe context for
    the target format, then maps it back to the source link and overwrites
    the input link hw_frames_ctx so that the previous filter will receive
    the frames we want from ff_get_video_buffer(). It may fail if
    the previous filter imposes any additional constraints on the frames
    it wants to use as output.

    (cherry picked from commit 81a4cb8e58636d4efd200c2b4fec786a7e948d8b)

    • [DH] libavfilter/vf_hwmap.c