Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (78)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • 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

Sur d’autres sites (5944)

  • avcodec/vulkan_video : Merge dec part of FFVkCodecMap and extension props

    7 mars 2024, par Andreas Rheinhardt
    avcodec/vulkan_video : Merge dec part of FFVkCodecMap and extension props
    

    All the fields of FFVkCodecMap are either decoder-only
    or encoder-only (with the latter being unused and unset for now).
    Yet there is already a per-decoder struct containing
    static information about these decoders, namely
    VkExtensionProperties.

    This commit merges the decoder-parts of FFVkCodecMap
    with the VkExtensionProperties into a common structure.

    Given that FFVkCodecMap is now unused, it is removed.

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vulkan_av1.c
    • [DH] libavcodec/vulkan_decode.c
    • [DH] libavcodec/vulkan_decode.h
    • [DH] libavcodec/vulkan_h264.c
    • [DH] libavcodec/vulkan_hevc.c
    • [DH] libavcodec/vulkan_video.c
    • [DH] libavcodec/vulkan_video.h
  • avformat/mov : factorize reading the main part of the chnl atom to mov_chan

    9 février 2024, par Marton Balint
    avformat/mov : factorize reading the main part of the chnl atom to mov_chan
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mov.c
    • [DH] libavformat/mov_chan.c
    • [DH] libavformat/mov_chan.h
  • avfilter/yadif_common : factorize some part of the config_output and the uninit functions

    25 janvier 2024, par Marton Balint
    avfilter/yadif_common : factorize some part of the config_output and the uninit functions
    

    This unifies slightly diverged code and ensures that cc_fifo is always initialized.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/vf_bwdif.c
    • [DH] libavfilter/vf_bwdif_cuda.c
    • [DH] libavfilter/vf_bwdif_vulkan.c
    • [DH] libavfilter/vf_yadif.c
    • [DH] libavfilter/vf_yadif_cuda.c
    • [DH] libavfilter/vf_yadif_videotoolbox.m
    • [DH] libavfilter/yadif.h
    • [DH] libavfilter/yadif_common.c