Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (21)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (7943)

  • hwcontext_vulkan : correctly access the p->extensions bitmask

    24 novembre 2020, par Lynne
    hwcontext_vulkan : correctly access the p->extensions bitmask
    

    Its a 64-bit bitfield being put directly into an int.

    • [DH] libavutil/hwcontext_vulkan.c
  • MAINTAINERS : Add developers who have git write access but are otherwise not listed

    21 novembre 2016, par Michael Niedermayer
    MAINTAINERS : Add developers who have git write access but are otherwise not listed
    

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

    • [DH] MAINTAINERS
  • avcodec/vvc/vvc_ps : Check before access

    18 février 2024, par Andreas Rheinhardt
    avcodec/vvc/vvc_ps : Check before access
    

    max_bin_idx can be at most LMCS_MAX_BIN_SIZE - 1 here,
    so pivot[LCMS_MAX_BIN_SIZE + 1] may be accessed,
    but pivot has only LCMS_MAX_BIN_SIZE + 1 elements
    (unless the values of pivot were so that it is always
    assured that pivot[LCMS_MAX_BIN_SIZE] is always < sample
    (which it is iff it is always < 2^bit_depth - 1)).
    So reorder the checks.

    Reviewed-by : Nuo Mi <nuomi2021@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vvc/vvc_ps.c