Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (67)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (7769)

  • avutil/opt : Clarify type of integers

    3 mai 2024, par Marcus B Spencer
    avutil/opt : Clarify type of integers
    

    Clarify comment regarding type of integers regarding AV_OPT_TYPE_IMAGE_SIZE.

    Signed-off-by : Marcus B Spencer <marcus@marcusspencer.xyz>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/opt.h
  • ffmdec : change type of len to ptrdiff_t

    2 janvier 2016, par Andreas Cadhalpun
    ffmdec : change type of len to ptrdiff_t
    

    It is used to store the difference between pointers, so ptrdiff_t is the
    correct type.

    This prevents potential overflows.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavformat/ffmdec.c
  • avcodec/vc1 : fix type of tmp

    24 janvier 2014, par Michael Niedermayer
    avcodec/vc1 : fix type of tmp
    

    Fixes CID1163850
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vc1.c