Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

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

Autres articles (72)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (5702)

  • avcodec/ac3dec_float : fix range for dmix_mode

    24 décembre 2024, par James Almer
    avcodec/ac3dec_float : fix range for dmix_mode
    

    Value 3 is used to signal "Dolby Pro Logic II" by some encoders.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/ac3dec_float.c
  • avcodec/libsvtav1 : Fix value range for rc mode

    18 septembre 2021, par Limin Wang
    avcodec/libsvtav1 : Fix value range for rc mode
    

    Reviewed-by : Jan Ekström <jeebjp@gmail.com>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/libsvtav1.c
  • avcodec/vdpau_hevc : Pass sps and pps range extension flags to VDPAU

    26 avril 2019, par ManojGuptaBonda
    avcodec/vdpau_hevc : Pass sps and pps range extension flags to VDPAU
    

    Pass SPS, PPS range extensions to VDPAU layer via
    VdpPictureInfoHEVC444. Added VdpPictureInfoHEVC444 struct to
    VdpPictureInfo union to populate the range extension params. Mapped
    FF_PROFILE_HEVC_REXT to VDP_DECODER_PROFILE_HEVC_MAIN_444.

    • [DH] libavcodec/vdpau_hevc.c
    • [DH] libavcodec/vdpau_internal.h