Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (76)

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

  • hwcontext_vulkan : fix user layers, add support for different debug modes

    14 août 2024, par Lynne
    hwcontext_vulkan : fix user layers, add support for different debug modes
    

    The validation layer option only supported GPU-assisted validation.
    This is mutually exclusive with shader debug printfs, so we need to
    differentiate between the two.

    This also fixes issues with user-given layers, and leaks in case of
    errors.

    • [DH] libavutil/hwcontext_vulkan.c
  • lavc/vvc : Add check to num_multi_layer_olss

    30 janvier 2024, par Frank Plowman
    lavc/vvc : Add check to num_multi_layer_olss
    

    Check that vps_each_layer_is_an_ols_flag, which indicates that "at
    least one OLS specified by the VPS contains more than one layer," is
    set if num_multi_layer_olss is non-zero.

    Fixes : 65160/clusterfuzz-testcase-minimized-ffmpeg_BSF_VVC_METADATA_fuzzer-4665241535119360

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Frank Plowman <post@frankplowman.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/cbs_h266_syntax_template.c
  • lavc/libx265 : unbreak build for X265_BUILD >= 210

    11 août 2024, par Gyan Doshi
    lavc/libx265 : unbreak build for X265_BUILD >= 210
    

    x265 added support for alpha starting with build 210.
    While doing so, x265_encoder_encode() changed its fifth arg to
    an array of pointers to x265_picture. This broke building lavc/libx265.c

    This patch simply unbreaks the build and maintains existing single-layer
    non-alpha encoding support.

    Fixes #11130

    • [DH] libavcodec/libx265.c