Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (58)

  • 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

  • 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

Sur d’autres sites (10853)

  • avcodec/utvideodec : Set B for the width= 1 case

    6 août, par Michael Niedermayer
    avcodec/utvideodec : Set B for the width= 1 case
    

    Fixes : use of uninitialized meory
    Fixes : 428034093/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_UTVIDEO_DEC_fuzzer-6195630160805888

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

  • swscale : Don't pass a concrete SwsOpPriv as parameter

    3 septembre, par Martin Storsjö
    swscale : Don't pass a concrete SwsOpPriv as parameter
    

    This fixes the following compiler error, if compiling with MSVC
    for ARM (32 bit) :

    src/libswscale/ops_chain.c(48) : error C2719 : 'priv' : formal parameter with requested alignment of 16 won't be aligned

    This change shouldn't affect the performance of this operation
    (which in itself probably isn't relevant) ; instead of copying the
    contents of the SwsOpPriv struct from the stack as parameter,
    it gets copied straight from the caller function's stack frame
    instead.

    Separately from this issue, MSVC 17.8 and 17.9 end up in an
    internal compiler error when compiling libswscale/ops.c, but
    older and newer versions do compile it successfully.

    • [DH] libswscale/ops_chain.c
    • [DH] libswscale/ops_chain.h
    • [DH] libswscale/x86/ops.c
  • doc/examples/qsv_transcode : Fix a bug when use more than one parameter set

    2 mars 2023, par Wenbin Chen
    doc/examples/qsv_transcode : Fix a bug when use more than one parameter set
    

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>

    • [DH] doc/examples/qsv_transcode.c